On 6/17/05, Helmut HG <[EMAIL PROTECTED]> wrote:

> I created a simple layout and everything works in IE but it brakes in FF.
> The top row links and a form.

> HTML:
> http://www.helmutgranda.com/csstest/

First impression: My goodness the fonts are tiny (its usually a good
idea to stick to 1em for body text, and avoid px/pt units altogether).

Glancing at the source code, the first thing that jumps out at me is
you use of XML style self-closing tags (<foo/>), this is wrong in HTML
(where it means something rather different), use plain old <foo>
instead.

You have machine detectable syntax errors:
http://validator.w3.org/check?verbose=1&uri=http%3A//www.helmutgranda.com/csstest/

Why isn't your list of menu items marked up as such?
http://css.maxdesign.com.au/listamatic/

Taking the (apparently pointless) position: relative off the
#bodyholder seems to fix your problem. I'm not sure why. Possibly a
Gecko bug.



-- 
David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to