欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

随窗口浮动qq层 适应屏幕分辨率_html/css_WEB-ITnose

程序员文章站 2022-05-11 10:21:46
...
/* 随窗口浮动层 */.service{position:absolute; width:100%; height:150px;}.service .div{position:relative; width:770px; margin:0 auto; height:172px;}.service .ser{position:absolute; padding:2px; width:92px; height:177px; border:2px solid #1A4E88; background:#fff; left:784px; top:133px;}.service .wel{width:92px; height:23px; background:#1F5FA5; color:#fff; text-align:center; line-height:23px; font-size:11px;}.service .qq{width:76px; height:88px; border:2px solid #eee; margin-top:2px; padding:6px;}


我想适应屏幕分辨率
1024*768宽的 浮动层被挤进主体页面
超过1024*768宽的 浮动层在主体页面外侧
可以通过修改css代码来实现吗?


回复讨论(解决方案)