View Single Post
05-19-2006, 02:01 AM
#3
jjmac is offline jjmac
jjmac's Avatar
Status: Member
Join date: May 2006
Location:
Expertise:
Software:
 
Posts: 197
iTrader: 0 / 0%
 

jjmac is on a distinguished road

  Old

Yes. IE renders the margin differently from compliant browsers such as Firefox. I have run into this annoying problem on more than one occaision.

I normally use nested div's to get around this problem. I'll set the outside div to line up the text where I want it, then use another div on the inside with padding instead of margin used to set the space. Of course your solution could be different depending on what you're using it for exactly.

Do you have an example of what you're doing?