//flex table opened by JP

Click to See Complete Forum and Search --> : Mozilla XHTML Problem


cwin
12-24-2003, 08:40 AM
I have a page
If it uses XHTML, mozilla wont display it properly.
Putting a <br> before the Doctype or changing the Doctype to a HTML one fixes the problem.

The problem is, Mozilla wont seem to support cells in tables or CSS Divs less than a certain height on this specific page
:confused:

Works fine in every other browser i have tested (IE5/6, Opera, Safari... some others.. but i forgot), fully XHTML 1.1 Strict compliant.
The only way i can get it to work right now is by detecting the browser with PHP and replacing the doctype if mozilla

http://www.cwin.redirectme.net/recode

Picture of the problem attached
The page *normally - i keep editing it* detects mozilla and changes the doctype

:t