好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

视窗缩小时table在IE6会往下掉_html/css_WEB-ITnose

本帖最后由 kyokyo180 于 2013-02-17 18:20:35 编辑

视窗左右?度缩小时table(blue??)在IE6会往下掉
将white-space: nowrap;拿掉也是会掉
firefox chrome ie7~10都无问题
只有ie6会这样
我希望让版面维持
header在上
left在左 right在右
footer在下
请问这有办法解决吗

css代?
--------------------------------------
@charst "utf-8";

#header {
background:red
}

#left {
background:lime
}


#right {
background:blue;
position: relative;
margin: 0 25px 0 146px;
zoom: 1;

}


.menu {
z-index:3;
font-size: 1em;
overflow: hidden;
float: left;
width: 125px;
display: inline;
}

table td,th, tr {
white-space: nowrap;
}

#footer {
background:yellow
}



----------------------------------------

html代?
----------------------------------------
"http://HdhCmsTestw3.org/TR/xhtml1/DTD/xhtml1-transitioal.dtd">



test




company | out

查看更多关于视窗缩小时table在IE6会往下掉_html/css_WEB-ITnose的详细内容...

  阅读:31次