PDA

View Full Version : PLEASE help me with my pop ups.....


lady_weaver
10-02-2005, 12:37 PM
can you please help me with my Pop ups (text) that are meant to activate when a hyperlink is hovered over........the details of the pop up are actually turning into and extension of the hyperlink....

The code i am using is

<!--left content column-->
<div id=leftcontent><br><br>
<p><a href="Home.htm" title="Home Page"><span>HOME</span><img src="Images\mandy.jpg" alt="mandy" width="70" height="80" border

decoration="none" title="View the Home Page"></a>
<br clear="left">
<a href="Home.htm" title="View the Home Page">Home<span>This link will take you back to the home page</span></a></p>
</div>

And the css code is

links a span { display: none; }

I know I am missing something that you may see in a second. This is all extremely new to me so I appreciate your help along the way...Sorry if I seem a bit slow...

_Aerospace_Eng_
10-04-2005, 06:45 AM
CSS
a span, a:link span {
display:none;
}