if i were to create tab pages in HTML, what 'container' so i need to produce multiple times for each 'page'? I wa开发者_如何学运维s just going to adjust the 'visible' property (whichever one doesnt take up layout space when unselected) when the button is clicked.
I recommend the jQuery UL Tabs: http://docs.jquery.com/UI/Tabs
You'll need to use a bit of JavaScript to achieve this, jQuery will be your easiest option, check out the jQuery UI tabs, this is what you need.
http://jqueryui.com/demos/tabs/
You can create this pages with using CSS easily.
Here sample examples
http://www.dynamicdrive.com/style/csslibrary/item/css-tabs-menu
http://www.alvit.de/css-showcase/css-navigation-techniques-showcase.php
There are many tools to create tab menus.
http://www.tabsgenerator.com/
精彩评论