Forum Moderators: not2easy
Welcome to WebmasterWorld [webmasterworld.com]
I'll roll out our standard answer: first thing to do when you get odd behaviour or cross-browser problems is to validate your CSS and HTML.
W3C HTML Validator [validator.w3.org]
W3C CSS Validator [jigsaw.w3.org]
The full correct HTML 4.01 Transitional doctype is:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> ..and the full HTML4.01 strict doctype is..
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> See W3C Valid Doctype list [w3.org] for others.
It was a little bit annoying as I was doing the site for a client that I had just talked into upgrading from her old NN4 browser. And then the stupid thing didn't render correctly. Worked fine across the board in Windoze browsers, but there was a glitch in the Mac display.
I never did like the taste of crow...
WBF