<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="Author" content="胡超">
<title>super胡</title>
<style>
div{
background:#ccc;
min-height:100px; /*高度最小值设置为:100px IE6不识别min-height 和min-width*/
height:auto !important; /*兼容FF,IE7也支持 !important标签 !important只是对于ie6不认识,IE6执行height:100px;其他浏览器执行height:auto !important;!important权重最高,相当于写在最下面*/
height:100px; /*兼容ie6*/
overflow:visible;
width:100px;
}
</style>
</head>
<body>
<div>
喝水为什么会中毒?
</div>
<br/>
<div>
喝水为什么会中毒?喝水为什么会中毒?喝水为什么会中毒?喝水为什么会中毒?喝水为什么会中毒?喝水为什么会中毒?喝水为什么会中毒?喝水为什么会中毒?喝水为什么会中毒?喝水为什么会中毒?喝水为什么会中毒?喝水为什么会中毒?喝水为什么会中毒?喝水为什么会中毒?喝水为什么会中毒?喝水为什么会中毒?喝水为什么会中毒?
</div>
</body>
</html>

相关文章:

  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2022-03-06
  • 2021-05-24
  • 2022-02-26
  • 2022-12-23
  • 2021-09-24
猜你喜欢
  • 2021-09-14
  • 2021-08-16
  • 2022-02-08
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案