Auto nav... li:first-child {border-left: none; }

Permalink
Hi
Should this work... Using the auto nav block I want to get rid of the first menu items divder line that is set using a left border. I have tried using
#navcontainer ul li:first-child {border-left: none;} but it doesn't seem to work. Should this work or is there another way of doing it?

I have attached a screen grab showing which line I want removing.

Thanks.

1 Attachment

 
oakleafg replied on at Permalink Reply
Got it working, I had border-left: 1px solid #c3dcd8; on the 'li a' style rather than just on my 'li' style. One I swapped it onto li it worked:-)