我目前正在开发我的第一个网站,并着手解决一个问题。 当仪器打开时,沿底线(以下图象)的导航干.就会被罚款,当我把“iPad”改为“孔隙”。 但是,当我从猪肉轮到地貌时,似乎保持同样的宽度,至少直到我触及屏幕。 它不是一个大问题,因为它在我开学时回到了正常状态,而是一个不容置疑的眼光。 我有几张图像:
Portrait:
After rotating from Portrait to Landscape:
这里使用的是CSS I m:
nav {background-image: linear-gradient(bottom, rgb(0,0,0) 15%, rgb(51,51,51) 69%);
background-image: -o-linear-gradient(bottom, rgb(0,0,0) 15%, rgb(51,51,51) 69%);
background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 15%, rgb(51,51,51) 69%);
background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 15%, rgb(51,51,51) 69%);
background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 15%, rgb(51,51,51) 69%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.15, rgb(0,0,0)),
color-stop(0.69, rgb(51,51,51)));
border-top: 1px solid #000;
text-align: center;
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
height: 51px;
color:#CCC;
font-size:11.3px;
font-weight:bold;
overflow: hidden;
margin: 0 auto 0;}
Is there a way of getting round this and having the div automatically fill the width of the screen without the user touching it?