Cross-browser issues explained
Just a note…while I’m working on this website, trying to fix their broken grid on the members’ page.
Use margin in your CSS. Prefer margin to padding. Usually if one of the browsers will act funny, it will be IE. So code your HTML/CSS to the other browsers, and use conditional comments to take care of the IE irregularities. That’s how the blueprint guy does it. I’ll go with that answer.
And the main culprit is margin/padding. IE has some weird rules about collapsing margins/padding together…only in the vertical direction.
Something like that…honestly who the fuck wants to know about this? Only someone who is getting paid.
no comments yet.