Click here to Skip to main content
Licence 
First Posted 24 Nov 2004
Views 71,717
Bookmarked 18 times

Change DropDown Text on MouseMove

By | 28 Nov 2004 | Article
Change text on mouse move in dropdown.

Introduction

This article shows how to change the text in a dropdown on mouse move, in a plain HTML.

Using the code

There is no JavaScript nor any coding need to be done, just a simple style sheet will solve the problem. Below is the source code for the style sheet. Just copy and paste this in your stylesheet, and download the image file and point it to the right folder.

<html>
<head>
<style>
SELECT
{
    LIST-STYLE: lower-roman url(bullet2.gif) outside;
}

</style>
</head>
<body>
    <select>
        <option>Test1</option>
        <option>Test2</option>
        <option>Test3</option>
        <option>Test4</option>
    </select>
</body>
</html>

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

Jayarajan S Kulaindevelu

Web Developer

United States United States

Member

I'm a .Net Programmer/Web Developer, mostly working on ASP.Net C# and VB.Net,Oracle,SQL server 2000.

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
Generalit is superb! PinmemberRamesh Ramalingam1:17 10 Aug '06  
GeneralAhaaah Pinmemberquitchat2:39 30 Mar '06  
GeneralClever PinmemberSimon Capewell23:26 25 Nov '04  
GeneralRe: Clever PinsussJay KS13:32 26 Nov '04  
GeneralRe: Clever PinmemberKenny Lu17:02 24 Oct '07  
QuestionMouseMove? Pinmemberjdevons4:22 24 Nov '04  
AnswerRe: MouseMove? Pinmemberattackweasel5:27 24 Nov '04  
GeneralRe: MouseMove? PinsussJay KS6:24 24 Nov '04  
GeneralRe: MouseMove? PinmemberWoutL11:19 24 Nov '04  
GeneralRe: MouseMove? PinsussJay KS2:26 25 Nov '04  
GeneralRe: MouseMove? PinmemberWoutL0:37 26 Nov '04  
GeneralRe: MouseMove? PinsussJay KS13:33 26 Nov '04  
AnswerRe: MouseMove? PinsussJay KS6:21 24 Nov '04  
GeneralRe: MouseMove? Pinmemberattackweasel9:58 24 Nov '04  
GeneralRe: MouseMove? PinsussJay KS2:23 25 Nov '04  
GeneralRe: MouseMove? PinsussJay KS2:53 25 Nov '04  
GeneralRe: MouseMove? Pinmemberattackweasel3:56 25 Nov '04  
GeneralRe: MouseMove? PinsussJay KS4:48 25 Nov '04  

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 29 Nov 2004
Article Copyright 2004 by Jayarajan S Kulaindevelu
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid