InterOcean Designs
« Peekaboo Side Tables »

Welcome Guest. Please Login or Register.
May 22, 2013, 7:35am




InterOcean Designs :: ProBoards Codes :: ProBoard Code Database :: Peekaboo Side Tables
Page 1 of 4 » Jump to page   Go    [Search This Thread] [Share Topic] [Print]
 AuthorTopic: Peekaboo Side Tables (Read 6,802 times)
SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

Joined: Mar 2009
Gender: Male
Posts: 2,594
Location: MI, USA
Karma: 102
 Peekaboo Side Tables
« Thread Started on Feb 20, 2011, 8:08pm »

Peekaboo Side Tables by SubDevo
Tested in IE, FF, Opera, Safari and Chrome.


Check out the LIVE PREVIEW to see what this code is all about!


You can use these to replace the Smangii side tables or even use it WITH them!
You may add any HTML content to the side tables just like "normal" side tables.
I have provided separate codes for the left and right side.
You may use either one or both of them together.

Enjoy!!! :)
SubDevo

I highly recommend putting this code on a test site to get it "just right" before using them on your main forum. Especially, if you are replacing Smangii's side tables with this code.
Putting in the Peekaboo Side Table code (as is) will show up just like in the live preview site above (without the content, of course).

Location: Bottom of Global Footer ( And I mean BOTTOM! )

Right Side CSS and Code.
Code:
<style type="text/css">
<!--
/* Peekaboo Side Tables (Right Side) CSS by SubDevo */
#rightNav {
&nbsp; &nbsp;width: 24px;
&nbsp; &nbsp;height: 100%;
&nbsp; &nbsp;top: 0px;
&nbsp; &nbsp;left: auto;
&nbsp; &nbsp;right: 0px;
&nbsp; &nbsp;position: fixed;
&nbsp; &nbsp;_position: absolute;
}
#rightNavTog {
&nbsp; &nbsp;position: absolute;
&nbsp; &nbsp;width: 24px;
&nbsp; &nbsp;height: 100%;
&nbsp; &nbsp;left: 0px;
&nbsp; &nbsp;cursor: pointer;
&nbsp; &nbsp;background-image: url(http://i53.tinypic.com/2empxmu.png);
&nbsp; &nbsp;background-position: left center
}
#rightNavContent {
&nbsp; &nbsp;position: absolute;
&nbsp; &nbsp;left: 24px;
&nbsp; &nbsp;width: 230px;
&nbsp; &nbsp;height: 100%;
&nbsp; &nbsp;overflow: auto;
&nbsp; &nbsp;text-align: center;
&nbsp; &nbsp;color: #FFFFFF;
&nbsp; &nbsp;background-image: url(http://i45.tinypic.com/28b9y6u.png);
}
-->
</style>

<!-- ============================================
START SubDevo's Peekaboo Side Tables (Right Side)
============================================= -->

<div id="rightNav" style="display:none; z-index:51;">
<div id="rightNavTog" title="Click to Hide or Show" onclick="togR_Nav(true)" onmouseover="this.style.backgroundImage='url(http://i54.tinypic.com/2weh1kh.png)'" onmouseout="this.style.backgroundImage='url(http://i53.tinypic.com/2empxmu.png)'"></div>
<div id="rightNavContent" style="display:none;" onscroll="setRnavCook(this.scrollTop,1)">

<!-- *** PLACE ALL RIGHT SIDE CONTENT BELOW THIS LINE *** -->

SIDE TABLE CONTENT HERE <br/><b>USE ONLY HTML FOR CONTENT!</B>

<!-- *** PLACE ALL RIGHT SIDE CONTENT ABOVE THIS LINE *** -->

</div>
</div>

<!-- ==========================================
END SubDevo's Peekaboo Side Tables (Right Side)
=========================================== -->

<script type="text/javascript">
/* Peekaboo Side Tables (Right Side) by SubDevo */
/* Global Footer - Please leave this header intact. Do not repost. */
/* [url]http://interoceandesigns.proboards.com[/url] or [url]http://lsdp.proboards.com[/url] */

var R_memOnly=0; // Members Only? 1=Yes, 0=No
var R_TogWidth=24; // Width of Clickable area.
var R_SideWidth=230; // Width of content.

function setRnavCook(a,b){ var n=(b)?"R_NavTop=":"R_NavOpen=";
&nbsp; &nbsp;document.cookie=n+a+"; expires=Sat, 17 Jan 2050 12:12:12 UTC; path=/";
}
function scrollRT(){R_NavH.scrollTop=(document.cookie.match(/R_NavTop=(\d+)/))?RegExp.$1:0;}
function togR_Nav(a){ var m=document.body,b=R_Nav.style,c=R_NavH.style;
&nbsp; &nbsp;if(a!=true){if(is_IE){b.height=m.clientHeight;}
&nbsp; &nbsp;&nbsp; &nbsp;b.right=-parseInt(m.scrollLeft)+"px"; b.top=parseInt(m.scrollTop)+"px";
&nbsp; &nbsp;}else{
&nbsp; &nbsp;&nbsp; &nbsp;if(c.display=="none"){c.display=""; b.width=R_wT;setRnavCook(1);
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;if(R_NavFirst){R_NavFirst=false;setTimeout("scrollRT()",1000);}else{scrollRT();}
&nbsp; &nbsp;&nbsp; &nbsp;}else{setRnavCook(0);c.display="none"; b.width=R_TogWidth;}
}} var R_wT=1+R_TogWidth+R_SideWidth+"px",is_IE=(document.uniqueID)?true:false;
var R_Nav=document.getElementById ("rightNav"),R_NavH=document.getElementById ("rightNavContent");
if(!R_memOnly||pb_username!="Guest"){ R_Nav.style.display=""; var R_NavFirst=true;
&nbsp; &nbsp;if(document.cookie.match(/R_NavOpen=1/)){togR_Nav(true);}
&nbsp; &nbsp;if(is_IE){window.attachEvent("onscroll", togR_Nav); window.attachEvent("onresize", togR_Nav);}
}
</script>
Left Side CSS and Code.
Code:
<style type="text/css">
<!--
/* Peekaboo Side Tables (Left Side) CSS by SubDevo */
#leftNav {
&nbsp; &nbsp;width: 24px;
&nbsp; &nbsp;height: 100%;
&nbsp; &nbsp;top: 0px;
&nbsp; &nbsp;right: auto;
&nbsp; &nbsp;left: 0px;
&nbsp; &nbsp;position: fixed;
&nbsp; &nbsp;_position: absolute;
}
#leftNavTog {
&nbsp; &nbsp;position: absolute;
&nbsp; &nbsp;width: 24px;
&nbsp; &nbsp;height: 100%;
&nbsp; &nbsp;right: 0px;
&nbsp; &nbsp;cursor: pointer;
&nbsp; &nbsp;background-image: url(http://i53.tinypic.com/2empxmu.png);
&nbsp; &nbsp;background-position: right center;
}
#leftNavContent {
&nbsp; &nbsp;position: absolute;
&nbsp; &nbsp;right: 24px;
&nbsp; &nbsp;width: 230px;
&nbsp; &nbsp;height: 100%;
&nbsp; &nbsp;overflow: auto;
&nbsp; &nbsp;text-align: center;
&nbsp; &nbsp;color: #FFFFFF;
&nbsp; &nbsp;background-image: url(http://i45.tinypic.com/28b9y6u.png);
}
-->
</style>

<!-- ===========================================
START SubDevo's Peekaboo Side Tables (Left Side)
============================================ -->

<div id="leftNav" style="display:none; z-index:51;">
<div id="leftNavTog" title="Click to Hide or Show" onclick="togL_Nav(true)" onmouseover="this.style.backgroundImage='url(http://i54.tinypic.com/2weh1kh.png)'" onmouseout="this.style.backgroundImage='url(http://i53.tinypic.com/2empxmu.png)'"></div>
<div id="leftNavContent" style="display:none;" onscroll="setLnavCook(this.scrollTop,1)">

<!-- *** PLACE ALL LEFT SIDE CONTENT BELOW THIS LINE *** -->

SIDE TABLE CONTENT HERE <br/><b>USE ONLY HTML FOR CONTENT!</B>

<!-- *** PLACE ALL LEFT SIDE CONTENT ABOVE THIS LINE *** -->

</div>
</div>

<!-- =========================================
END SubDevo's Peekaboo Side Tables (Left Side)
========================================== -->

<script type="text/javascript">
/* Peekaboo Side Tables (Left Side) by SubDevo */
/* Global Footer - Please leave this header intact. Do not repost. */
/* [url]http://interoceandesigns.proboards.com[/url] or [url]http://lsdp.proboards.com[/url] */

var L_memOnly=0; // Members Only? 1=Yes, 0=No
var L_TogWidth=24; // Width of Clickable area.
var L_SideWidth=230; // Width of content.

function setLnavCook(a,b){ var n=(b)?"L_NavTop=":"L_NavOpen=";
&nbsp; &nbsp;document.cookie=n+a+"; expires=Sat, 17 Jan 2050 12:12:12 UTC; path=/";
}
function scrollLT(){L_NavH.scrollTop=(document.cookie.match(/L_NavTop=(\d+)/))?RegExp.$1:0;}
function togL_Nav(a){ var m=document.body,b=L_Nav.style,c=L_NavH.style;
&nbsp; &nbsp;if(a!=true){if(is_IE){b.height=m.clientHeight;}
&nbsp; &nbsp;&nbsp; &nbsp;b.left=parseInt(m.scrollLeft)+"px"; b.top=parseInt(m.scrollTop)+"px";
&nbsp; &nbsp;}else{
&nbsp; &nbsp;&nbsp; &nbsp;if(c.display=="none"){c.display=""; b.width=L_wT;setLnavCook(1);
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;if(L_NavFirst){L_NavFirst=false;setTimeout("scrollLT()",1000);}else{scrollLT();}
&nbsp; &nbsp;&nbsp; &nbsp;}else{setLnavCook(0);c.display="none"; b.width=L_TogWidth;}
}} var L_wT=1+L_TogWidth+L_SideWidth+"px",is_IE=(document.uniqueID)?true:false;
var L_Nav=document.getElementById ("leftNav"),L_NavH=document.getElementById ("leftNavContent");
if(!L_memOnly||pb_username!="Guest"){ L_Nav.style.display=""; var L_NavFirst=true;
&nbsp; &nbsp;if(document.cookie.match(/L_NavOpen=1/)){togL_Nav(true);}
&nbsp; &nbsp;if(is_IE){window.attachEvent("onscroll", togL_Nav); window.attachEvent("onresize", togL_Nav);}
}
</script>


Instructions:

The instructions are the same for either side, so I will explain only the left side for this example.

Decide weather you want the side tables shown for members only or also for guests.
var L_memOnly=0; // Members Only? 1=Yes, 0=No
Change this to 1 (in the script) if you wish to hide the side tables from guests.

Each Peekaboo side table consists of 3 divs.
One outer div (leftNav), which holds two vertical divs: the content div (leftNavContent) and the toggle div (leftNavTog).
The first thing you need to decide is the width of your toggle div and the width of your content div (side table width). Enter your toggle div width in the script.
var L_TogWidth=24; // Width of Clickable area.

Now enter the SAME value in ALL the Yellow parts of the CSS.

#leftNav {
   width: 24px;
   height: 100%;
   top: 0px;
   right: auto;
   left: 0px;
   position: fixed;
   _position: absolute;
}
#leftNavTog {
   position: absolute;
   width: 24px;
   height: 100%;
   right: 0px;
   cursor: pointer;
   background-image: url(http://i53.tinypic.com/2empxmu.png);
   background-position: right center;
}
#leftNavContent {
   position: absolute;
   right: 24px;
   width: 230px;
   height: 100%;
   overflow: auto;
   text-align: center;
   color: #FFFFFF;
   background-image: url(http://i45.tinypic.com/28b9y6u.png);
}


Now enter your content width in the script:
var L_SideWidth=230; // Width of content.
Enter the same value in the Cyan part in the above CSS.

NOTE:
If any added content is wider than the above value, a horizontal scroll bar will appear within the side table. To prevent this, make sure your added content width is less than this value or change the content width (above) to "fit" the content.
This is especially important if you add widgets such as a chat box or playlist.


Changing the "Look" of the Content Div:

#leftNavContent {
   position: absolute;
   right: 24px;
   width: 230px;
   height: 100%;
   overflow: auto;
   text-align: center;
   color: #FFFFFF;
   background-image: url(http://i45.tinypic.com/28b9y6u.png);
}


You may freely use the current background image. It is a 50% semi-transparent png.
If you want a background color instead of an image, replace that line with: background-color: #FF0000;
Enter your default color for text in this line: color: #FFFFFF; Change the Yellow to your desired colors.


Changing the "Look" of the Toggle Div:

#leftNavTog {
   position: absolute;
   width: 24px;
   height: 100%;
   right: 0px;
   cursor: pointer;
   background-image: url(http://i53.tinypic.com/2empxmu.png);
   background-position: right center;
}


Enter the URL to your background image for the toggle div.
Make sure the width of the image used is the same width you entered in for all the widths (explained earlier).
If you want a background color instead of an image, replace that line with:
background-color: #FF0000;
Change the Yellow to your desired color.


Customize the Toggle Div (HTML):

Find the leftNavTog div line in the code.

<div id="leftNavTog" title="Click to Hide or Show" onclick="togL_Nav(true)" onmouseover="this.style.backgroundImage='url(http://i54.tinypic.com/2weh1kh.png)'" onmouseout="this.style.backgroundImage='url(http://i53.tinypic.com/2empxmu.png)'"></div>

You can have a mouse over (rollover) effect with the toggle div.
Just use the image that you entered for the leftNavTog background image for the "onmouseout" URL in the above.
Enter the URL to your "hover" image in the "onmouseover" section.

If you are not using images and you want the color to change, replace the leftNavTog line with this:

<div id="leftNavTog" title="Click to Hide or Show" onclick="togL_Nav(true)" onmouseover="this.style.backgroundColor='#FF0000'" onmouseout="this.style.backgroundColor='#00FF00'"></div>
Change the color to taste.

If you do not want any mouse over (rollover) effects, replace that line with this:

<div id="leftNavTog" title="Click to Hide or Show" onclick="togL_Nav(true)"></div>


Adding Content:

All your content goes between these clearly marked sections.

<!-- *** PLACE ALL LEFT SIDE CONTENT BELOW THIS LINE *** -->

SIDE TABLE CONTENT HERE <br/><b>USE ONLY HTML FOR CONTENT!</B>

<!-- *** PLACE ALL LEFT SIDE CONTENT ABOVE THIS LINE *** -->


You may use any HTML (NOT UBBC) within here, just like you would use for "normal" sidetables.


Is there a way I can use this without it starting closed?
And can it be changed to stay open?


Yes and yes!

I used the Right side code for the following.
For the left side, replace all the Yellow "R"s with "L".

1) To have it to start open on first visit and still have the open/closed memory:

Replace this:

if(document.cookie.match(/R_NavOpen=1/)){togR_Nav(true);}

With this:

var a=document.cookie; if(!a.match(/R_NavOpen/)||a.match(/R_NavOpen=1/)){togR_Nav(true);}


2) If you want it open on every page load and user can still close it (no memory):

Replace this:

if(document.cookie.match(/R_NavOpen=1/)){togR_Nav(true);}

With this:

togR_Nav(true);


3) If you want it open all the time (user can not close):

Do the change in option #2 above AND remove the Red from the div HTML.
Note: Change the Yellow to "left" for the left side code.

<div id="rightNavTog" title="Click to Hide or Show" onclick="togR_Nav(true)"... etc..

Be aware that if you have the side tables open all the time, they may cover (overlap) your forum for users with smaller screen resolutions. That could be annoying...
« Last Edit: Apr 9, 2012, 11:29pm by SubDevo »Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
OJ
Moderator
member is offline

[avatar]

[yim] [msn]
[homepage]

Joined: Nov 2010
Gender: Male
Posts: 976
Location: California
Karma: 53
 Re: Peekaboo Side Tables
« Reply #1 on Feb 20, 2011, 8:37pm »

Awesome!!! Wow Sub, you outdid yourself this time. ;) Now I'm waiting for that "Home Theater" code you're working on. lol :P

EDIT: There is one thing you forgot to explain bro:
For the people who will be using images for the Right Nav Tog, but WON'T be using a rollover image, when replacing that div line with the one Sub specified, make sure you use this:

<div id="rightNavTog" title="Click to Hide or Show" onclick="togR_Nav(true)"></div>

instead of this:

<div id="leftNavTog" title="Click to Hide or Show" onclick="togL_Nav(true)"></div>

Just my 2 little cents. :)
« Last Edit: Feb 20, 2011, 8:47pm by OJ »Link to Post - Back to Top  IP: Logged

[image]
SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

Joined: Mar 2009
Gender: Male
Posts: 2,594
Location: MI, USA
Karma: 102
 Re: Peekaboo Side Tables
« Reply #2 on Feb 20, 2011, 8:49pm »

Well, I did say that I was explaining just the LEFT side...

Quote:
The instructions are the same for either side, so I will explain only the left side for this example

But, maybe I should put something in there, because people will mess it up. lol
« Last Edit: Feb 20, 2011, 8:51pm by SubDevo »Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
OJ
Moderator
member is offline

[avatar]

[yim] [msn]
[homepage]

Joined: Nov 2010
Gender: Male
Posts: 976
Location: California
Karma: 53
 Re: Peekaboo Side Tables
« Reply #3 on Feb 20, 2011, 8:50pm »

True that. ;D
Link to Post - Back to Top  IP: Logged

[image]
La Reina
Junior Member
member is offline

[avatar]

MARRIED TO SUBDEVO & RADESIGN



Joined: Feb 2011
Gender: Female
Posts: 111
Karma: 12
 Re: Peekaboo Side Tables
« Reply #4 on Feb 20, 2011, 9:01pm »

okay i have a stupid question. How do I use it WITH Smangii's side tables?
« Last Edit: Feb 20, 2011, 9:27pm by La Reina »Link to Post - Back to Top  IP: Logged


Okay like I'm totally modest and stuff, but I love this quote.

*clears throat*

I'm AWE inspiring and then SOME. Which makes me AWESOME!
SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

Joined: Mar 2009
Gender: Male
Posts: 2,594
Location: MI, USA
Karma: 102
 Re: Peekaboo Side Tables
« Reply #5 on Feb 20, 2011, 9:30pm »

Just put this code at the very bottom of your global footers.
Put whatever you want in the new side tables.
If you are scared, get a test forum and try them out in there with your forum code.
« Last Edit: Feb 20, 2011, 9:31pm by SubDevo »Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
La Reina
Junior Member
member is offline

[avatar]

MARRIED TO SUBDEVO & RADESIGN



Joined: Feb 2011
Gender: Female
Posts: 111
Karma: 12
 Re: Peekaboo Side Tables
« Reply #6 on Feb 20, 2011, 10:13pm »

I did and I see. I don't know why I thought it was going to do something different. I'm slooooooooooow. Or lack of sleep. Pick your excuse and I'll roll with it.
Link to Post - Back to Top  IP: Logged


Okay like I'm totally modest and stuff, but I love this quote.

*clears throat*

I'm AWE inspiring and then SOME. Which makes me AWESOME!
wormopolis
New Member
member is offline

[avatar]

[yim]

Joined: Jun 2010
Gender: Male
Posts: 27
Karma: 8
 Re: Peekaboo Side Tables
« Reply #7 on Feb 21, 2011, 12:37am »

Incredible code. Its going to hit big very soon.

I would put something in about NOT leaving URLs to background images blank, like:
#leftNavTog {
   position: absolute;
   width: 24px;
   height: 100%;
   right: 0px;
   cursor: pointer;
   background-image: url();
   background-position: right center;
}

and tell them to remove the whole line. leaving it blank will cause form errors across the rest of the forum.


(side note: I like how the color picker actually colorizes the text in the message area!)
Link to Post - Back to Top  IP: Logged
CåñåÐå™
New Member
member is offline

[avatar]


[homepage]

Joined: Jan 2011
Gender: Male
Posts: 26
Location: Canada
Karma: 1
 Re: Peekaboo Side Tables
« Reply #8 on Feb 21, 2011, 1:11am »

Very nice SubDevo .

I'm using the left side for now, i didn't change how you have it . I just added what i wanted in it :D.
Link to Post - Back to Top  IP: Logged

SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

Joined: Mar 2009
Gender: Male
Posts: 2,594
Location: MI, USA
Karma: 102
 Re: Peekaboo Side Tables
« Reply #9 on Feb 21, 2011, 1:42am »


Feb 21, 2011, 12:37am, wormopolis wrote:
Incredible code. Its going to hit big very soon.

I would put something in about NOT leaving URLs to background images blank.
and tell them to remove the whole line. leaving it blank will cause form errors across the rest of the forum.

(side note: I like how the color picker actually colorizes the text in the message area!)

Thanks Wormo. I think it will catch on quick once I post at PBS. Just getting a "feel" for the code in IOD for now and getting the instructions as complete as possible. Hopefully, there won't be as many support issues like there are with Smangii's side tables.

You are right. Good idea about removing the line (didn't I say remove it in the post? gotta check).

Yup. I like my color picker. 8-)

Side note: Holy crap! Wormo is actually posting! I guess that means I'll have to post at wormocodes... hehe
Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
LunyRed
Senior Member
member is offline

[avatar]


[homepage]

Joined: Sept 2009
Gender: Male
Posts: 542
Location: An archipelago in SE Asia
Karma: 14
 Re: Peekaboo Side Tables
« Reply #10 on Feb 22, 2011, 4:13am »

Whoa!! Wow! These Peekaboo Side Tables are amazing! :o

Sub, if only this code existed waaaayyyy earlier, lol. ;_;

Just kidding! :D But wow, this is brilliant! Yeah, I'm sure tons of members would just LOVE to use this in their forum once they find out about this!! ;D
Link to Post - Back to Top  IP: Logged

[image]
[ME] and I are best buddies~ Unlike me, [ME] is obsessed with Justin Bieber.. o_o'
SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

Joined: Mar 2009
Gender: Male
Posts: 2,594
Location: MI, USA
Karma: 102
 Re: Peekaboo Side Tables
« Reply #11 on Feb 22, 2011, 8:19am »

Thank you Canada. I hope you enjoy! :)

And thanks Luny! Always love nice words from folks. ;)
« Last Edit: Feb 22, 2011, 8:20am by SubDevo »Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
La Reina
Junior Member
member is offline

[avatar]

MARRIED TO SUBDEVO & RADESIGN



Joined: Feb 2011
Gender: Female
Posts: 111
Karma: 12
 Re: Peekaboo Side Tables
« Reply #12 on Feb 22, 2011, 11:57am »

Great code. Love it and you're the best... around ... (insert song here)
« Last Edit: Feb 22, 2011, 1:33pm by La Reina »Link to Post - Back to Top  IP: Logged


Okay like I'm totally modest and stuff, but I love this quote.

*clears throat*

I'm AWE inspiring and then SOME. Which makes me AWESOME!
SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

Joined: Mar 2009
Gender: Male
Posts: 2,594
Location: MI, USA
Karma: 102
 Re: Peekaboo Side Tables
« Reply #13 on Feb 22, 2011, 7:24pm »

Hey... those look pretty good on your site La Reina! Nice! :)

Quote:
(insert song here)

Tainted Love by SoftCell
Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
JJ
Senior Member
IOD Supporter
member is offline

[avatar]


[homepage]

Joined: Jan 2011
Gender: Female
Posts: 920
Location: Kentucky USA
Karma: 21
 Re: Peekaboo Side Tables
« Reply #14 on Feb 28, 2011, 10:03pm »

I love this code. It is probably the most fantastic change in coding I have seen in years. I'm not a coder, but this deserves a lot of praise for creativity and shear genius. Now I just need to learn how to use it.

I installed it on my test site,

http://jetsky.proboards.com/index.cgi

Please ignore colors and such, It's a work in progress.

So, I guess I will ask the stupid quesiton. How to I get tables in there?
Link to Post - Back to Top  IP: Logged

[image]
Page 1 of 4 » Jump to page   Go    [Search This Thread] [Share Topic] [Print]

Click Here To Make This Board Ad-Free


This Board Hosted For FREE By ProBoards
Get Your Own Free Message Boards & Free Forums!
Terms of Service | Privacy Policy | Notice | FTC Disclosure | Report Abuse | Mobile