I'd like to mark input elements with class "invalid" by appending
something, say a "?". My understanding is that it should work like
this:
input.invalid:a fter {
content:"?";
}
However, at least in Firefox (1.0.4) and Konqueror (3.4.1) it does not
work. Is there something I'm missing here or is this an error in both
implementations ?
Michael
--
Michael Schuerig Nothing is as brilliantly adaptive
mailto:michael@ schuerig.de as selective stupidity.
http://www.schuerig.de/michael/ --A.O. Rorty, The Deceptive Self
Comment