How can I style a drop down different when it is open or closed? Is there any pseudo selectors or tricks for that? of course with out javascript.
<select>
<option> op1 </option>
<option> op2 </option>
</select>
and :hover doesn't really suit my need because when the drop down is expanded, i can move the cursor away. it still is open but the :hover styling doesn't apply anymore.