Click to See Complete Forum and Search --> : CSS Browser Validation.


suppafreak
03-15-2005, 02:20 PM
I converted the site from tables to 100% CSS.

www.v-t-d.com (http://www.v-t-d.com)

I teseted the CSS using the W3C site and it only showed the warning messages.

THe site displays as it should in IE6. However, when I open it in Mozilla some borders are missing, and when I open it in FireFox the header background is not displayed and the menus are not where they belong.

Is there a CSS browser competability site where I can test my site.
and also how can I make it more compatible with the all the browsers.

The CSS styles are here:
layout (http://www.v-t-d.com/vtd_layout.css) presentation (http://www.v-t-d.com/vtd_presentation.css) table (http://www.v-t-d.com/vtd_table.css) form (http://www.v-t-d.com/vtd_form.css)

Thanks

Fang
03-15-2005, 03:05 PM
Mozilla is more fussy about valid documents (http://validator.w3.org/check?verbose=1&uri=http%3A//www.v-t-d.com/home.html)
If you want to serve it up as xhtml, do it right (http://annevankesteren.nl/archives/2004/06/php-and-xhtml)