i want to do same like it.
we can do tabs easily through jquery(http://flowplayer.org/tools/demos/tabs/skins.html) but i don’t know how to display default content on tab content place.pls look image it will show what i want exactly.
please any one help and give idea to do.
I’ve created a fiddle here: http://jsfiddle.net/garreh/cfmvE/
Should get you started in the right direction. If you want to use jQuery UI tabs, take a look at the million examples around the internet. However, what your trying to do is very simple and can be achieved easily with the attached fiddle. It’s very easy to add ajax into the code.
jQuery:
CSS available on the fiddle.
Edit:
Here’s another fiddle demonstrating tabs using just HTML using the hyperlink anchor trick. Javascript not required: http://jsfiddle.net/garreh/6e2w5/