Laura wrote:
>
> I'm not that experienced with css, and am very curious if anyone
> out here would know how I can achieve the effect of highlighting
> the selected item on my list in red instead of blue.
>
> The page is at http://www.octos.org/ooth/2new.htm
>   

This should do that--
#navcontainer a:hover {
    background-color: red; <----------------- ::red
    border-bottom: none;
    color: #FFFFFF;
    margin-bottom: 0;   
    text-decoration: none;
}



> I have validated it and noted that the function that I'm using
> that will allow me to put the document in the window immediately
> to the right uses &&'s and that is throwing errors with the
> validator. 

Tidy Online is helpful. Correct what Tidy does not correct manually.

-- 

A thin red line and a salmon-color ampersand forthcoming.

http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to