On Jun 1, 2006, at 8:45 AM, Dave Pierce wrote:

> I've just finished putting a new nav bar on this page,
> http://www.lorettosedgwick.org/pages/sedgwicklife2.html ...this was
> done according to instructions, and mostly it worked quite well.
> However, the left side of the navbar should not have the border on it,
> and I followed the direction to get rid of that. Plus, on the Firefox,
> Safari and Netscape group for Mac, there is about another 1 or 2em
> sticking out of the left side that shouldn't be there. Believe it or
> not, it DOESN"T show up in IE/Mac!!!!
>
> Any ideas how to get rid of that extra appendage?

1/ the space on the left side in Gecko/WebKit/Opera (9) browsers  
comes from the default padding on <ul>. Add:
ul {padding:0;}
2/ the background image shows up in your first link block: you're  
missing the # in front of the selector
(navbar ul .first a)
Make that
#navbar ul .first a

a quick trip to the validator should catch such error.

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>




______________________________________________________________________
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