HScripts.com
English
English
Spanish
French
German
Chinese
Portuguese
Japanese
Dutch
Russian
Sign in / Sign up
Home
Scripts
Server Side Scripting
PHP
JSP
Perl
ASP
Client Side Scripting
JavaScript
AJAX
Jquery
Web Building Scripts
CSS3
Shell Scripts
Shell Scripts
Wordpress Plugins
PHP Plugins
Jquery Plugins
Tutorials
Web Technologies
CSS
CSS3
HTML
HTML5
Regular Expression
Programmings
CPP
VB.net
Microsoft Technologies
Excel2007 Functions
Powerpoint
Scripts Programming
PHP
JSP
Perl
JavaScript
Jquery
Database Languages
MySQL
Designing
Photoshop
Flash
GIMP
Commands/Services
Linux
SVN
VIM
CISCO Switch
Linux Services
Vista Services
Web Developments
RSS Feed
SEO
Web Building
Domain & DNS
Advertising Networks
Tools
Calculator / Converters
Hours Calculator
Epoch-GMT Converter
Online Image Converter
Convert Images
Lookup / Analysis
Apache Version Lookup
Email Verification Tool
Statistics Tool
Form Effects
Button Creator
Form Generator
Random Words Generator
Web Color Chooser
Menu Effects
Menu Builder
Multiple Drop Down Menu
Image / Text Effects
Gif Image Creator
Compress, Resize Pictures
Thumbnail Image Generator
CSS Image Sprites Generator
Image Resizer and Cropper Tool
Text Animation Tool
IP / DNS Lookup
IP/DNS Tools
Find Ip Address
Hostname to IP Address
Password Generators
Htpasswd Generator
MD5 Hash Encrypter
Random Password Generator
Password Strength
SEO Analysis
Backlink Checker
Link Analyser
FBLike Count Calculator
Website Popularity
Page Rank Tool
If Modified Since Http Header
SEO Text Browser Tool
Snippets
Add Snippets
New Snippets
Categories
FAQ
Statistics
Browser Statistics
OS Statistics
Search Engine Statistics
Paid Scripts
PHP
JSP
JavaScript
Web Icons
Cliparts
Traffic Signs
Country Maps
Country Emblems
Background Images
Menu Buttons
Logos
PDF
Home
>>
Tools
>>
Code for Drop Down Menu
Code for Drop Down Menu
Your drop down menu looks like,
Copy The Code :
<style type="text/css">
.tab{
font-family: arial, verdana, san-serif;
font-size: 14px;
}
.asd
{
text-decoration: none;
font-family: arial, verdana, san-serif;
font-size: 13px;
color:#4234ff;
}
/*****remove the list style****/
#nav {
margin:0;
padding:0;
list-style:none;
}
/*****LI display inline *****/
#nav li {
float:left;
display:block;
width:100px;
background:#cccccc;
position:relative;
z-index:500;
margin:0 1px;
}
/*****parent menu*****/
#nav li a {
display:block;
padding:8px 5px 0 5px;
font-weight:700;
height:23px;
text-decoration:none;
color:#ffffff;
text-align:center;
color:#ffeecc;
}
#nav li a:hover
{
color:#470020;
}
/* style for default selected value */ #nav a.selected {
color:#4234ff;
}
/* submenu */ #nav ul
{
position:absolute;
left:0;
display:none;
margin:0 0 0 -1px;
padding:0;
list-style:none;
}
#nav ul li
{
width:100px;
float:left;
border-top:1px solid #fff;
}
/* display block will make the link fill the whole area of LI */ #nav ul a
{
display:block;
height:15px;
padding: 8px 5px;
color:#ff7777
}
#nav ul a:hover
{
text-decoration:underline;
padding-left:15px;
}
</style>
<script type="text/javascript" src="jquery.js">
</script>
<script type="text/javascript">
$(document).ready(function () {
$('#nav li').hover(
function () {
//show its submenu
$('ul', this).slideDown(350);
},
function () {
//hide its submenu
$('ul', this).slideUp(350);
}
);
});
</script>
<input type=hidden name=arav value=""><ul id='nav'>
</li>
</ul>
Download Jquery file
©h
Usage
Just copy and paste this drop down menu code where you want to use.
Click Here
to download the jquery file.
Set up the correct path for your jquery file, using the following code.
Related Tools
Other Tools
Language Subtags Lookup
Password Strength
Find Ip Address
Epoch-GMT Converter
Random Words Generator
Web Site Tools
List All
Calculator / Converters
Case convertor
Hours Calculator
Epoch-GMT Converter
Online Image Converter
Convert Images
Csv To Xls
Form Effects
Button Creator
Form Generator
Random Words Generator
Web Color Chooser
Image / Text Effects
Online Watermark Tool
Chart and Graph Tools
Image Crop Tool
Falling Effects Generator
Favicon Generator
Gif Image Creator
Compress, Resize Pictures
Thumbnail Image Generator
CSS Image Sprites Generator
Image Resizer and Cropper Tool
Text Animation Tool
IP / DNS Lookup
IP/DNS Tools
Find Ip Address
Hostname to IP Address
IP Address to Host Name
DNS Lookup
Reverse DNS Lookup
Lookup / Analysis
Apache Version Lookup
Language Subtags Lookup
Email Verification Tool
Internet Usage Statistics
Menu Effects
Menu Builder
Multiple Drop Down Menu
Password Generators
Htpasswd Generator
MD5 Hash Encrypter
Random Password Generator
Password Strength
SEO Analysis
Backlink Checker
Broken Link Analyser
FBLike Count Calculator
Website Popularity
Page Rank Tool
If Modified Since Http Header
SEO Text Browser Tool
Ask Questions
Ask Question