Forum Moderators: open
This is how I center my wrapper div:
width:800px;
margin-left:-400px;
left:50%;
I usually have to specify a different container width or margin to make it all work between IE and FF, but now that FF3 is out, it too now renders differently, but I'm not finding any condition statement like solution.
I've been around and around, but there is nothing I can do to fix the inconsistencies between firefox versions. Most every page is noticeably broken because my centered div is over to the right one or two pixels in FF3. If I could assign a different background image or div size to the FF3 I'd be all set. Otherwise I don't know what to do!
Help?