Background Image for Select (dropdown) does not work in Chrome

Posted by Ashish on Stack Overflow See other posts from Stack Overflow or by Ashish
Published on 2010-02-09T04:03:30Z Indexed on 2010/05/17 16:10 UTC
Read the original article Hit count: 201

Filed under:
|

I want to use an image for the background of a selec/dropdown. The following CSS works fine in Firefox and IE, but does not in Chrome:

#main .drop-down-loc { width:506px; height: 30px; border: none; 
  background-color: Transparent; 
  background: url(images/text-field.gif) no-repeat 0 0; 
  padding:4px; line-height: 21px;}

THANKS

© Stack Overflow or respective owner

Related posts about google-chrome

Related posts about css