> -----Original Message-----
> From: FrankTudor [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, August 30, 2007 9:44 AM
> To: jQuery (English)
> Subject: [jQuery] Question about Collapse/Expand

 
> http://docs.jquery.com/Tutorials:Live_Examples_of_jQuery
> 
> I am working with example b.
> 
> The think I am trying to do is to make it default collapesed instead
> of expanded.

I'm headed out the door so this is a quick reply but...

Couldn't you hide the element by default, and then do your slideDown on
a click or whatever action you want to use to display the element...

Some basic show/hide tutorials:

http://www.learningjquery.com/2006/09/basic-show-and-hide
http://www.learningjquery.com/2006/09/slicker-show-and-hide

For the most part - you can replace show/hide - with
slideUp/slideDown...

HTH

Jim

Reply via email to