> 웹 프론트엔드 > HTML 튜토리얼 > 教你利用iframe在网页中显示天气_html/css_WEB-ITnose

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

WBOY
풀어 주다: 2016-06-24 11:56:49
원래의
1320명이 탐색했습니다.

来源: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

원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
최신 이슈
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿