[jQuery] Re: superfish: disable arrows in first list

2010-02-14 Thread DLee
Hi Dasher, That may make the arrows disappear, but the .sf-menu li element is still stretched out as if there was still an arrow there. On Dec 31 2009, 9:51 pm, Dasher sea...@gocreate.com.au wrote: Hi Frank, In the $(document).ready(function() { area... Below the superfish

[jQuery] Very Small Script Not Working in IE 7

2009-03-16 Thread DLee
Hi guys. I had recently asked for help regarding a script that animated some text. Nothing serious. It works great in all versions of FF, but does not work in IE 7. Any suggestions will be greatly appreciated. My DOCTYPE: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN

[jQuery] Re: Very Small Script Not Working in IE 7

2009-03-16 Thread DLee
://docs.jquery.com/Events/hover#overoutwhich combines mouseover and mouseout. On 16 мар, 10:12, DLee dan.b@gmail.com wrote: Hi guys. I had recently asked for help regarding a script that animated some text. Nothing serious. It works great in all versions of FF, but does not work in IE 7. Any

[jQuery] Very New To JavaScript\JQuery - Mouseover and Mouseout Question

2009-03-14 Thread DLee
/head body ul class=block lia href=link1Link1/a/li lia href=link1Link2/a/li lia href=link1Link3/a/li lia href=link1Link4/a/li /ul /body /html Any help would be much appreciated. Thanks in advance! DLee

[jQuery] Re: Very New To JavaScript\JQuery - Mouseover and Mouseout Question

2009-03-14 Thread DLee
with class block. So when you do the .animate on it, you are animating every element. Instead, you mean.  $(.block a).mouseover(function(){       $(this).animate({ On Mar 14, 11:33 am, DLee dan.b@gmail.com wrote: Hi there, I am having trouble grasping the usage of mouseover and mouseout