tables work fine in IE, but not in firefox

dj-3plet

Joined: 2005-03-12
Posts: 70
Posted: Fri, 2005-04-29 11:51

www.pinneo-triplets.com

i changed the matrix and classic layouts so that everything resides in a table 800 pixels wide. everything works perfectly with IE. everything works fine with firefox too except one thing - the pathbar is still at 100% width. any ideas?

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2005-04-29 12:21

see
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.pinneo-triplets.com%2Fmain.php

your html is not xhtml xompliant.
your first table has no <tr><td>, i'm not sure if a table without <tr><td> is allowed.
and the second table has more attributes than the first. play a little.

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Fri, 2005-04-29 14:19

try putting #gallery { width: 800px; } into the css for matrix/classic.

 
dj-3plet

Joined: 2005-03-12
Posts: 70
Posted: Fri, 2005-04-29 16:06

Thanks! it was the <td><tr> bit. works perfectly now.