• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Anyone with IE9 want to confirm this for me?

Ichinisan

Lifer
I'm using IE8 at work (no IE9 for WinXP).

I just noticed that this page [now fixed by manually setting border:none in css] shows borders on the images when I view in IE8. There are no borders with Firefox/Chrome/Safari.

How does IE9 handle it?

Thanks!
 
Last edited:
Thanks. I wonder which browser is redering it *correctly* according to standards? Based on history, I'd have to guess that Firefox renders more accurately.
 
IE9 has border.

Just checked W3C to see if there is any clarity in the standards and failing to get it:

IMG tag:
Note: An image has no border by default (unless the image is inside an a element).

Guess there is good reason to keep using a img { border: none; } in reset.css
 
Just checked W3C to see if there is any clarity in the standards and failing to get it:

IMG tag:
Note: An image has no border by default (unless the image is inside an a element).

Guess there is good reason to keep using a img { border: none; } in reset.css

Is a "<td>" considered an "element?"

Does that mean IE is the only one compliant in this case?
 
Back
Top