首頁  >  文章  >  web前端  >  iframe在網頁中顯示天氣附效果截圖

iframe在網頁中顯示天氣附效果截圖

高洛峰
高洛峰原創
2017-02-25 14:11:411263瀏覽

這篇文章主要介紹了利用iframe在網頁中顯示天氣,這個功能還是比較實用的,實現起來也比較容易,需要的朋友可以看看 css:

*{margin:0;padding:0;list-style-type:none;} 
a,img{border:0;} 
body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";} 
/* demo */ 
.demo{width:800px;margin:0 auto;} 
.demo p{margin:40px 0 0 0;}


html:

<p class="demo"> 
<p> 
<iframe name="weather_inc" src="http://i.tianqi.com/index.php?c=code&id=2&num=5" width="650" height="70" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe> 
</p> 
<p> 
<iframe name="weather_inc" src="http://i.tianqi.com/index.php?c=code&id=7" style="border:solid 1px red" width="225" height="90" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe> 
</p> 
<p> 
<iframe name="weather_inc" src="http://i.tianqi.com/index.php?c=code&id=9" width="800" height="60" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe> 
</p> 
<p> 
<iframe name="weather_inc" src="http://i.tianqi.com/index.php?c=code&id=11" width="500" height="15" frameborder="0"></iframe> 
</p> 
<p> 
<iframe name="weather_inc" src="http://i.tianqi.com/index.php?c=code&id=13" width="650" height="221" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe> 
</p> 
<p> 
<iframe name="weather_inc" src="http://i.tianqi.com/index.php?c=code&id=19" width="800" height="120" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe> 
</p> 
</p>


部分效果:
iframe在網頁中顯示天氣附效果截圖 
我在專案中做了一個下面的效果
iframe在網頁中顯示天氣附效果截圖

更多iframe在網頁中顯示天氣附效果截圖相關文章請關注PHP中文網!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn