Anyone know a good place to ask for help with CSS questions?
If anyone here wants to help, I am having browser issues with IE
I am using this style to change the width of a dropdown menu when the options are pulled up:
.myselect { width:100px;} // the select field is 100px width
.myselect option{ width:200px;} // the dropdown options are 200px width
Works like a charm in Firefox, but does not work at all in IE.