Hi

On this page I am trying to use a popup to display the lower words.
<http://www.lostwithiel.eu/calendar>
<http://www.lostwithiel.eu/wp-content/themes/brownsite/style.css>

The relevant html is:
<span class="calnk" nowrap="nowrap"><a>River Church<span>Time:
10:30<br /><br />Come and worship God</span></a></span>
The css attached is this:
.calnk a { text-decoration: none; }
.calnk a:hover { font-size: 99%; }
.calnk span.link { position: relative; }
.calnk span.link a span { display: none; }
.calnk span.link a:hover span {
color: #333333;
display: block;
position: relative;
margin-top: 10px;
width: 290px;
z-index: 100;
}

As you can see from the page that there is some reaction to what I
have done but not what I expected. What I wanted was for the text to
pop up but currently it is on permanent display. Any ideas how I
achieve a pop-up effect please?

Many thanks.
-- 
Rich
http://www.cregy.co.uk
Embracing what God does for you is the best thing you can do for him.
Romans 12 v 1
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to