Reply
Spoiler Code Support
Old 03-18-2007, 06:50 PM Spoiler Code Support
Red_X_'s Avatar
Skilled Talker

Posts: 99
Location: USA
HTML Code:
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b> for <i>{option}</i>: 
<input type='button'  value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') 
{ this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else 
{ this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
{param}
</div>
</div>
</div>
Above is my code.

It all works. However, I want to change something. Is it possible to change the "Button" to show instead ">> Spoiler Open <<" odviously spoiler will open. Then to close it would chante to ">> Spoiler Close <<".

Thanks.
__________________
>> Higher a poor college student. PM me :). PHP/MySQL <<

Last edited by Red_X_ : 03-18-2007 at 06:51 PM.
Red_X_ is offline
Reply With Quote
View Public Profile Visit Red_X_'s homepage!
 
When You Register, These Ads Go Away!
Old 03-21-2007, 02:04 AM Re: Spoiler Code Support
Red_X_'s Avatar
Skilled Talker

Posts: 99
Location: USA
-Bump-
__________________
>> Higher a poor college student. PM me :). PHP/MySQL <<
Red_X_ is offline
Reply With Quote
View Public Profile Visit Red_X_'s homepage!
 
Old 03-21-2007, 07:46 AM Re: Spoiler Code Support
chrishirst's Avatar
Super Moderator

Posts: 13,486
Location: Blackpool. UK
you could use the innerText = "Blah Blah" that you already have in the code.
However FF doesn't support innerText

but of course one answer is staring out directly from your code

hint:

this.value =
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to Spoiler Code Support
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12804 seconds with 12 queries