Nocturnal
Lifer
Can I override the tag "big" with CSS? I am trying to override it by using my own style sheet and IE7. When I put:
big
{
font-size: 13px
font size: 13px
}
It still results with the big tag overriding my CSS and changing it to two sizes above what I currently have my font sizes set to within IE.
Is there anyway to override this?
big
{
font-size: 13px
font size: 13px
}
It still results with the big tag overriding my CSS and changing it to two sizes above what I currently have my font sizes set to within IE.
Is there anyway to override this?