|
Post by Fredy on Sept 28, 2005 19:00:16 GMT
|
|
|
Post by LazyBoy on Sept 29, 2005 10:19:43 GMT
collapsing.
|
|
|
Post by Fredy on Sept 29, 2005 18:42:21 GMT
ya i can't spell... so what!! LOL
|
|
Lupin
Full Member
Posts: 113
|
Post by Lupin on Oct 1, 2005 10:32:32 GMT
Excellent, nice code. I might be able to make use of this. Thanks Lupin
|
|
|
Post by Fredy on Oct 1, 2005 13:31:34 GMT
np all in a days work lol
|
|
|
Post by lochii on May 14, 2006 22:53:20 GMT
is there anyway of gettin this so that instead of being expanded initially it is collapsed so you then have the option to expand it if you want?
|
|
|
Post by lochii on May 15, 2006 12:57:25 GMT
do people know what i mean when startin saybox it is collapsed then you would have to expand it if you wanted to view it as it is atm its vice versa
|
|
|
Post by Ron on May 15, 2006 19:23:11 GMT
You just need a slight modification to the original code, Try this:
<table border="1"><tr><td valign=top onmouseover = "this.style.cursor = 'pointer'" onmouseout = "this.style.cursor = 'normal'" onClick='this.parentNode.nextSibling.style.display = (this.parentNode.nextSibling.style.display == "none") ? "" : "none";'> <b>my saybox</b>(click to hide/show)</td></tr><tr style="display: none;"><td> SAYBOX CODE HERE</td></tr></table>
|
|
|
Post by lochii on May 18, 2006 8:14:47 GMT
thnx very much this code worked
|
|