Hi,
I did some css styling on the option in a select field (multiple).
.myclass option{
margin-bottom: 10px;
}
It works fine in FireFox but not in all the other browsers mentioned above.
Is there any other way to access option via css in IE, Chrome and Opera?
Thanks in advance
mxmanuel