Office Live Small Business Community Forums

I would like to create TABS with content.

Last post 03-19-2008 5:44 PM by StudioAllen. 1 replies.
Page 1 of 1 (2 items)
Sort Posts:
03-18-2008 6:58 PM
12fruits.com Joined on 03-18-2008 Posts 1
I would like to create TABS with content.

 If you go tot he home page bt clicking HOME above you go to the main pafge, right? Well, on that main page you see the content formed into TABS. YOu click on a tab and the content appears under that tab. Is there any way to have that in OFFICELIVESB?

 

HELP ME! 

03-19-2008 5:44 PM In reply to
StudioAllen Joined on 02-08-2008 Dorr, MI Posts 2,047
Re: I would like to create TABS with content.

Here's the code for a tab box:

 

 <!--First Tab-->
<div id="divfirsttab" style="display: block">
<a href="#" mce_href="#" onclick="return false;"><span>First Tab</span></a>
<a href="#" mce_href="#" onclick="document.getElementById('divfirsttab').style.display='none'; document.getElementById('divsecondtab').style.display='block'; return false;">
<span style="cursor: pointer">Second Tab</span></a>
<p>Your Content, 1st Tab</p>
</div>
 
<!--Second Tab-->
<div id="divsecondtab" style="display: none">
<a href="#" mce_href="#" onclick="document.getElementById('divsecondtab').style.display='none'; document.getElementById('divfirsttab').style.display='block'; return false;">
<span style="cursor: pointer">First Tab</span></a>
<a href="#" mce_href="#" onclick="return false;"><span>Second Tab</span></a>
<p>Your Text, 2nd Tab</p>
</div>

StudioAllen
Solutions for Office Live How to Verify your site on Google Webmasters!
Advertisement