http://cmasters.townnews.com/test

Note that, in Firefox, a black underline is supposed to show up when you 
hover over the headlines in the "breaking news" section. It works this way
in IE.

 

First you have a comment before your doctype declaration.  A comment, or
anything at all before the Doctype declaration puts IE6 in "quirks" mode,
whereas Firefox renders in standards mode, so the differences between
browsers will be even larger than usual.  

Second, you have a couple of html errors.  When I run it through the tidy
extension that corrects the rendering in firefox to be the way you like it.
So fix your html up and remove that comment at the start and see how that
works. 

 

Thank you! Although I can't change much of the code because it is part of a
CMS (like the comment before the doctype) - the problem was that my doctype
needed to be strict. Thanks again!

 

Christine

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to