下面是编程之家 jb51.cc 通过网络收集整理的代码片段。
编程之家小编现在分享给大家,也给大家做个参考。
<html> <head> <title>123</title> <style> #sub1{ width:50px; height:80px; border:1px solid #dcdcdc; } #sub2{ position:fixed; top:250px; right:20px; width:50px; height:80px; border:1px solid #dcdcdc; margin-top:5px; } #sub3{ width:250px; height:880px; border:1px solid #dcdcdc; margin-top:5px; } </style> </head> <body> <div id="parent"> <div id="sub1">sub1</div> <div id="sub2">sub2</div> <div id="sub3">sub1</div> </div> </body> </html>
以上是编程之家(jb51.cc)为你收集整理的全部代码内容,希望文章能够帮你解决所遇到的程序开发问题。
如果觉得编程之家网站内容还不错,欢迎将编程之家网站推荐给程序员好友。