Directions for drop down style swapper



sibyls simple stuff
April 19, 2024, 08:19:58 pm
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Registration is DISABLED.   The forum is for storage purposes only.
 
   Home   Help Search Arcade Login Register  
Pages: 1 ... 8 9 [10]
 91 
 on: September 03, 2007, 08:37:08 pm 
Started by simply sibyl - Last post by simply sibyl
This goes in your Header:

Code:
<script language="javascript"> 
  function toggle_it(itemID){
      // Toggle visibility between none and inline
      if ((document.getElementById(itemID).style.display == 'none'))
      {
        document.getElementById(itemID).style.display = 'inline';
      } else {
        document.getElementById(itemID).style.display = 'none';
      }
  }
</script>


Place the code below in the Board description area:
(You could use this in your header or footer instead)

Place your shoutbox code where it says:   PLACE SHOUTBOX CODE HERE
You can change "Shoutbox" on the Header to whatever you wish.


Code:
  

<table width="200px" class="tborder" cellpadding="1" cellspacing="1">
  <tr>
     <td class="catbg" align="left">
        Shoutbox
      </td>
      <td  class="catbg" align="right">
       <center><a href="#shoutbox" onClick="toggle_it('prshoutbox')">[Open] </a></center>
       </td>
      </tr>
</table>
 

<div align="left" style="position: absolute;  z-index: 2; visibility: show;">
  <table class="tborder" width="200px" id="prshoutbox" style="display:none;"  align="left" border="0">
    <tr>
      <td class="catbg" align="right">
              <a href="#smileys" onClick="toggle_it('prshoutbox')">[Close]</a>
      </td>
   </tr>
   <tr>
     <TD class="windowbg2" align="center" >

        PLACE SHOUTBOX CODE HERE

    </td>
  </tr>
 </table>
</div>
</a>

 



 92 
 on: September 03, 2007, 08:33:34 pm 
Started by simply sibyl - Last post by simply sibyl
You can change the width of the table the shoutbox is in by changing the number in red.
Change it to 100 to make it the same width as your forum for instance.
You will need to edit your chatbox at your chatbox's admin site to make the chatbox the width you want.

Paste your shoutbox/chatbox code where it says:   PLACE YOUR SHOUTBOX CODE HERE
You can change the words Shoutbox to words of your choosing.   




<table border="0" width="45%" cellspacing="2" cellpadding="4" class="tborder" align="center">
 <tr>
  <td class="catbg" colspan="2">Shoutbox</td>
 </tr>
 <tr>
  <td class="windowbg2">
   <table width="100%" border="0">
       PLACE YOUR SHOUTBOX CODE HERE
   </table>
  </td>
 </tr>
</table>

 93 
 on: September 02, 2007, 10:42:37 pm 
Started by simply sibyl - Last post by simply sibyl
Put a graphic in the BOARD TITLE AREA

The image will be aligned to the right.

Put this in your Header:

Code:
<a name="#top"></a>

Put this immediately after the Boards name:
Replace "YOUR IMAGE URL"  with the url of your image

Code:
<a href="#top"><img align="right" src="YOUR IMAGE URL" border="0"></a>




You can do the same thing to make a  "Go Down"  image in the same area.

You'ld put this in your footer:

Code:
<a name="#bottom"></a>

Put this immediately after the Boards name:
Replace "YOUR IMAGE URL"  with the url of your image

Code:
<a href="#bottom"><img align="right" src="YOUR IMAGE URL" border="0"></a>

 94 
 on: September 02, 2007, 10:02:01 pm 
Started by simply sibyl - Last post by simply sibyl
Put a Go Up link in the BOARD DESCRIPTION

1.  Put this in your Header:
 
Code:
<a name="#top"></a>

2.  Then for each board that you want a Go Up link in:

Admin > Boards
Modify the Board you want to add it to

Put in the description area put:

Code:
<a href="#top">Go Up</a>

 

Pages: 1 ... 8 9 [10]
Powered by EzPortal
Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum

Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy