Hi,
It is locked behind a firewall at work until they are ready to launch it. SUCH A BUGGER!
I have actually got it to spread out now.. Probably not the best way.. I have just fiddled with sizes. I need however to hide the right border on the last menu item (so it looks like it is flowing). I can't work out how to syle it in the CSS. I am thinking if i turn it white it would hide..
The syle adding the right hand border on all 2nd menu is this
.catnav li a{
color:#666666;
border-right:1px solid #aaa;
text-shadow:1px 1px 0px #fff;
}
I need to make the border white for ... id="menu-item-190"
I have tried this .. but it just adds a border beside the grey one
#menu-item-190 {
border-right: 1px solid #990000; /*RED to see if it works.*/
}
How can I override the .catnav li a , on the link with id="menu-item-190"
Thanks
karen