Blogger Information
Blog 14
fans 0
comment 0
visits 23829
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
iframe与选择器的使用案例
逍遥php
Original
345 people have browsed it

demo.html

  1. <div class="title">后台管理系统</div>
  2. <div class="container">
  3. <ul>
  4. <li><a href="">地图管理</a></li>
  5. <li><a href="">书籍管理</a></li>
  6. <li><a href="">食品管理</a></li>
  7. <li><a href="">武器管理</a></li>
  8. </ul>
  9. </div>
  10. <iframe src="demo2.html" class="footer"></iframe>

demo.css

  1. .title {
  2. color: aqua;
  3. font-size: 30px;
  4. margin: 10;
  5. text-align: center;
  6. background-color: azure;
  7. height: 100px;
  8. line-height: 100px;
  9. }
  10. .container {
  11. float: left;
  12. margin: 20px;
  13. padding: 20px;
  14. background-color: oldlace;
  15. height: 500px;
  16. }
  17. .container ul li {
  18. padding: 10px;
  19. list-style: none;
  20. }
  21. .footer {
  22. width: 800px;
  23. height: 500px;
  24. }

预览效果图

Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:很好,效果不错,继续加油
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post