Possible Duplicate:
How to hide a <option> in a <select> menu with CSS?
I have styled a select option menu using jquery .customSelect()
but anyway on page load the old styled version appears (see the image). As I see this script sets the opacity to the old select option to "0" that's why it disappears (it goes to background) after the page is fully loaded. Any ideas how to make the old styled always be invisible(or hidden)?
I've done a screenshot Screenshot
SOLUTION: set opacity to "0" so they are already hidden before the javascript then adds that style Thank you Pete