Snap Builder Public Codes Library
Snap | Generators | Login | Browse | Search | Enter Code | Export Snap Builder Public Codes Library

 

Category: Cascading Style Sheets (HTML5 - SCSS - CSS3 & CSS) >> Tabs & Accordion >> CSS3 Tabstrip


Code Snippet </> Info


Snippet Name: CSS3 Tabstrip

Description: Easily add a CSS3 Tabstrip to your page using this code snippet.

Compatible Browsers:
Chrome BrowserFirefox BrowserInternet Explorer BrowserOpera BrowserSafari Browser

Example: View Code Demo

Note: Change tab content to your needs.

Author: Martin Ivanov

Last Modified: 2015-08-26 22:50:19

Language: css

Highlight Mode: css

Copy Codes: Use Free Notepad ++
Bookmark and Share

Snap HTML Code Editor:
Paste the source code, make changes and instantly see it in live preview.
Snap HTML Code Editor


  About Copying
Copied To Clipboard!

<!doctype html> <html> <head> <meta charset="utf-8" /> <title>CSS3 Tabstrip</title> <style> /* Begin CSS3 Tabstrip */ /* == This Script Free To Use Providing This Notice Remains == */ /* == This Script Has Been Found In The http://snapbuilder.com Free Public Codes Library == */ /* == NOTICE:Though This Material May Have Been In A Public Depository, Certain Author Copyright Restrictions May Apply == */ /* == Created by: Martin Ivanov : http://wemakesites.net : Creative Commons License == */ .css3-tabstrip ul,.css3-tabstrip li{margin:0;padding:0;list-style:none;} .css3-tabstrip,.css3-tabstrip input[type="radio"]:checked + label{position:relative;} .css3-tabstrip li,.css3-tabstrip input[type="radio"] + label{display:inline-block;} .css3-tabstrip li > div, .css3-tabstrip input[type="radio"]{position:absolute;} .css3-tabstrip li > div,.css3-tabstrip input[type="radio"] + label{border:solid 1px #ccc;} .css3-tabstrip{font:normal 11px Arial, Sans-serif;color:#404040;} .css3-tabstrip li{vertical-align:top;} .css3-tabstrip li:first-child{margin-left:8px;} .css3-tabstrip li > div{top:33px;bottom:0;left:0;width:100%;padding:8px;overflow:auto;background:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;} .css3-tabstrip input[type="radio"] + label{margin:0 2px 0 0;padding:0 18px;line-height:32px;background:#f1f1f1;text-align:center;border-radius:5px 5px 0 0;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;user-select:none;} .css3-tabstrip input[type="radio"]:checked + label{z-index:1;background:#fff;border-bottom-color:#fff;cursor:default;} .css3-tabstrip input[type="radio"]{opacity:0;} .css3-tabstrip input[type="radio"] ~ div{display:none;} .css3-tabstrip input[type="radio"]:checked:not(:disabled) ~ div{display:block;} .css3-tabstrip input[type="radio"]:disabled + label{opacity:.5;cursor:no-drop;} </style> <style> /* width should be set to the outermost element */ .css3-tabstrip{width:440px;height:220px;} /* not part of the code below */ .notes{font-family:arial, verdana, tahoma;color:#000;text-align:center;} </style> </head> <body> <div style="text-align:center;font-family:verdana,arial;"><h1>CSS3 Tabstrip</h1></div> <div align="center"> <div class="css3-tabstrip"> <ul> <li> <input type="radio" name="css3-tabstrip-0" checked="checked" id="css3-tabstrip-0-0" /><label for="css3-tabstrip-0-0">Home</label> <div> <h3>What is Lorem Ipsum</h3> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p> </div> </li><li> <input type="radio" name="css3-tabstrip-0" id="css3-tabstrip-0-1" /><label for="css3-tabstrip-0-1">About Us</label> <div> <h3>Why do we use it?</h3> <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p> </div> </li><li> <input type="radio" name="css3-tabstrip-0" id="css3-tabstrip-0-2" /><label for="css3-tabstrip-0-2">Portfolio</label> <div> <h3>Where does it come from?</h3> <p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p> </div> </li><li> <input type="radio" name="css3-tabstrip-0" id="css3-tabstrip-0-3" disabled="disabled" /><label for="css3-tabstrip-0-3">Contact Us</label> <div> <h3>Where can I get some?</h3> <p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p> </div> </li> </ul> </div> </div> <br /><br /> <div class="notes">Click the tabs above to preview the effect.</div> <br /><br /> <div class="notes"> [ This code example from <a href="http://snapbuilder.com/code_snippets/copy_code_snippet_254.html">CSS3 Tabstrip Code Snippet</a> page. ] </div> </body> </html>


[ Snippet Options ]

 

© 2002 -  Snap Builder Public Codes Library