I'm working on a website built with .net and im having a strange problem.
I have a jQuery call that changes all my 'select' tags from the default browser style to a custom style. When my page loads the javascripit is read and so this works, my only problem being that when you select an option the dropdown, when the page reloads it seems to lose the styling and reset back to the browser style, as though the page is reloading without the jQuery.
Does this make sense? if so is there anyway to combat this?
Thanks