max-height:100%不适用于firefox和IE

时间:2012-04-11 07:54:03

标签: html internet-explorer firefox css

我想用css适应并扩展图像到浏览器的最大高度但是max-height:100%在firefox和IE上不起作用。两者都是最新版本。在FF和IE上,图像以原始大小显示。所以它太大了。 max-height:100%仅对chrome有效? 或者有任何解决方案吗?

不是背景图片所以背景尺寸:封面不是我想知道的。

PS:我不需要适合浏览器宽度的图像。只有Max-HEIGHT:100%。

1 个答案:

答案 0 :(得分:0)

希望这会有所帮助!!

#background{
position:absolute;
height:100%;
width: 100%;
top:0px //Adjust this value
margin-left:0px; //Adjust this value
}