Forum Moderators: not2easy
selected is used in the x/html, and will only work for those browsers that support attribute selectors: option[selected] { background: #f00; } If you want on-the-fly selected, as a user selects it, I would have to vote javascript, because I don't think there's a solution that actually encompasses IE 6.