Click to See Complete Forum and Search --> : Browser compatibility
racerboy
03-26-2005, 10:40 AM
One of my sites looks fine in IE, but when I view it in Firefox, it stretches a table and duplicates the left-hand column's background image. The column widths are set to pixels, not percentages, but the table still gets stretched in Firefox.
Here is the site:
http://www.slippeddiscdj.com/
Thank you,
racerboy
phpnovice
03-26-2005, 11:06 AM
You might start by adding the appropriate DOCTYPE to your page. Browsers function best when there is no guesswork as to your intent for page rendering.
ray326
03-26-2005, 04:59 PM
Fixing the HTML (http://validator.w3.org/check?verbose=1&uri=http%3A//www.slippeddiscdj.com/) is always a good first step.
fredmv
03-26-2005, 05:20 PM
You cannot expect a page to work globally when you're using the wrong element for the wrong job...