CS4WEB.ES.TL

Google

Google2

cs4web

Tablas Dinamicas Con JS

<style type="text/css" media="screen">@import "http://img41.xooimage.com/files/0/d/c/tabs-1ee06fb.css";</style>

    <h1>Dynamic JavaScript Tabs Example</h1>
    <div id='tab-container'>
        <div class="tab-content">
                <h1 class="tab" title="title for page 1">Page 1</h1>
                <p>This is the content of tab 1 on container 1</p>
        </div>
        <div class="tab-content">
                <h1 class="tab" title="title for page 2">Page 2</h1>
                <p>This is the content of tab 2 on container 1</p>
        </div>
        <div class="tab-content">
                <h1 class="tab" title="title for page 3">Page 3</h1>
                <p>This is the content of tab 3 on container 1</p>
        </div>
    </div>

    <div id='tab-container-2'>
        <div class="tab-content">
                <h1 class="tab" title="title for page 1">Page 1</h1>
                <p>This is the content of tab 1 on container 2</p>
        </div>
        <div class="tab-content">
                <h1 class="tab" title="title for page 2">Page 2</h1>
                <p>This is the content of tab 2 on container 2</p>
        </div>
        <div class="tab-content">
                <h1 class="tab" title="title for page 3">Page 3</h1>
                <p>This is the content of tab 3 on container 2</p>
        </div>
    </div>
    <script type="text/javascript" src="http://img43.xooimage.com/files/c/a/1/tabs-1ee0708.js"></script>