Olá!

on Thursday, March 20, 2008 at 15:38 wsg@webstandardsgroup.org wrote:

> 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?

If this hover should apply to all links under div.menu try:

div.menu a:hover {}

or give the link a class and define:

a.newclass:hover {}

regards

  Martin

 





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

Reply via email to