jQuery Tutorial: Create jQuery and CSS based Awesome navigation.
If you have less space on site home page and you need a simple but awesome jquery based navigation then you came in right place. I got this idea from learning jquery and stylized my navigation using CSS.
CSS
.button, .button:visited { background: #222 url(overlay.png) repeat-x; display: inline-block; padding: 5px 10px 6px; color: #fff; text-decoration: none; -moz-border-radius: 6px; -webkit-border-radius: 6px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6); text-shadow: 0 -1px 1px rgba(0,0,0,0.25); border-bottom: 1px solid rgba(0,0,0,0.25); position: relative; cursor: pointer } /* TAB MENUE */ .tab-nav { width: 1000px; margin-top:0px; overflow: hidden; float:right; } .tab-nav ul { width: 2900px; margin-left: 960px; padding-left: 0; margin-top:0px; list-style-type: none; } .tab-nav li { float: left; margin-top:3px; clear: left; } .tab-nav a.Arrow { display: block; width: 40px; height: 33px; float: left; background:url(dash_img.gif) top left no-repeat; text-align: center; text-decoration: none; } .tab-nav a.expanded { }
HTML
<div id="tab-nav-3" class="tab-nav"> <ul> <li> <a href="#" class="Arrow"> </a> <ul> <li> <div align="right" style="float:right; margin-right:7px;"> <span> <a href="http://www.99points.info/" class="small button TabAddNew"> 99 Points </a> </span> </div> </li> <li> <div align="right" style="float:right; margin-right:7px;"> <span> <a href="http://www.99points.info/" class="small button TabAddNew"> PHP </a> </span> </div> </li> <li> <div align="right" style="float:right; margin-right:7px;"> <span> <a href="http://www.99points.info/" class="small button TabAddNew"> jQuery </a> </span> </div> </li> <li> <div align="right" style="float:right; margin-right:7px;"> <span> <a href="http://www.99points.info/" class="small button TabAddNew"> Codeigniter </a> </span> </div> </li> <li> <div align="right" style="float:right; margin-right:7px;"> <span> <a href="http://www.99points.info/" class="small button TabAddNew"> Tutorials </a> </span> </div> </li> </ul> </li> </ul> </div>
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







[...] 12.Create jQuery and CSS based Navigation Some websites have less space as te author said and this jquery tutorial may help you to use your less space more effectively. [...]
Is there a way to set this over an existing website and have it set in the same place every time. I love the menu but it keeps moving around if I maximize.minimize…
[...] Create jQuery and CSS based Awesome navigation [...]
[...] dear readers, I created a fancy drop down menus with CSS and JQuery. I have another tutorial on 99points in which I used some animated navigation. I used jQuery animate function and CSS to put [...]
[...] dear readers, I created a fancy drop down menus with CSS and JQuery. I have another tutorial on 99points in which I used some animated navigation. I used jQuery animate function and CSS to put [...]
wow…this is any great web for script tutorial…awesome
nice to meet you my bos
[...] 12.Create jQuery and CSS based Navigation Some websites have less space as te author said and this jquery tutorial may help you to use your less space more effectively. [...]
[...] jQuery Tutorial: Create jQuery and CSS based Awesome navigation. [...]
Create jQuery and CSS based Awesome navigation…
If you have less space on site home page and you need a simple but awesome jquery based navigation then you came in right place….
Hi , thank you for this good tip !