> steven, the default padding and margin are different for different
> browsers. have you specifically defined your margins and padding for
> your picture boxes in your css?
The only thing which changes the look in IE seems to be the margin setting
in the paragraph containg the image. But even then the tops of the images
remain aligned. :-(
> i'd fix it for ie. fact is you don't have to like the 800 lb gorilla
> (i don't!) to know that many, many people use their web browser.
I always check with IE, and if it doesn't look OK I try to fix it. Well, to
a certain extent, that is. If I create a page for Firefox in 1 hour, I
definitely don't want to spend 5 more hours to try and fix it for IE.
Especially not if the the code is valid XHTML and performs as expected.
Frankly, I don't care about the gorilla. And sorry to say it so bluntly, but
no matter how many IE users there are, I think this is *their* problem, not
mine. Doesn't make a difference whether there's a thousand or 10 million of
them.
Thanks for the reply anyway.
Steven
Martin Bialasinski - 27 Dec 2004 10:51 GMT
> I always check with IE, and if it doesn't look OK I try to fix
> it. Well, to a certain extent, that is. If I create a page for
> Firefox in 1 hour, I definitely don't want to spend 5 more hours to
> try and fix it for IE.
In that case, you should try this:
Remove any Internet Explorer hacks from the style sheets and use the
IE7 Javascript.
http://dean.edwards.name/IE7/
Bye,
Martin