Dropdown select box min width and max width. I don't set the width of the select box, since I want when the screen get resize the select box get resize too so far I have the following code only work on Firefox but no IE
#building select, option {
min-width: 360px;
max-width: 500px;
width: 80%;
}