|
Posted by David Dorward on 02/15/07 00:20
ilan wrote:
> The website is: www.ilandesign.com.au
>
> However, I just did a test on Mozilla, and can see that the display is
> really bad...
I'm not going to do an in depth check, but you use a Doctype that triggers
Quirks mode in IE, so it gets some parts of CSS seriously wrong (such as
the meaning of "width").
Also, you should be using 4.01 not 4.0 (bug fix releases) and Strict, not
Transitional (since there shouldn't be any need to Transition from pre-1997
code on a new webpage).
You should also make use of http://validator.w3.org/ as, despite the claim
that the document is HTML 4.0 Transitional, it has 97 syntax errors in it.
See also: http://www.allmyfaqs.net/faq.pl?Tableless_layouts
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|