[CSS] How to specify a style not to be overriden by styles specified in JS
- by Ricky
Hi guys:
I got some elements whose style is dynamically modified by a JS. However, I hope one of which would not be modified.
How could I specify its style, which is static, not to be overriden anyway. Thanks.