[jQuery] Re: Problems in a jquery drop down menu

2009-10-12 Thread Borgir
Hey all! I firebuged the site and noticed that a style="overflow:hidden" was being added so I updated my code: $(this).css("overflow","visible"); and for now seems ok. So I insist: "Always firebug your applications!" Cheers! On 12 Out, 17:03, Borgir wrote: > Hi there! > In this site:http://work

[jQuery] Problems in a jquery drop down menu

2009-10-12 Thread Borgir
Hi there! In this site: http://work.r-m.me/termogreen/v2/ If you hover over a couple of times the Produtos's submenus (second level menus): - Energias renováveis - Água quente sanitária - Climatização - Tubagens e acessórios The sub sub menus won't appear (third level menus)... Anyone knows why? T

[jQuery] Drop Down Menu (sub-sections)

2009-04-21 Thread PF
Hi everyone: I am wondering if there is some way to create drop down navigation bars using jQuery. For example, if the user rolls over a choice, the sub-choices pop up and when the mouse leaves the target area it will simply disappear. I was thinking that some animation would be nice, but it is

[jQuery] Drop-down menu / PHP mark-up

2009-03-18 Thread lukas
Hello! I have a list of messages which I want to sort with the help of a jquery drop-down menu. It is a template file with an underlying PHP/MySQL application. All what I would like to do is to change a variable value and refresh (or not refresh?) the same page when someone uses the drop-down

[jQuery] Drop down menu disappears when you hover over Cycle slideshow area

2009-03-07 Thread Shane Riley
I've tried getting this to work properly in IE with a variety of different methods, and none are working. The page in question is here: http://elixir.biz/coders/marlins/incoming/photos.php If you hover over the "blue team" text it will display a drop-down menu. However, in IE6 and IE7 once you've

[jQuery] Drop down menu

2008-04-09 Thread computermc
I did a menu bar like the apple site using Photoshop. I would like to have drop down menus, does anyone know of a tutorial that explains how to do that using jQuery?