Okay, I know that this is incredibly simple. It is just a matter of my staring at it so long that I am overlooking the very obvious. [As soon as I ask for help, I figure it out myself. :-) ]

Errors: "expected ;" and "object required".


<p id="pLeisure" class="navbutton">
<a href="Leisure.asp" class="navbutton" onclick="javascript:alert('coming soon!')" onmouseover="showLeisureSub()">LEISURE</a>
</p>
<div id="LeisureSub" class="nomargin" style="display:none; visibility:hidden">
<ul>
<li><a href="Leisure_Spotlight.asp" class="navbutton" onclick="javascript:alert('coming soon!')">spotlight</a></li> <li><a href="Leisure_Movies.asp" class="navbutton" onclick="javascript:alert('coming soon!')">movies</a></li> <li><a href="Leisure_LocalEvents.asp" class="navbutton" onclick="javascript:alert('coming soon!')">local events</a></li>
</ul>
</div>

==================

showLeisureSub() {
document.getElementById("LeisureSub").style.display = "block";
document.getElementById("LeisureSub").style.visibility="visible";
}



Thanks!
T-


____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
      Send Your Posts To: wdvltalk@lists.wdvl.com
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.

Reply via email to