Derek de Jong wrote:
> Well,  I spent a few minutes playing with it. I have two renditions,
> one of my own: <http://www.automatamedia.com/css-d/links.php>
> And another, based on Thierry's CSS Pop Ups
> (<http://www.tjkdesign.com/articles/css pop ups/1.asp>):
> <http://www.automatamedia.com/css-d/links2.php>

Hi Derek,
You could try:
#set_of_links a:active span {...} /* for MSIE */

#set_of_links a span { /* instead of display:none */
 position:absolute;
 left:-9000px;
}

Regards,
Thierry | www.TJKDesign.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to