|
Post by pm on Aug 4, 2009 12:33:13 GMT -8
|
|
|
Post by Wormopolis on Aug 4, 2009 19:52:06 GMT -8
did you already try this?:
change:
<div id="my_div" style="width: 500px; height: 200px; overflow: hidden;"> Content Here<br /> Content Here<br /> Content Here<br /> Content Here<br /> Content Here<br /> Content Here<br /> Content Here<br /> Content Here<br /> Content Here<br /> Content Here </div> <a href="#" onclick="show_hide(this, 'my_div');">Hide</a>
to this:
<div id="my_div" style="width: 500px; height: 200px; overflow: hidden; display: none"> Content Here<br /> Content Here<br /> Content Here<br /> Content Here<br /> Content Here<br /> Content Here<br /> Content Here<br /> Content Here<br /> Content Here<br /> Content Here </div> <a href="#" onclick="show_hide(this, 'my_div');">Show</a>
|
|
|
Post by pm on Aug 5, 2009 3:10:52 GMT -8
Yes I tried that. Did'nt work.
|
|
|
Post by Wormopolis on Aug 5, 2009 3:12:29 GMT -8
does it at least hide the table or is the table still visile after the page loads?
|
|
|
Post by pm on Aug 5, 2009 3:20:24 GMT -8
Yes it hides the table. When I click show it does nothing.
|
|
|
Post by Wormopolis on Aug 5, 2009 3:53:33 GMT -8
like that? (see link above board)
|
|
|
Post by pm on Aug 5, 2009 4:55:08 GMT -8
Yes like that. Thanks Wormo! ;D
Edit: I grabbed it from you're source.
|
|