Heim >Web-Frontend >HTML-Tutorial >教你利用iframe在网页中显示天气_html/css_WEB-ITnose

教你利用iframe在网页中显示天气_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:56:491318Durchsuche

来源:http://www.ido321.com/921.html

css:

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

html:

   1: <div class="demo">
   2:
   3:    <div>
   4:        <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>
   5:    </div>
   6:
   7:    <div>
   8:        <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>
   9:    </div>
  10:
  11:    <div>
  12:        <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>
  13:    </div>
  14:
  15:    <div>
  16:        <iframe name="weather_inc" src="http://i.tianqi.com/index.php?c=code&id=11" width="500" height="15" frameborder="0"></iframe>
  17:    </div>
  18:
  19:    <div>
  20:        <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>
  21:    </div>
  22:
  23:    <div>
  24:        <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>
  25:    </div>
  26: /div>

部分效果:

我在项目中做了一个下面的效果

演示地址:http://jsfiddle.net/2yfL8x0g/embedded/result/

下一篇将告诉你怎么获取农历日期:http://www.ido321.com/926.html

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn