Drop down - background color - Mac safari - not working

Joined
Mar 6, 2009
Messages
2
Reaction score
0
Points
1
hi i have a very simple drop down html page. when i look at the page in windows machine with all browsers, i am able to view the pink color background. in mac machine, when i am able to view the color in firefox but the color cannot be viewed in safari. what could be the reason.

I have attached the html sample here

<FORM ACTION="" METHOD=POST onSubmit="return dropdown(this.gourl)">
<SELECT NAME="gourl" style="background-color: DeepPink;">
<OPTION VALUE="">Numbers
<OPTION VALUE="">One
<OPTION VALUE="">Two
<OPTION VALUE="">Three
</SELECT>
<INPUT TYPE=SUBMIT VALUE="Go">
</FORM>
 
Joined
Jun 18, 2006
Messages
191
Reaction score
5
Points
18
Location
Minneapolis
Your Mac's Specs
MacBook Pro
use a hex color number like #FF0066, don't use color names.
 
Joined
Sep 21, 2012
Messages
1
Reaction score
0
Points
1
Setting background color to dropdown menu options is not working in Safari, Chrome +

I have a drop down box where I am setting background color of options as gray based on some conditions. The problem is its all work fine with almost browser on windows machine but its not working in Safari & Chrome on MAC OS. I used color as: Color name: Gray, hex color code: #CCCCCC and with rgb(204,204,204) but all of them isn't working.

I done goggling and found that they is some problem with safari in MAC. I am not sure how to fix this.

Please suggest me how to come up with a solution to this.

Thanks
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top