Re: [jQuery] SlideDown Issue.. help!

2010-01-18 Thread Andre Polykanine
olykanine; ICQ: 191749952 Twitter: m_elensule - Original message - From: for...@gmail.com To: jQuery (English) Date: Monday, January 18, 2010, 12:10:58 PM Subject: [jQuery] SlideDown Issue.. help! I am new to jQuery but am using it to SlideDown a DIV element when the a:link is clicked

Re: [jQuery] SlideDown Issue.. help!

2010-01-18 Thread waseem sabjee
ok heres an HTML structure * { /* css reset */ margin:0; padding:0; } .work { /* this prevents the content from still being shown when you slide up */ overflow:hidden; } slide controller put a lot of content in here EXPLANATION 1. we have a div wrapper. 2. we create a

[jQuery] SlideDown Issue.. help!

2010-01-18 Thread for...@gmail.com
I am new to jQuery but am using it to SlideDown a DIV element when the a:link is clicked. However, no matter what link i click on the page, it slides down the div, it's as if the script has taken over every link on the page. Here is the code: http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/