[jQuery] Please Help

[jQuery] Please Help

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.5730.11" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I am trying to keep the gray box open until the
mouse is outside of that box.....I want to be able to click the Test
Link......Please help.....Thanks!!  My code is below:</FONT></DIV>
<DIV><FONT face=Arial size=2> </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><a href="javascript:void();"
class="button_top_right" id="view_hide" >Show / Hide</a><br
/><BR><div class="view_hide" style="display:none; width:159px;
position:absolute; background-color:#CCC; border:1px solid #000;"><BR><div
style="height: 200px; "><BR>

This is what I want to be over
you!!

<BR>

<a href="#">Test
Link</a>

<BR></div><BR></div><BR><table
cellspacing="0" cellpadding="10" style="width: 159px; color: #FFF; border:1px
solid #000;"><BR><tr><BR><td colspan="3" bgcolor="#333333">Link
1</td><BR></tr><BR><tr><BR>  <td colspan="3"
bgcolor="#333333">Link 2</td><BR></tr><BR><tr><BR> 
<td colspan="3" bgcolor="#333333">Link
3</td><BR></tr><BR><tr><BR>  <td width="73"
bgcolor="#333333">Link 4</td><BR>  <td width="74"
bgcolor="#333333">&nbsp;</td><BR>  <td width="74"
bgcolor="#333333">&nbsp;</td><BR></tr><BR></table><BR><script
type="text/javascript"><BR>$<BR>(<BR> function ()
<BR> {<BR>  $("a#view_hide").mouseover(function
(){$("div.view_hide").slideDown("50");return false;});</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>  $("a#view_hide").mouseout(function
(){$("div.view_hide").slideUp("50");return
false;});<BR> }<BR>);</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2></script><BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/