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 [email protected] 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]
*******************************************************************

Reply via email to