html - Font selector style css class not working in IE -


Hi, I'm a style class for font tags, if the size of the attribute is 1. I'm setting the following style font [size = 1] {font-size: small; } It works in FF, Chrome but not in IE

Can anyone tell me how to do this in IE?

The font tag should be excluded and should die. Please use the specific text style in the paragraph tag instead of the paragraph tag ( & lt; p & gt; ), or the span ( & lt; span & gt; ).

  & lt; Style type = "text / css" & gt; .pClass {color: red; } .spanClass {font-size: small; } & Lt; / Style & gt; & Lt; P class = "pClass" & gt; This is & lt; Span class = "spanClass" & gt; My Article & lt; / Span>, text in & lt; / P & gt;    

Comments