Results 1 to 2 of 2

Thread: Drop down menu w/ description... HELP ME!!

  1. #1
    Join Date
    Sep 2004
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Drop down menu w/ description... HELP ME!!

    Hello everybody,

    I would like to change the GRAY color of the selected option of the "Drop down menu" in order to to looks like this:

    http://webfx.eae.net/dhtml/combobox/combo_demo.htm

    What I must do?


    Thanks in advanced,
    Pol

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.

    You'll need to know some CSS to do this. An example would be:
    Code:
    <input type="button" value="Go" style="border: 1px solid black; background-color: gray; font: bold 12px Arial">
    A CSS reference would be: http://www.javascriptkit.com/dhtmltu...eference.shtml

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
  •