TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Hide/Show Div with Javascript

Page: 1 Reply
Feb 24th 2004#143419 Report
Member since: Mar 18th 2001
Posts: 1452
[b][edit:][/b] I've decided to just change the design. It's easier.
Reply with Quote Reply
Feb 24th 2004#143421 Report
Member since: Mar 20th 2001
Posts: 3367
Why don't you nest another table inside it? That way you can hide the table, while the cell remains
Reply with Quote Reply
Feb 24th 2004#143424 Report
Member since: Mar 18th 2001
Posts: 1452
Because I only want one table. I have a table set up with alot of data (stock information). I want the header row to show with the name of the company and stock symbol, then when expanded, the rest of the table appear with the full stock information. If I did that, it wouldn't look right.
Reply with Quote Reply
Feb 25th 2004#143481 Report
Member since: May 1st 2002
Posts: 3034
mobilebad boy I have the answer if you really want it still :P

[code]function hideMe(){
if (isIE||isNN) whichDog.style.visibility="hidden";
else if (isN4) document.theLayer.visibility="hide";
}

function showMe(){
if (isIE||isNN) whichDog.style.visibility="visible";
else if (isN4) document.theLayer.visibility="show";
}
[/code]

or something like that :B
Reply with Quote Reply
Feb 25th 2004#143483 Report
Member since: Mar 18th 2001
Posts: 1452
Thanks. I have the code, I was just trying to do something specific with it.
Reply with Quote Reply
Feb 25th 2004#143489 Report
Member since: May 1st 2002
Posts: 3034
I did something specific with it :/
http://www.zyconium.com/may1site/index2.html
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum