Link to home
Start Free TrialLog in
Avatar of shampouya
shampouya

asked on

Is it possible to get a box shadow on a select tag dropdown menu?

Is it possible to achieve a box shadow on a simple drop down menu without putting it in a div? I styled my drop down menu like this in my CSS file and I am able to get a blue border but no box shadow. Anyone know why?


select{margin-top: 1px; width: 200px; border: 2px solid #a4cbf9; box-shadow: 1px 1px 1px 1px #888888; color: #444444;}
ASKER CERTIFIED SOLUTION
Avatar of Alex
Alex
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of shampouya
shampouya

ASKER

thanks