Create Animated Tabs using JQuery and CSS.

Tabs is used for utilizing space and keep some stylish effects on website. jQuery tabs are very popular and it created some fancy look on web pages. I created a simple in use but a fancy looking jquery and css based tabs to give you and example. I used css to make it in some rounded style. Its doesnt work for IE but its fine in Firefox and Chrome. I hope you will like this stylish and sexy tabs tutorial. Fee free to subscribe by email (no spams will be sent). Cheers !
Download all files to get this gallery.
If you Like this Tutorial and Want to get New Tutorials news by Email, Then Subscribe Here.
JQuery Code
$(document).ready(function(){ $("#first-tab").addClass('buttonHover'); }); function navigate_tabs(container, tab) { $(".b").css('display' , 'none'); $(".c").css('display' , 'none'); $(".a").css('display' , 'none'); $("#first-tab").removeClass('buttonHover'); $("#second-tab").removeClass('buttonHover'); $("#third-tab").removeClass('buttonHover'); $("#"+tab).addClass('buttonHover'); $("."+container).show('slow'); }
CSS
body{
/* Setting default text color, background and a font stack */
font-size:13px;
background: #fff;
font-family:Arial, Helvetica, sans-serif;
}
.b, .c{ display:none;}
#body em{ font-style:normal; font-size:36px;}
.buttons{
border-bottom:solid #d1c8b8 4px;
display:block;
padding:8px;
width:80px;-moz-border-radius: 1em 4em 1em 4em;
border-radius: 1em 4em 1em 4em;
text-align:center;
margin:1px;
background:#4b7975;
text-decoration:none; color:#FFFFFF;
float:left;font-family:Georgia, "Times New Roman", Times, serif; font-size:14px
}
.buttonHover{background:#86b8b4;border-bottom:solid #FF0000 4px;}
a.buttons:hover{background:#86b8b4;border-bottom:solid #FF0000 4px;}
#body {
background:#919b9d;
text-align:justify;
overflow:hidden;
color:#fff;
padding:20px;
-moz-border-radius: 1em 4em 1em 4em;
border-radius: 1em 4em 1em 4em; height:200px;
width:272px;
}
#wrap{
text-align:left;
overflow:hidden;
width:350px;
height:380px;
}
body{ /* Setting default text color, background and a font stack */ font-size:13px; background: #fff; font-family:Arial, Helvetica, sans-serif; } .b, .c{ display:none;} #body em{ font-style:normal; font-size:36px;} .buttons{ border-bottom:solid #d1c8b8 4px; display:block; padding:8px; width:80px;-moz-border-radius: 1em 4em 1em 4em; border-radius: 1em 4em 1em 4em; text-align:center; margin:1px; background:#4b7975; text-decoration:none; color:#FFFFFF; float:left;font-family:Georgia, "Times New Roman", Times, serif; font-size:14px } .buttonHover{background:#86b8b4;border-bottom:solid #FF0000 4px;} a.buttons:hover{background:#86b8b4;border-bottom:solid #FF0000 4px;} #body { background:#919b9d; text-align:justify; overflow:hidden; color:#fff; padding:20px; -moz-border-radius: 1em 4em 1em 4em; border-radius: 1em 4em 1em 4em; height:200px; width:272px; } #wrap{ text-align:left; overflow:hidden; width:350px; height:380px; }
Download all files and use this awesome and fancy script.
Who I Am

Zeeshan Rasool
Software Engineer - PHP
Lahore - Pakistan
zeeshan(@)99points.info
Skype: zeeshan-rasool
gTalk: zishan.rasool85
Categories
- AJAX (37)
- Codeigniter (16)
- CSS (16)
- Facebook (11)
- Joomla (1)
- JQuery (53)
- Miscellaneous (4)
- Mootools (1)
- MySQL (6)
- PHP (60)
- SEO (2)
- Technology (6)
- Tutorials (15)
- Twitter (2)
- Web Design (23)
- Web Development (57)
- WordPress (2)
Tags
99points
adobe
AJAX
ajax pagination
ajax rating
ajax tutorial
ajax voting system
captcha
Codeigniter
codeigniter 2.0
codeigniter recaptcha
CSS
css tutorials
dreamweaver cs5
Facebook
facebox
farmville
ffmpeg
flv
google api
hacking
Joomla
JQuery
JQuery Gallery
JQuery menus
Jquery tutorial
mafia war
Mootools
MySQL
pagination
Payment
PHP
php curl
recaptcha
RSS Feed
SEO
simplepie
socail networking
ssl
Tutorials
Twitter
wall script
Web
XSS
youtube
Comments
- ZeeShaN on Facebook Wall Script Clone with JQuery and PHP: Personal Project BETA Version 2.0
- 20 + Fresh jQuery Image Gallery/Slider Plugins and Tutorials Worth a Look | free on JQuery Based Flipped Image Gallery with Bounce Effects
- 20 + Fresh jQuery Image Gallery/Slider Plugins and Tutorials Worth a Look | free on Fresh JQuery Image Gallery with Captions and Auto Play/Pause Rotation
- 25 Cool and Helpful jQuery Plugins/Tutorials For Your Next Project | free on jQuery Tutorial: Create jQuery and CSS based Awesome navigation.
- 25 Cool and Helpful jQuery Plugins/Tutorials For Your Next Project | free on Ajax Tutorial: How to Create Ajax Search Using PHP jQuery and MYSQL
ZeeShaN






@Sara, Thanks
I always try to encourage new bloggers, thanks for appreciating work.
hey zeeshan.. excellent work brother. and great to see some Pakistani work over web.. rarely you find one.. please encourage others as well.. Best of Luck!
This is a great effect! I’ve been playing around with it and I really like how it looks.
[...] stylish and sexy tabs tutorial. Fee free to subscribe by email (no spams will be sent). Cheers !Source Link $(document).ready(function() { $('#social_nav_vertical li a').hover(function() { [...]
simple and stylish
good one, good use of css , but it wont work in IE,thanks Zeeshan
Nice and simple script. I want to make it using ajax . thanks Zeeshan