Quick question, I've went through one of my sites and added quit a few <strong> tags to the page keywords. The text was already styled by CSS in one form or another and the appearance of the text didn't change.. which is exactly what I wanted.
The tag was simply for SEO purposes and not styling, that said, IE 9 doesn't adhere to that train of thought and decided they should emphasis an already otherwise styled element, thus resulting in a not so visually appealing webpage.
So my question is, how can I tell IE 9 to basically do nothing when it sees a <strong> tag?
I've tried
strong {
font-weight:normal;
}
But that didn't seem to work. Any thoughts, suggestions or pointers is appreciated.
Thanks,
Tom