RE: [WSG] UL menu - gap and firstlink - fixed

2005-02-12 Thread Richard Lake
Thanks Andreas, deleting the blanks between the 's fixed the problem. Thanks Bert, I've used your suggestion to decrease the spanitis and classitis. Richard ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup

Re: [WSG] UL menu - gap and firstlink

2005-02-12 Thread Bert Doorn
G'day Apart from Andreas' suggestion, you could try setting a margin-right of -0.5em on #menu li Also, to use first-child to remove the border of the leftmost item in the menu, try this (make sure it's inserted *after* your other #menu rules or it will be ignored): #menu > li:first-child * { b

RE: [WSG] UL menu - gap and firstlink

2005-02-12 Thread Andreas Boehmer [Addictive Media]
> -Original Message- > From: Richard Lake [mailto:[EMAIL PROTECTED] > Sent: Sunday, 13 February 2005 9:35 AM > To: wsg@webstandardsgroup.org > Subject: [WSG] UL menu - gap and firstlink > it works fine in > Opera, Firefox > and IE6, apart from a slight gap betw

[WSG] UL menu - gap and firstlink

2005-02-12 Thread Richard Lake
I've changed over the menu on http://www.pricklypair.co.nz/ to an unordered list, I'm reasonably happy with the result, it works fine in Opera, Firefox and IE6, apart from a slight gap between the hovered link and the next menu item's left border. I've set margin and padding to 0 on everything and