What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Can anyone please help with DOM script

Can anyone please help with DOM script
Author: Message:
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: Can anyone please help with DOM script
why dont you just set the element you want hidden to
code:
display: none;


and when you want it to show do

code:
document.getElementById('xxx').style.display = "block";

[Image: dt2.0v2.png]      Happy Birthday, WDZ
11-06-2007 04:52 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Can anyone please help with DOM script - by iainb on 11-06-2007 at 04:24 AM
RE: Can anyone please help with DOM script - by WDZ on 11-06-2007 at 04:42 AM
RE: Can anyone please help with DOM script - by iainb on 11-06-2007 at 04:51 AM
RE: Can anyone please help with DOM script - by -dt- on 11-06-2007 at 04:52 AM
RE: Can anyone please help with DOM script - by iainb on 11-06-2007 at 01:05 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On