I currently have a list box that when disbaled, has a class='a'from my css. The box is enabled when an item is chosen from a dropdown box within the same form. I would like to change the class of the box (class='b') when it is enabled, and back to class='a' when disabled. Can someone please advise?