[jQuery] Re: slideUp slideDown and mouseover mouseout

2008-04-30 Thread Wes Duff
Hello, If you want the div to scroll up when you move the mouse over a sertain div you could use the hover() function but here is a quick example of mouse events $(function(){ //first hide the button div $('div#buttonDiv').hide(); //here set a hover to show roll on and roll off an

[jQuery] Re: slideUp slideDown and mouseover mouseout (solved)

2008-04-30 Thread Waters
Thanks Ted - done. On May 1, 3:40 am, "Theodore Ni" <[EMAIL PROTECTED]> wrote: > I would recommend changing the script type from text/jscript to > text/javascript, since the former does not, at the very least, work on > Firefox 3b5. > > > > > > On Wed, Apr 30, 2008 at 3:59 PM, Waters <[EMAIL PROT

[jQuery] Re: slideUp slideDown and mouseover mouseout (solved)

2008-04-30 Thread Theodore Ni
I would recommend changing the script type from text/jscript to text/javascript, since the former does not, at the very least, work on Firefox 3b5. On Wed, Apr 30, 2008 at 3:59 PM, Waters <[EMAIL PROTECTED]> wrote: > > Sorry about that ignore my previous post - - a quick search of the > archive r