Results 1 to 3 of 3

Thread: Is the any way to add image Icons for each option item in select menu?

  1. #1
    Join Date
    Jun 2006
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Cool Is the any way to add image Icons for each option item in select menu?

    Hi!
    Is the any way to add image Icons for each option item in select menu?
    Basically I want to display image icon for each select menu option.


    Best, DS

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    This isn't a javascript question... just basic html. You could use css some, I suppose, but html should do it for you.
    Then again, not sure if it's possible.

    <select>
    <option value="1"><img src="logo.gif" height="10" width="10" alt="logo">something</option>
    </select>

    Try that. If it works, great. If not, no clue what to tell you. Might just not work within the limits of a select tag.



    EDIT: Just tried that, and didn't seem to work.
    Play with it and see if it does anything. If not, then I'd suggest maybe looking into css to add a background image or something, but not sure if that will help.
    May just not be possible.

    OR you could look into the various menu scripts on DD and use one of them instead.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Jun 2006
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Wink

    It's not possible to do with default select menu properties.
    You only can overwrite background color with CSS but again it won't display image there.
    The only way of doing writing a custom JavaScript class to overwrite existing properties on select menu.

    Best,DS

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •