javascript - Tabs navigation using HTML5 -
i making page tabs . , ahve make tabs inside tabs right making button not getting how make tabs. can suggest me how make pls.
below piece of code;
<div id="container"> <!-- start tabs !--> <div class="tab-container"> <div id="c1"> <a href="#c1" title="projects">projects</a> <!-- actual tab , content below !--> <div class="tab-content"> <!-- tab-container > div > div in css !--> <button id="create">create</button> <button id="edit">edit</button> </div> </div>
just make of css in short give backgroud-color or backgroud-image, gradient on button , more , more can place div @ place of button. want that's .... tutorials present
Comments
Post a Comment