Posted by David Dorward on 09/25/05 15:02
diablo wrote:
> is there a way to restrict the width and height of an img?
>
> what i want to do is if the img is less than 200x200 then i want it
> displayed at its size. but if it is bigger that 200x200 then i want it to
> be resized as 200x200.
img { max-width: 200px; max-height: 200px; } in supporting browsers.
By the way, your shift key appears to be broken. I suggest you get it fixed
as it makes your Usenet postings look rather silly.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
[Back to original message]
|