100%div(DIV顶部10px边距)

时间:2009-11-20 12:06:39

标签: css layout

Hay伙计们,我正在使用这个hack来获得100%高度的跨浏览器DIV

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

#outer{min-height:100%;height:auto;background:#ffffcc}
* html #outer{height:100%;}/* ie6 and under*/

编辑:但是在我的div上我有一个1px的顶部边框和一个10px的上边距。此添加总计16px。

任何想法如何编辑此css以计算16px?

1 个答案:

答案 0 :(得分:0)

将它嵌入一个新div中,此div将自动从其父级接管宽度。