Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Old 10-24-2006, 02:25 PM Hide / Show Button
Junior Talker

Posts: 1
Name: John Byne
Trades: 0
Im trying to do this for my forums but every time I use one, I get one that doesn't work for FF, Im wondering how to do this? Im using Ipb, and it has the

[tag={option}]{content}[/tag]

I tried one on here that worked but it wouldn't close =(
DarkGrave is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-29-2006, 07:14 AM Re: Hide / Show Button
feraira's Avatar
BeTheBand!

Posts: 339
Trades: 0
Code:
<div style="margin:20px; margin-top:5px"> <div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b> for <i>Hidden Text</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;"> Blah blah blah </div> </div> </div>
[spoiler=Hidden Text]Blah blah blah[/spoiler]
feraira is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Hide / Show Button
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB 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.09957 seconds with 12 queries