Click here to Skip to main content
Licence 
First Posted 25 Apr 2006
Views 36,411
Bookmarked 26 times

Enhanced XP drop down menu for web developers

By | 25 Apr 2006 | Article
A good tool to change your web application interface with more Interactive

Sample Image - menu.jpg

Introduction

My new-found idea on the web interface is just a follow-up of my interest to do something on this platform. My curious searching found an outlet in a basic dropdown menu script by Eric Simmons. I worked on it to enhance something similar to XP style.

 

Finally I could do it!

 

I added the XP  style up and down button with mouse over effect on it.

<IMG id=imgdownarrow onmouseover="Javascript: 
tbr
if (this.src.substr(this.src.lastIndexOf('/')+1)=='vo_arrow-down.gif') this.src='images/vo_arrow-down-mo.gif';
tbr
else this.src='images/vo_arrow-up-mo.gif';"
tbr
onclick="Javascript: if ((this.src.substr(this.src.lastIndexOf('/')+1)=='vo_arrow-down.gif') || (this.src.substr(this.src.lastIndexOf('/')+1)=='vo_arrow-down-mo.gif')) this.src='images/vo_arrow-up.gif';
tbr
else this.src='images/vo_arrow-down.gif';"
tbr
onmouseout="Javascript: if ((this.src.substr(this.src.lastIndexOf('/')+1)=='vo_arrow-down.gif') || (this.src.substr(this.src.lastIndexOf('/')+1)=='vo_arrow-down-mo.gif')) this.src='images/vo_arrow-down.gif';
tbr
else if (this.src.substr(this.src.lastIndexOf('/')+1)=='vo_arrow-up-mo.gif') this.src='images/vo_arrow-up.gif';
tbr
else this.src='images/vo_arrow-up.gif';" src='images/vo_arrow-down.gif' align=absMiddle name=imgdownarrow >

The moving part of the menu code is in the javascript file(menu.js and sddm.css) which is located in the images directory of the project zip file. Hope you will enjoy... commets are welcome and my thanks to Eric Simmons.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

BalaNet

Web Developer

India India

Member

Hi,
 
I am a web consultant working for Microrpo LLC, a leading IT Consulting company in Dubai

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralDefault mode Expand Pinmemberamir mortazavi16:20 8 Mar '07  
GeneralDefault Expand Pinmemberamir mortazavi16:18 8 Mar '07  
GeneralVery Nice Pinmemberusufmca23:05 26 Apr '06  
GeneralRe: Very Nice PinmemberBalaNet0:02 27 Apr '06  
GeneralNice work PinmemberPurnaS19:21 25 Apr '06  
GeneralRe: Nice work PinmemberBalaNet20:35 25 Apr '06  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web01 | 2.5.120517.1 | Last Updated 25 Apr 2006
Article Copyright 2006 by BalaNet
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid