CSS resolve minimum height value (compatible with all browsers)

.right{

float:right;

width:600px;

border-left:1px solid #ccc;

....................................................................

height:100%;//IE6\IE7\FF This is very important. After IE6 sets the height, you need to add this to automatically extend.

_height:1116px;//IE6

}

 

 

 

 

For details, please click: http://www.verydemo.com/demo_c104_i43156.html

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326561917&siteId=291194637