i thought of using jquery ui selectmenus instead to improve the standard ones a bit. Everything works except in the internet explorer i have the following problem:
I have a selectmenu in the header and in explorer you can see for a milisecond the standard selectmenu before the jquery one is shown up. This flashing is very annoying because it happens every time.
Is there maybe any workaround i can prevent the internet explorer from showing the original selectmenu before the jquery one is loaded?
Thank you for any help
Ruven
You can hide the SELECT with css:
After you can show it with JQuery using the method show()
http://api.jquery.com/show/