Try:

 

<li><a href="http://www.bittencourtlopes.com.br/"; target="_blank" 
title="Launch" class="launch"><em>Launch</em></a></li>

 

or

 

in stylesheet

 

li.launch a:hover

 

HTH

 

Peter Goddard

Developer/Programmer

PSI Global Ltd, Bowburn, Durham DH6 5AD, UK
T: +44 (0) 191 3774742
F: +44 (0) 191 3770769
E: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 




________________________________

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Laert Jansen
Sent: 20 March 2008 15:35
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] a a:hover

 

Olá! :)

I´m trying this: 

a.launch:hover {
    color:#FF7400;
    text-decoration:underline;
}


and html....

<li class="launch"><a href="http://www.bittencourtlopes.com.br/"; 
target="_blank" title="Launch"><em>Launch</em></a></li>

but is not working...Where´s my mistake? 

Thanks a lot!





On Thu, Mar 20, 2008 at 12:17 PM, Martin Heiden <[EMAIL PROTECTED]> wrote:

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]
*******************************************************************




-- 
Laert Jansen
www.laertjansen.com

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



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

Reply via email to