火狐不设置高度的情况下色块怎样随着里面增加的东西而自动冲高
展开全部
您好,感谢您对火狐的支持
可以这么操作,示例如下:
<style type="text/css">
div
{
background:url(http://www.baidu.com/img/baidu_logo.gif) repeat-y 0 0;
height:auto !important;
height:120px;
min-height:120px;
overflow:visible;
width:270px;
}
.clear //为适应firefox
{
height:0;
overflow:hidden;
clear:both;
font-size:0;
}
</style>
您可以在火狐官方网站下载火狐浏览器,在火狐社区了解更多内容。希望我的回答对您有所帮助,如有疑问,欢迎继续在本平台咨询。
可以这么操作,示例如下:
<style type="text/css">
div
{
background:url(http://www.baidu.com/img/baidu_logo.gif) repeat-y 0 0;
height:auto !important;
height:120px;
min-height:120px;
overflow:visible;
width:270px;
}
.clear //为适应firefox
{
height:0;
overflow:hidden;
clear:both;
font-size:0;
}
</style>
您可以在火狐官方网站下载火狐浏览器,在火狐社区了解更多内容。希望我的回答对您有所帮助,如有疑问,欢迎继续在本平台咨询。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询