日期:2014-05-18  浏览次数:20370 次

IE6下排版问题,IE8下没有问题
<div region="north" split="true" border="false" style="overflow: hidden; height: 75px;
  background: url(style/default/ad.jpg) ;
  line-height: 20px;color: #fff; font-family: Verdana, 微软雅黑,黑体">
  <span style="float:right; padding-right:10px; position:absolute;font-family: 黑体; font-size:large; color: #125ac3;" >欢迎您,<b id="curname"><%=base.UserName %></b> 
  &nbsp;&nbsp;&nbsp;&nbsp;
  <a href="#" id="editpass" style="float:right; position:absolute;padding-right:20px; font-family: 黑体; font-size: large; color: #125ac3;" >修改密码</a> 
<a href="#" id="loginOut" style="float:right; position:absolute;padding-right:20px; font-family: 黑体; font-size: large; color: #125ac3;" >安全退出</a></span>  



其中,欢迎您显示到了最左边,后改密码和安全退出显示不出,原本在IE8下都显示到右边。

------解决方案--------------------
探讨
<div region="north" split="true" border="false" style="overflow: hidden; height: 75px;
background: url(style/default/ad.jpg) ;
line-height: 20px;color: #fff; font-family: Verdana, 微软雅黑,黑体">
<……

------解决方案--------------------
position:absolute; 有用定位吗? 没有用就去掉
------解决方案--------------------
只能自己好好调了 看不到什么