Would
I use an onmouseover on the each menu div? After the onmouseover unhides a
section of menu how do you keep it showing?
By
waiting for an onmouseout on whatever menu I pop?
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Acuff, Daniel (Comm Lines, PAC)
Sent: Tuesday, August 08, 2006 12:33 PM
To: [email protected]
Subject: [jQuery] Horiz. MenuI have a horizontal row of divs. So far.. the divs change color onmouseover.
How would I get a layer to show up when I rollover say id='home' ??
Sample JQuery:
<script type="text/_javascript_">
$(document).ready(function(){
$('.divLeft').hover(function(){
$(this).addClass('highlighted');},function(){
$(this).removeClass('highlighted');
});
});
</script>
Sample Code:
<div id='home' class='divLeft menuTopDiv'>
<a href="" style='display: block;'>HOME</a>
</div>
*************************************************************************
This communication, including attachments, is
for the exclusive use of addressee and may contain proprietary,
confidential and/or privileged information. If you are not the intended
recipient, any use, copying, disclosure, dissemination or distribution is
strictly prohibited. If you are not the intended recipient, please notify
the sender immediately by return e-mail, delete this communication and
destroy all copies.
*************************************************************************
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
