[thelist] CSS hover - can you apply to only some links?

kristina kristina at kfx-design.co.uk
Fri Sep 14 11:21:42 CDT 2001


Tara,

try the following

//In the head there is:
<style><!--
a:link  {text-decoration:none;}
a:hover {color:#0000FF;}

a.nohover:link  {text-decoration:none;}
a.nohover:hover {color:transparent;}

--></style>

// This is the part I want to NOT have a hover on
<td valign="top" align="right"><a href="index.jsp"
class="nohover" onMouseOver="expandIt('elOne'); return false" ID="elOneParent"
CLASS="parent">Inside Health Today</a><BR>

//This is the link I do want to have a hover on
<A HREF="inside_health/newsletter.jsp" ID="elOneChild" CLASS="child">Recent
Newsletter</a></td></tr>


-- 
bfn
 .k.
 ;o)

kristina at kfx-design.co.uk


"When written in Chinese, the word 'crisis' is composed of two characters.
One represents danger, and the other represents opportunity."
-- John F. Kennedy





More information about the thelist mailing list