Hello everyone!

Well, I looking for some help. I donĀ“t know how to create more than one a
a:hover

I have my css here

a {
    color: #FFF;
    text-decoration:none;

}

a:hover {
    color:#FFF;
    text-decoration:underline;
}

and the html where the word "launch" should have another a a:hover

<div class="menu">
                <ul>
                    <li>Bittencourt Lopes</li>
                    <li><span>Role.</span>Website design</li>
                    <li><span>Agency.</span><a
href="http://www.220i.com.br";
target="_blank">220i</a></li>
                    <li><a href="http://www.bittencourtlopes.com.br/";
target="_blank" title="Launch"><em>Launch</em></a></li>
                </ul>
            </div>

How do I apply a different a ahover to this link?

Thanks a lot
-- 
Laert Jansen
www.laertjansen.com


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to