Title: Horiz. Menu

I 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
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to