Learn How to Create Super CSS3 and jQuery Based Menus
In this post I will create a simple CSS3 and JQuery based menus. You can find another jQuery menu tutorial on this blog and it is next part in that. Here is fancy dropdown menu which is also created by jquery and css3. I hope you will like it.
No Spams or Newsletters for Subscribers.
Popular Tutorials on 99Points
JQuery Code
$(document).ready(function(){ $('body').click(function() { $("ul#Menus li").find('div').hide(); }); $("ul#Menus a.button").click(function(){return false}); $("ul#Menus a.button").hover(function() { $("ul#Menus li").find('div').hide(); $(this).parent().find('div').fadeIn(); }); });
CSS
a{text-decoration:none;color:#000;} img{display:block} #navi{bottom:20px;z-index:80;width:100%;line-height:12px; top:0px;} #navi div{padding:0px 0 0 1px} h1{position:relative;left:-141px;margin-bottom:-63px;width:140px;opacity:0.99;} h1 a{padding:41px 10px 10px 0;color:#fff; background:#000 ;font-size:11px;text-align:right;display:block} h1 a:hover{background:#000 } #navi ul#Menus{ margin:0px;padding-left:3px} #navi ul{ margin:0px;} #navi li a.default{padding:25px 5px;display:block; width:160px;} #navi li a.button{ color: #999; background: -webkit-gradient(linear, left top, left bottom, from( #006699), to(#006699)); background: -moz-linear-gradient(top center, #006699, #006699); -webkit-box-shadow: inset 0 0 5px white; -moz-box-shadow: inset 0 0 5px white; -webkit-box-shadow: inset 0 0 5px white; -moz-box-shadow: inset 0 0 5px white; margin-top:1px; margin-bottom:1px; border: 1px solid #ccc; padding:25px 5px;display:block; width:159px; } #navi li a{ padding:25px 0px;font-weight:bold;color:#999;display:block; width: 167px; } #navi li a.button:hover{background: -webkit-gradient(linear, left bottom, left top, from(#006699), to(#006699)); background: -moz-linear-gradient(top center, #006699, #006699); } #navi ul li{ float:left} #Popup1 { left:175px; width: 168px; } #Popup2 { left: 346px; width: 168px; } #Popup3 { left: 517px; width: 168px; } #Popup4 { left: 687px; width: 168px; } .SubClass ul{ margin:0px; padding:0px;} .SubClass { position: absolute; float: left; display: none; background:#000; height:192px; } .SubClass li a:hover { color:#FFFFFF} .SubClass ul li a { -webkit-box-shadow: inset 0 0 5px white; -moz-box-shadow: inset 0 0 5px white; -webkit-box-shadow: inset 0 0 5px white; -moz-box-shadow: inset 0 0 5px white; margin-top:1px; margin-bottom:1px; /* border-right: solid #ededed 1px; border-left: solid #ededed 1px; */} .SubClass ul li{ padding:0px }
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 (12)
- Joomla (1)
- JQuery (54)
- Miscellaneous (4)
- Mootools (1)
- MySQL (6)
- PHP (60)
- SEO (2)
- Technology (6)
- Tutorials (17)
- Twitter (2)
- Web Design (24)
- Web Development (59)
- 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 plugins
Jquery tutorial
mafia war
Mootools
MySQL
pagination
PHP
php curl
recaptcha
RSS Feed
SEO
simplepie
socail networking
ssl
Tutorials
Twitter
wall script
Web
XSS
youtube
Comments
- ZeeShaN on Ajax Shopping Cart: Create a Stylish Shopping Cart Using JQuery and PHP
- Blogzpoint on Super Ajax Polling/Voting System using JQuery, Ajax, PHP and MySQL
- Blogzpoint on Super Ajax Polling/Voting System using JQuery, Ajax, PHP and MySQL
- Nick on Ajax Shopping Cart: Create a Stylish Shopping Cart Using JQuery and PHP
- Nick on Ajax Shopping Cart: Create a Stylish Shopping Cart Using JQuery and PHP
ZeeShaN








good script , thanks
This is a really great tutorial! I love how it turned out.
[...] [...]
its cool, with clik empty area for hidden of it…
good good
good script thanks bro
Cool dude
I am using this with my current website and its matched bcoz my web color is same to this
thanx
Its simply good and sexy
thanks Zee
Awesome man, really nice style