I\'m wondering how to ignore a parent style and use the default style (none). I\'ll show my specific case as an example but I\'m pretty sure this is a general question.
It must be overridden. You could use:
#elementId select.funTimes { /* Override styles here */ }
Make sure you use !important flag in css style e.g. margin-top: 0px !important What does !important mean in CSS?
!important
margin-top: 0px !important
You could use an attribute selector, but since that isn't supported by legacy browsers (read IE6 etc), it's better to add a class name