测试了IE6、IE8、Firefox <!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/x...

0

DIV自动高度解决方法

Posted in HTML DIV CSS at 四月 19th, 2009 / No Comments »

DIV自动高度解决方法2007-05-31 22:50解决DIV自动高度有好几种办法,小弟这里介绍2种常用的办法,当然适合IE6 FF IE7 OP 其他浏览器我没有试过 第一是clear(清除),第二种是overflow和height的自动高度AUTO; 代...