how to block div from inheriting css from parent div?
- <div id="containerDiv" style="overflow:auto;">
- <div ></div>
- <div ></div>
- <div ></div>
- <div ></div>
- <div ></div>......................<div>n
- </div>
In the above code all divs inherit "overflow:auto" and this is a desired action, but I want to turn off this inheritance for sume divs