Posted by jojo on 06/22/06 19:08
Nikko schrieb:
> Hi,
> Is it possible to do this with css?
> I want to limit height image to a certain value:
> If the original image's height is larger than desired value, show image
> with height equals to desired value.
> If the original image's height is smaller than desired value, do nothing
> and show image with this original height size.
>
> thank in advance for your help.
> Nikko
img {max-height:50px;}
But it doesn't work with all browsers... I do not know which browsers do
support max-height and which do not. But AFAIK ie doesn't support it yet.
Navigation:
[Reply to this message]
|