I am going to make a HTML web page. I am wondering what is the most elegant way to create HTML horizontal tabs (as a navigation bar) ?
I would like to have selected tab and unselected tab have different colors.
I guess I should use CSS for styling and maybe jQuery to show and hide different content under different tab?
Use the jQuery UI Tabs module.
http://jqueryui.com/demos/tabs/