Ajax Tabs
This workshop we will be building a tabbed content browser that's Ajax powered. When ever a user clicks a tab the Ajax will communicate with the server and send back the appropriate data for that tab. We will start this workshop off with the XHTML and CSS for the tabbed content browser. We will need 3 main IDs (one for the container, one for the content area and one for the loading status) and 1 class (for the tabs). The first ID #container will hold the tabs as well as the content area, we only give this a width which everything inside can inherit. The following class .tabs is going to style our tabs, most of the styling we have is mostly for looks an important property is the float:left. The float:left makes the tabs so they are on the same horizontally aligned, this can also be done with using display:inline but with a little more tweaking. We also gave it a property of cursor:pointer so when the user mousses over the tab that it has the look and feel of a button. Finally we have the ID #content.
Nice enough
Seems pretty slow to load the images.
Great script , the only problem i find is the tabs width is not flexible, i have to dynamically generate the tabs and i dont know the width of each tabs ... Any suggestion
dont' support iframe
I'll try it on my blog. Great!!
how to set the script to load every tab on page loading? that will make tab switching instant
How can i set every tab with different colors.
Very nice. I wish it will work on my site. Thanks!
You can set each tab with a different color by CSS
thanks, good work
good very nice
Спасибо очень помогли.
very very nice.. good work done.. thanks ..
Nice job!
No work in Mozila and Google Chrome
tanks for u tutorial,,very nice
i want to download these demo coding.whether is it possible? thanks jeet.mail72@gmail.com
Nice ajax tab, thanx for sharing
Nossa incrivel esse exemplo parabens!!
This looks cool
do we need the prototype.js file to make the tab panels work?
donde encuentro el prototype
Do jquery in this script? What is the logic work?
nice work i guest but i havn't tried it.
its fantastic
is there any way to make on of the tabs active on load?
thank you very much for this great info, it helped me in part of my module construction. Thank you.