我的网站在笔记本看下方会有左右拉的条!我该怎么办??
5 回答
李晓健
TA贡献1036条经验 获得超461个赞
/***style.css 第三行*/
body {
max-width: 1600px;
/* min-width: 1400px; */
margin: 0 auto;
background: url("image/bg.png") repeat;
position: relative;
}
/***style.css 61行 */
#nav {
position: absolute;
left: 0;
/* margin-left: -700px; */
z-index: 2;
top: 88px;
background: rgba(255,0,0,0.6) url("image/logo.png") no-repeat 30px center;
height: 90px;
/* width: 1400px; */
width: 100%;
}- 5 回答
- 0 关注
- 2255 浏览
相关问题推荐
添加回答
举报
0/150
提交
取消
