|
Posted by Beauregard T. Shagnasty on 10/29/07 13:05
Nick wrote:
> I have designed a new website. www.alternativeherbal.co.uk, which
> uses layers instead of tables. It is the first time that I do
> something like that.
"Welcome to to Alternative Herbal!" to to?
> This site looks fine on IE7, but not on Firefox 2, the layers on
> Firefox 2 have all wrong positioning and wrong sizes.
What is this?
<div id="menu" class="menu" align="left">
<a
href="index.php" class="menu">HOME</a>
And this:
"td.list { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.58em; width:180px; "
Unreadable. Please read this:
http://k75s.home.att.net/fontsize.html
When I increase the text size to something I can read, it flops right
out of that 180px box.
Use <p>...</p> instead of using <br> to separate what should be
paragraphs.
So much more...
> .. I know that the DOCTYPE declaration is probably wrong, but
> changing it didn't give better results.
New documents should be Strict.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
--
-bts
-Motorcycles defy gravity; cars just suck
[Back to original message]
|