Rumah > Artikel > hujung hadapan web > DIV中<h>标签影响高度_html/css_WEB-ITnose
<script type="text/javascript"> $(document).ready(function () { //parent.$.modalbox.resize({w: 500, h: 300}); //parent.$.modalbox.moveto("center"); console.warn($("body>div:first").height()); console.warn($("body>div:first").outerHeight(true)); console.warn($("body>div:first>h3").height()); console.warn($("body>div:first>h3").outerHeight(true)); })</script>
<body> <div> <h3 style="margin-top:10px; margin-bottom:10px;"> <span id="pass-title">xyz</span> </h3> </div> </body>
有人没啊,快来看看啦
饿..
LZ改成
这是display属性详解 http://www.w3school.com.cn/cssref/pr_class_display.asp,
lz也可以把div加个float:left试试.
css-box模型还是挺复杂的
这是display属性详解 http://www.w3school.com.cn/cssref/pr_class_display.asp,
lz也可以把div加个float:left试试.
css-box模型还是挺复杂的
这是display属性详解 http://www.w3school.com.cn/cssref/pr_class_display.asp,
lz也可以把div加个float:left试试.
css-box模型还是挺复杂的
事?上div的margin-top是collepse h3??的 margin-top,但?不算在div?,所以div??的outerheight ?比h3?的低
这是display属性详解 http://www.w3school.com.cn/cssref/pr_class_display.asp,
lz也可以把div加个float:left试试.
css-box模型还是挺复杂的
?替你?了一??解:
你可以?h3?display:inline-block; width:100% 解?
?充:
在?ie下h3要?
h3{
display:inline-block;
*display:inline;
*zoom:1;
}
?充:
在?ie下h3要?
h3{
display:inline-block;
*display:inline;
*zoom:1;
}
?充:
在?ie下h3要?
h3{
display:inline-block;
*display:inline;
*zoom:1;
}