Click to See Complete Forum and Search --> : rendering error in firefox


MediaMarks
05-14-2007, 04:20 AM
Hi all

forgive my technical (less) talk im kinda new to web design ive run a template site for a client of mine and its not rendering right in firefox any one have any ideas why... its ok with ie7

the page is www.missdesires.co.uk

thanks in advance

bathurst_guy
05-14-2007, 06:19 AM
Moved thread to CSS forum.

WebJoel
05-14-2007, 07:01 AM
There are 146 'warnings' errors ("warnings" are 'error-lites', -meaning proprietary such as IE-only or NS-only, etc., deprecated tags [old, outdated, etc]. Most are easily dismissable.
This 'warning' is potentially page-layout busting:

line 55 column 23 - Warning: missing </a> before </td>

meaning that an anchor is not properly closed, it could be making the next element partially a 'link', thus causing the three links to be right-shifted in Firefox (whereas IE will incorrectly ignore a missing or misplaced end/closing tag..).