Tue, 2004-10-05 20:35
Hey .. In explorer the site I'm working on watches.atlamcigars.com the text buttons in the middle-lower part of the page show up differently. In netscape they seem ot be spaced more right than otherwise.
What am I doing wrong?
Thanks for any help!
[/url]
Tue, 2004-10-05 20:42
#1
CSS in Netscape-engine
Hi
It's due to the differences in the way IE interprets the box model: http://www.positioniseverything.net/articles/box-model.html
In IE, your boxes will be the defined pixel width you've given them, and the padding will apply internally to this element. In every other browser the boxes will be the defined width plus the padding value - 178 pixels wide - and the text alignment will go to the edge of this size. Take off background-repeat:no-repeat to verify this