vote up 2 vote down star

Could someone please work out what's happening here, and how I could fix it? I'm testing this page in IE6, IE7, FF and Chrome, and it works in everything but IE6. In that, there is a small gap between the edge of the chickens picture and the div it's in.

I hate IE6.

flag

1  
+1. We're also stuck with IE6. I feel your pain. – Ian Quigley Apr 16 at 11:29
Does setting display: block on the img fix it? – meandmycode Apr 16 at 11:31
@meandmycode Nope :( – Skilldrick Apr 16 at 11:33

2 Answers

vote up 5 vote down check

This may be the "three pixel jog" bug that shows in IE6 but not later versions of IE. See http://www.positioniseverything.net/explorer/threepxtest.html for example.

link|flag
This is EXACTLY what it is! Thanks for the quick response. – Skilldrick Apr 16 at 11:28
It's hurting my brain trying to work this out though. I don't care about IE6 anyway. – Skilldrick Apr 16 at 11:37
I managed to fix it by un-justifying the text in the div with the chickens in, just in case anyone's interested! – Skilldrick Apr 16 at 13:39
vote up 0 vote down

Using a CSS Reset can help!

Lots of inconsistencies between browsers can be circumvented by using a CSS reset

I use the Meyer Reset method.

However, another option is the Yahoo YUI method.

link|flag
Already using YUI reset :( – Skilldrick Apr 16 at 13:06

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.