playing with div hiding for the first time, and I have some tables which I want to show in either Verbose or summary mode... no problem, I have my buttons which switch between the two just fine... problem is, when a table is hidden, it still takes up all the white space.
I'm using...
<div id="blahblah" style="visibility:hidden">
Is there a way to do it so the div effectively dissapears?
Thanks!
Rob
I'm using...
<div id="blahblah" style="visibility:hidden">
Is there a way to do it so the div effectively dissapears?
Thanks!
Rob