Team:Gaston Day School

From 2014.igem.org

(Difference between revisions)
Line 107: Line 107:
     <img src="http://smokingdesigners.com/wp-content/uploads/2011/05/summer-wallpaper-18.jpg">
     <img src="http://smokingdesigners.com/wp-content/uploads/2011/05/summer-wallpaper-18.jpg">
   </div>
   </div>
 +
</div>
 +
 +
<ul id="tabs">
 +
  <li><a href="#about">About JavaScript tabs</a></li>
 +
  <li><a href="#advantages">Advantages of tabs</a></li>
 +
  <li><a href="#usage">Using tabs</a></li>
 +
</ul>
 +
 +
<div class="tabContent" id="about">
 +
  <h2>About JavaScript tabs</h2>
 +
  <div>
 +
    <p>JavaScript tabs partition your Web page content into tabbed sections. Only one section at a time is visible.</p>
 +
    <p>The code is written in such a way that the page degrades gracefully in browsers that don't support JavaScript or CSS.</p>
 +
  </div>
</div>
</div>

Revision as of 14:03, 10 June 2014

Home Team Official Team Profile Project Parts Modeling Notebook Safety Attributions Measurement Track

About JavaScript tabs

JavaScript tabs partition your Web page content into tabbed sections. Only one section at a time is visible.

The code is written in such a way that the page degrades gracefully in browsers that don't support JavaScript or CSS.