Categories

Featured templates

JS Animated. How to create/manage Tabs layout

George Jones January 21, 2016
Rating: 5.0/5. From 2 votes.
Please wait...

This video tutorial will show how to create and manage Tabs layout in JS Animated templates.

JS Animated. How to create/manage Tabs layout
  1. You can use FTP or File Manager, open index.html file for editing:

    JS Animated. How to create and manage Tabs layout-1
  2. HTML Website Template use ResponsiveTabs.js extension to implement tabs functionality. In order to add tabs to target pages, you should use the following code structure:

    <div class="responsive-tabs">
        <ul class="resp-tabs-list">
            <li> Tab #1  </li>
            <li> Tab #2  </li>
            <li> Tab #3  </li>
    	<li> Tab #4  </li>
        </ul>
    
        <div class="resp-tabs-container">
            <div> Tab 1 Body </div>
            <div> Tab 2 Body </div>
            <div> Tab 3 Body </div>
    	<div> Tab 4 Body </div>
        </div>
    </div>	
    	
    JS Animated. How to create and manage Tabs layout-2
  3. Go back to your home page to see the newly created Tabs, make sure to refresh the page:

    JS Animated. How to create and manage Tabs layout-3

Feel free to check the detailed video tutorial below:

JS Animated. How to create/manage Tabs layout
This entry was posted in JS Animated tutorials and tagged create, HTML, layout, manage, tab. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket