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?
Posts: 32509
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.
Posts: 8601
try putting #gallery { width: 800px; } into the css for matrix/classic.
Posts: 70
Thanks! it was the <td><tr> bit. works perfectly now.