[jQuery] Re: simple accordion problem

2009-12-10 Thread Bideshi
Hi mojeJhon, Please try this - $(document).ready(function(){ $("#links ul").hide(); $("#links li").hover(function(){ $("ul", this).slideDown("s

[jQuery] Re: huge drop down

2009-12-10 Thread Bideshi
hi there, it's so simple to do this, just add a style in your drop down control, " " -- On Dec 10, 6:48 am, fachhoch wrote: > My page got a very big drop down list attached is the > imagehttp://old.nabble.com/file/p26720940/programs-drop-down.png

[jQuery] Re: here is my html

2009-12-10 Thread Bideshi
hi there, as u said the table part, you want it on the bottom of other 2 DIV's. so yo must need to add {clear:both} to clear the float before the table. "" i hope this may help you :) On Dec 10, 6:59 am, fachhoch wrote: > here is my html > > [CODE] >         > >                    

[jQuery] NEED HELP::siblings isssue in jquery

2009-12-10 Thread Bideshi
Hi there, i've a little issue related to siblings in jquery, i'm using sibling to deselect the previous selected link after clicking on the new link, but it's now working, please let me know where i'm missing. here is the HTML code: -