<em>@troy 179784 wrote:</em><blockquote>I would like to be able to hide div content until a link is clicked to change the state of the div to visible. similar to > http://www.dynamicdrive.com/dynamicindex17/animatedcollapse.htm
It seems the funcationality / capability should already be in place… is this correct? If so what is the proper method to active such features in a Joomlart template (more specifically, JA Seleni)?
Any ideas?</blockquote>
Hi troy,
Now the template that you’re using has not have that functionality yet. My idea is you can use jQuery with the slideDown and slideUp API very easily.
http://api.jquery.com/slideDown/
http://api.jquery.com/slideUp/
If have any question, pls contact me!
Good luck,
Donglt