一、固定位置的iframe代碼:
<DIV align=center><IFRAME src="http://weather.265.com/weather.htm" frameBorder=0 marginwidth=0 marginheight=0 scrolling=no style="width168:px;height:50px;" width=168
效果如下:
說明:這是一個嵌入含有天氣預報的應用實例。這個效果最常用。其中:
1、"http://weather.265.com/weather.htm"
2、width="168px"
3、scrolling="no" 為嵌入的網頁的滾動設置,當內容范圍大時,可設置為允許滾動為 scrolling="yes"。 ALLOWTRANSPARENCY="true" 為允許透明設置,把true改為no為不透明。下同;
4、frameBorder=0 為嵌入的網頁的邊框設置,0 表示無邊框,1 表示邊框粗細,數值越大邊框越粗。下同;
5、marginwidth=0 marginheight=0 設置嵌入網頁到邊距的距離,0 表示無邊距。