I have a disabled button and checkbox. I'd like to change their appearance. Is that possible? (disabled="yes")
You can't style those elements since they're CDATA*. You need to wrap a SPAN around the tags and style them instead. *that's technically not true, but there's not much you can style with them other than the basics, such as borders, heights, margins and padding, and widths; a couple others may be possible but I don't remember them off the top of my head