首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

让全部浏览器都支持max-height的CSS样式代码

2012-11-25 
让所有浏览器都支持max-height的CSS样式代码让所有浏览器都支持max-height的CSS样式代码,完整:max-height:

让所有浏览器都支持max-height的CSS样式代码
让所有浏览器都支持max-height的CSS样式代码,完整:
max-height:1000px;_height:expression((document.documentElement.clientHeight||document.body.clientHeight)<1000?"1000px":""); overflow:hidden;这里的1000和1000px是你需要的数值,注意3个数值的相同。
让IE6支持最大高度max-height的时候别忘记加上overflow:hidden;

min-height,同理!

热点排行