On 9/12/07, Dave Pierce <[EMAIL PROTECTED]> wrote:
> Much as I hate to say this, because I know I'm opening a can of worms
> for meself, Firefox seems to have a problem.

Yep, and the problem seems to be a typo in your source.

Line 116 reads:
*html #textright {mar\gin: .5em .5em 0em 1em}

I believe it ought to look more like this:
* #textright, html #textright {mar\gin: .5em .5em 0em 1em}

In any event, that "*html" shouldn't be there; Firefox never even
parses any of the styles after line 115, that's why thinks are looking
funky.

Hope that helps!

:Dan Dorman
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to