[jQuery] Horiz. Menu

[jQuery] Horiz. Menu

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>Horiz. Menu</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->
<P><FONT SIZE=2 FACE="Arial">I have a horizontal row of divs. So far.. the divs change color onmouseover.</FONT>
</P>
<P><FONT SIZE=2 FACE="Arial">How would I get a layer to show up when I rollover say id='home' ??</FONT>
</P>
<P><FONT SIZE=2 FACE="Arial">Sample JQuery:</FONT>
<BR><FONT SIZE=2 FACE="Arial"><script type="text/javascript"></FONT>
<BR><FONT SIZE=2 FACE="Arial"> $(document).ready(function(){</FONT>
<BR>        <FONT SIZE=2 FACE="Arial">$('.divLeft').hover(function(){</FONT>
<BR>                <FONT SIZE=2 FACE="Arial">$(this).addClass('highlighted');},function(){</FONT>
<BR>                <FONT SIZE=2 FACE="Arial">$(this).removeClass('highlighted');</FONT>
<BR>        <FONT SIZE=2 FACE="Arial">});</FONT>
<BR><FONT SIZE=2 FACE="Arial">});</FONT>
<BR><FONT SIZE=2 FACE="Arial"></script></FONT>
</P>
<BR>
<P><FONT SIZE=2 FACE="Arial">Sample Code:</FONT>
<BR><FONT SIZE=2 FACE="Arial"><div id='home' class='divLeft menuTopDiv'></FONT>
<BR><FONT SIZE=2 FACE="Arial"><a href="#" style='display: block;'>HOME</a></FONT>
<BR><FONT SIZE=2 FACE="Arial"></div></FONT>
</P>
<FONT SIZE=3><BR>
<BR>
*************************************************************************<BR>
This communication, including attachments, is<BR>
for the exclusive use of addressee and may contain proprietary,<BR>
confidential and/or privileged information. If you are not the intended<BR>
recipient, any use, copying, disclosure, dissemination or distribution is<BR>
strictly prohibited. If you are not the intended recipient, please notify<BR>
the sender immediately by return e-mail, delete this communication and<BR>
destroy all copies.<BR>
*************************************************************************<BR>
</FONT>
</BODY>
</HTML>_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/