Hello,

I am trying to style select option in css. I got it working using

Code: 
select option
{
}
but when i hover any option, it doesn't show any style:

I am trying to style it with
Code: 
select option:hover
{
}
I don't know what is causing this not to work...
Palooo 2009 Reviewed by Palooo 2009 on . Styling Select Option:hover problem in css Hello, I am trying to style select option in css. I got it working using select option { } but when i hover any option, it doesn't show any style: Rating: 5