Hello,
I need to know if i can make a button that collapses/uncollapses a table and at the same time goes to.. for instance #something.
So if i click on it.. it expands a table below (which you can't see because you'll have to scroll).. and at the same time.. makes you scroll to that table.
Currently I have a button like this:
PHP Code:
<a onclick="return toggle_collapse('#####')" href="#something"><img src="$stylevar[imgdir_button]/a_button.gif" alt="$vbphrase[blabla]" border="0" /></a>
The table is labeled with <div id="something">
Help is appreciated greatly.