Author CSS "not" operator?
Posted: Sat Feb 26, 2011 6:55 am
I want to stop the display in Author mode of an element that does NOT have a certain attribute. I was hoping for something like this but I can't find it in the help:
Is there a negation function like this available?
Thanks,
Mark
Code: Select all
/* do not display <myElement myAttribute="..." */
myElement:not(myAttribute) {
display:none;
}
Thanks,
Mark