You just need to put an asterix before th element.
Firefox and other compliant browsers dont understand it and just use the previous rule.
Code: Select all
blahblah {
Jiggerypokery="LOL"
}
* blahblah {
Jiggerypokery="ROFL"
}Compliant browsers would understand it as LOL.




