Tuesday 28 May 2013

Organic Tabs

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
        <title>Organic Tabs (with Replace State)</title>
        <link rel="stylesheet" href="css/style.css">
        <script src='js/jquery.min.js'></script>
       <script src="js/organictabs.jquery.js"></script>
        <script>
        $(function() {
              // Calling the plugin
            $("#example-one").organicTabs();
            $("#example-two").organicTabs({
                "speed": 100,
                "param": "tab"
            });
           });
    </script>
</head>
<body>
<div id="page-wrap">
    <h1>Organic Tabs</h1>
   <div id="example-one">
    <ul class="nav">
        <li class="nav-one"><a href="#featured" class="current">Featured</a></li>
            <li class="nav-two"><a href="#core">Core</a></li>
            <li class="nav-three"><a href="#jquerytuts">jQuery</a></li>
            <li class="nav-four last"><a href="#classics">Classics</a></li>
        </ul>
    <div class="list-wrap">
            <ul id="featured">
                <li><a href="perfect-full-page-background-image/">Full Page Background Images</a></li>
                <li><a href="designing-for-wordpress-complete-series-downloads/">Designing for WordPress</a></li>
                <li><a href="build-your-own-social-home/">Build Your Own Social Home!</a></li>
                <li><a href="absolute-positioning-inside-relative-positioning/">Absolute Positioning Inside Relative Positioning</a></li>
                <li><a href="ie-css-bugs-thatll-get-you-every-time/">IE CSS Bugs That'll Get You Every Time</a></li>
                <li><a href="http://css-tricks.com/404-best-practices/">404 Best Practices</a></li>
                <li><a href="date-display-with-sprites/">Date Display with Sprites</a></li>
            </ul>
           <ul id="core" class="hide">
                <li><a href="video-screencasts/58-html-css-the-very-basics/">The VERY Basics of HTML &amp; CSS</a></li>
                <li><a href="the-difference-between-id-and-class/">Classes and IDs</a></li>
                <li><a href="the-css-box-model/">The CSS Box Model</a></li>
                <li><a href="all-about-floats/">All About Floats</a></li>
                <li><a href="the-css-overflow-property/">CSS Overflow Property</a></li>
                <li><a href="css-font-size/">CSS Font Size - (px - em - % - pt - keyword)</a></li>
                <li><a href="css-transparency-settings-for-all-broswers/">CSS Transparency / Opacity</a></li>
                <li><a href="css-sprites/">CSS Sprites</a></li>
                <li><a href="nine-techniques-for-css-image-replacement/">CSS Image Replacement</a></li>
                <li><a href="what-is-vertical-align/">CSS Vertial Align</a></li>
                <li><a href="the-css-overflow-property/">The CSS Overflow Property</a></li>
            </ul>
         
            <ul id="jquerytuts" class="hide">
                <li><a href="anythingslider-jquery-plugin/">Anything Slider jQuery Plugin</a></li>
                <li><a href="moving-boxes/">Moving Boxes</a></li>
                <li><a href="simple-jquery-dropdowns/">Simple jQuery Dropdowns</a></li>
                <li><a href="creating-a-slick-auto-playing-featured-content-slider/">Featured Content Slider</a></li>
                <li><a href="startstop-slider/">Start/Stop Slider</a></li>
                <li><a href="banner-code-displayer-thing/">Banner Code Displayer Thing</a></li>
                <li><a href="highlight-certain-number-of-characters/">Highlight Certain Number of Characters</a></li>
                <li><a href="auto-moving-parallax-background/">Auto-Moving Parallax Background</a></li>
                </ul>
             
                <ul id="classics" class="hide">
                <li><a href="css-wishlist/">Top Designers CSS Wishlist</a></li>
                <li><a href="what-beautiful-html-code-looks-like/">What Beautiful HTML Code Looks Like</a></li>
                <li><a href="easily-password-protect-a-website-or-subdirectory/">Easily Password Protect a Website or Subdirectory</a></li>
                <li><a href="how-to-create-an-ie-only-stylesheet/">IE-Only Stylesheets</a></li>
                <li><a href="ecommerce-considerations/">eCommerce Considerations</a></li>
                <li><a href="php-for-beginners-building-your-first-simple-cms/">PHP: Build Your First CMS</a></li>
            </ul>          
        </div>  
    </div>
    </div>
</body>
</html>


Download Source Code: 


No comments:

Post a Comment