lucas wrote:
> http://www.jennybrownjenny.com/wordpress/
> 
> in Firefox/Opera, it displays as I would like it to.
> 
> In IE, however, a 2px thick line runs through the bottom of the
> navigation list at the top of the page. Any suggestions on why this
> happens?

Well, you have asked for it (sort of) :-)

You have...

ul#navlist {
...
border-bottom: 2px gray;
...
}

...but it looks like only IE/win interprets that non-valid declaration as...

border-bottom: solid 2px gray;

...so now you just have to decide if you want a border there in _all_
browsers - in which case you'll have to correct the declaration, or if
you want to delete it.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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