On 6/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> http://www.kdwebstudio.com/ccaz.html
>
> I want the first li to not hover, i.e. not chage to light yellow. Is it 
> possible
> to do this somehow?
>
> TIA for any thoughts!

Well, the easiest way to fix that would be to create a new style for
the .nohover class (that you already have defined in your html) like
so:

.submenu li a.nohover:hover { background-color: #C9D58D; }

That will make the hover color of that first link set to the light
green. Try that it should work.

Hope this helps,

-- 
Anna Vester
Web Designer
http://www.veanndesign.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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