I’ve tried with display:hidden, display:none and visibility:hidden;
display:hidden; makes no difference.
display:none; and visibility:hidden; both hide the div to begin with,
but it is not revealed when the DropDown function is called - it stays
hidden.
The trick is to put the “display: none” in the style attribute of the
tag, and NOT in the CSS class for the div.
Jamis
Rock and roll! Works nicely now, thanks Jamis.
Many thanks indeed to everyone for their help. I think I’ll amend the
scritpaculous wiki to include this hint and stop future sorry souls
going nuts over it.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.