On 14/02/07, Agrawal, Ritesh <[EMAIL PROTECTED]> wrote: > > Hi, > > I am wondering did anyone ever tried to create some alternative for > <select><option> list. I like using select-option as it provides the ability > to use keystrokes to change selection. However, I can't change the font > color or add new icons infront of the test. Hence, I was wondering to > replace each line of text with div and write an javascript that implement > keystroke behaviour...But I am not a javascript expert... > > Can some one give me an idea...here what I am planning to do > > Original > <select> > <option>A</option> > <option>B</option> > </select> > > Modified > <div> > <div>A</div> > <div>B</div> > </div> > > Motivation: to provide an ability to change color or even have icons along > with text and retain the ability to modify select by keystroke. > --
Perhaps something like this is what you are looking for: http://cbach.jquery.com/demos/selectbox/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
