[BNM] Help! Calling all CSS gurus!

AndrewGill73@gmail.com andrewgill73 at gmail.com
Tue Apr 15 16:30:07 BST 2008


BNM'ers,

I'm working on a vertical navigation using xhmtl/css. I need the
current menu item to have a custom bullet and coloured red (#E4312C).

The custom bullet is working fine which is great...but the text colour
is not red. Any ideas where i'm going wrong? Any pointers would be
very highly appreciated !

The development url is: http://ns296.pair.com/andygill/LP1/

The html menu code is....
<div id ="navBar">
<!--<div id="sectionLinks">-->
<ul>
<li class="current"><a href="http://www.nameofwebsite.com" > Home </a>
</li>
</ul>

The CSS code is....
#navBar li.current {
color: #E4312C;
background:#cccccc;
list-style-image: url(arrow.gif);
list-style-type: square;
list-style-position: outside;
list-style-type: none;
}

Many many thanks.
Cheers,
Andy


More information about the BNMlist mailing list. Powered by Wessex Networks