Connecting Tech Pros Worldwide Forums | Help | Site Map

Set the button color of drop-down menu

Newbie
 
Join Date: Jan 2008
Posts: 12
#1: Oct 8 '08
Hi All,

I would like to know is there any way to set the color of the button in drop-down menu.

Below is the sample HTML object (select) that I would like to set its button color.

Expand|Select|Wrap|Line Numbers
  1. <html>
  2. <select style="border-bottom:1px solid #dadada">
  3. <option>Menu Item 01</option>
  4. <option>Menu Item 02</option>
  5. </select>
  6. </html>
  7.  
Thank you for anny help in advance.

acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#2: Oct 8 '08

re: Set the button color of drop-down menu


I don't think you'll have much control over that - see this link.
Reply