Maybe the difference between Mozilla and IE is messing up your positioning:
- Mozilla browsers (NS and FF) put the margin, border, and padding outside the box-object's defined position and size.
- IE crams them all inside the box-object's defined position and size.
- This includes the body tag.
So you can't do both of these on the same box object if you want all browsers to render your page correctly:
1. Define the size or position of the box object.
2. Put margins, borders, or padding on the box object.
To make this work, you need to nest several box objects. Some of the box objects have defined positions or sizes, while others have margins, borders, and padding.
Also be aware that a browser using a different screen resolution is going to render your page strangely.
Last edited by MidiMagic; Aug 13th, 2007 at 12:47 am.
Reputation Points: 730
Solved Threads: 181
Nearly a Senior Poster
Offline 3,314 posts
since Jan 2007