Heim > Web-Frontend > HTML-Tutorial > 分辨率一变,这里的固定层怎么都弄都变形_html/css_WEB-ITnose

分辨率一变,这里的固定层怎么都弄都变形_html/css_WEB-ITnose

WBOY
Freigeben: 2016-06-21 09:39:14
Original
1261 Leute haben es durchsucht

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html;charset=GBK" /><meta http-equiv="Content-Language" content="zh-CN" /><meta http-equiv="Author" content="自然" /><meta http-equiv="Index" content="http://blog.csdn.net/xxd851116" /><title>资料</title><style type="text/css">  /*<![CDATA[*/ body {margin:0; padding:0; height:100%; overflow:auto;}/* 全局浮动层固定默认样式设置,支持FF和IE */.fixed {position:fixed;}* html div.fixed {position:absolute; right:16px;} /* [only for ie] "right=16px"是为了显示滚动条,即right最小值为16px */html {overflow:auto !important; overflow:hidden;}#menu1 {width:100%; padding:10px; text-align:center; font-weight:bold; background:#000; color:#FFF; top:0;}#menu2 {width:1180px; padding:10px; text-align:center; font-weight:bold; top:30px; left:41px}/* 修改左边距离left***px */#menu1 a {color:#FFF;}.STYLE1  {color: #000000; font-size: 9pt; width: 80px;overflow:hidden;text-overflow:ellipsis;/*文字溢出的部分隐藏并用省略号代替*/white-space:nowrap;/*文本不自动换行*/}.STYLE4 {font-size: 12px; color: #000000; width: 80px;}.STYLE8 {font-size: 12px; color: #000000; }.STYLE6 {font-size: 12px; color: #CCFF66; width: 80px; }</style></head><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><div id="menu1"  class="fixed"> <table width="665" align="center" cellpadding="1" cellspacing="1">    <tr>      <td width="66" height="19"><center class="STYLE8">        <a href="#" target="_parent">FFS</a>      </center>      </td>      <td width="138" height="19">        <center class="STYLE8">          <a href="#" target="_parent">SSS</a>      </center>      </td>      <td width="147" height="19"><center class="STYLE8">          <a href="#" target="_parent">GGG</a>      </center>      </td>      <td width="163"><div align="center" class="STYLE8"><a href="#" target="_parent">CCC</a>      </div>        <center class="STYLE8">      </center>      </td>      <td width="133">      <div align="center" class="STYLE8"><a href="#" target="_parent">NNN</a></div></td>    </tr>  </table></div><center>  <p> </p>  <p> </p>  <div id="menu2"  class="fixed">    <table width="1115" align="center" cellpadding="1" cellspacing="1">      <tr>        <td height="19" colspan="8"><center>          <table align="center" cellpadding="1" cellspacing="1" bordercolor="#000000" bgcolor="#FFFFFF" width="918" >            <tr height="23">              <td width="80" height="66" bgcolor="#333333"><div align="center" class="STYLE6">AAA</div></td>              <td width="80" height="66" bgcolor="#333333"><div align="center" class="STYLE6"> BBB </div></td>              <td width="80" bgcolor="#333333"><div align="center" class="STYLE6"> CCC </div></td>              <td width="80" bgcolor="#333333"><div align="center" class="STYLE6"> DDD </div></td>              <td width="80" bgcolor="#333333"><div align="center" class="STYLE6"> EEE </div></td>              <td width="80" bgcolor="#333333"><div align="center" class="STYLE6"> FFF </div></td>              <td width="80" bgcolor="#333333"><div align="center" class="STYLE6"> GGG </div></td>              <td width="80" bgcolor="#333333"><div align="center" class="STYLE6"> SSS </div></td>              <td width="80" bgcolor="#333333"><div align="center" class="STYLE6"> VVV </div></td>              <td width="80" bgcolor="#333333"><div align="center" class="STYLE6"> XXX </div></td>              <td width="82" bgcolor="#333333"><div align="center" class="STYLE6"> BBB </div></td>            </tr>          </table>        </center></td>      </tr>    </table>  </div>  <p> </p>  <p> </p><body bgcolor="#C1DAD7"> <table width="918" align="center" cellpadding="1" cellspacing="1" bordercolor="#000000" bgcolor="#FFFFFF" >    <tr height="23" width="1334"><td width="80" height="34" bgcolor="#CCCCCC"><div align="center" class="STYLE4"><a href="#"><font color="##FF0000">修改</font></a>      </div></td>      <td width="80" height="34" bgcolor="#CCCCCC"><div align="center" class="STYLE1">          a      </div></td>      <td width="80" bgcolor="#CCCCCC"><div align="center" class="STYLE1">          b      </div></td>      <td width="80" bgcolor="#CCCCCC"><div align="center" class="STYLE1">          c      </div></td>      <td width="80" bgcolor="#CCCCCC"><div align="center" class="STYLE1">          d      </div></td>      <td width="80" bgcolor="#CCCCCC"><div align="center" class="STYLE1">      e</div></td>      <td width="80" bgcolor="#CCCCCC"><div align="center" class="STYLE1">          f      </div></td>      <td width="80" bgcolor="#CCCCCC"><div align="center" class="STYLE1">          g      </div></td>      <td width="80" bgcolor="#CCCCCC"><div align="center" class="STYLE1">          h      </div></td>      <td width="80" bgcolor="#CCCCCC"><div align="center" class="STYLE1">          i      </div></td>      <td width="82" bgcolor="#CCCCCC"><div align="center" class="STYLE1">          j      </div></td>  </tr> <%rs.movenextloop%></table></center> </p> </p> </p> </p> </p> </p> </p> </p> </p> </p></body></html>
Nach dem Login kopieren


回复讨论(解决方案)

这个很正常啊,如果超出了你设定的page的宽度,超出内容会下移,所以有两种方式设定宽度,要么用百分比,要么给值,两个一起用很容易出错的。。

没事,兼容性问题,学到后边是可以解决的

Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage