Palooo 2009
Active Member
Hello,
I am trying to style select option in css. I got it working using
but when i hover any option, it doesn't show any style:
I am trying to style it with
I don't know what is causing this not to work...
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...