View Single Post
  #2 (permalink)  
Old Nov 24th, 2006, 22:39
ukgeoff ukgeoff is offline
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: show hide script problem

I haven't read through all the code but he appears to be using the css display attribute with values of none and block to hide and show repsectively.

If you want to start with them all closed up, then make display: none; the default state for your boxes.
Reply With Quote