问题:一个DIV的最小高度是400PX,当内容高度不足400PX时,其高度设置为400PX, 当内容高度大于400PX, 则按实际高度伸展。IE6和FIREFOX都要有效!答案:
.a{height:400px;height:auto;min-height:400px;width:500px;} <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>标准之路div高度自动伸展实例</title> <style> .a{height:400px;height:auto;min-height:400px;width:500px; background:#ccc;} </style> </head> <body> <div class="a"> 此div的高度可以随着内容的增高而自动伸展 </div> </body> </html> [ 提示:你可先修改部分代码,再按Ctrl+A 全部选择 ]
.a{height:400px;height:auto;min-height:400px;width:500px;}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>标准之路div高度自动伸展实例</title> <style> .a{height:400px;height:auto;min-height:400px;width:500px; background:#ccc;} </style> </head> <body> <div class="a"> 此div的高度可以随着内容的增高而自动伸展 </div> </body> </html>
[ 提示:你可先修改部分代码,再按Ctrl+A 全部选择 ]
央视快讯:工信部向中国电信、中国移动、中国联通、中国广电发放5G商用牌照。 2016年5...