Simple problem, but I can't see a solution.

I have the font-size and line-height set on the body, which is fine.
But then I want to set any STRONG elements to a font-size larger than
the line-height. In Firefox doing this completely throws out the line
height.

body            { font-size: 13px; line-height: 23px; }
strong  { font-size: 25px; }

My first thought was to add line-height: 23px to STRONG elements, but
this doesn't have any effect. I then lowered this down to line-height:
0, and found that it displayed how I wanted it to in Firefox (even on
multiple lines, bizarrely). But of course this worked as I would
expect in IE, and crushed my multiple line examples down to nothing.

Any ideas?

--
Blake Haswell
http://www.blakehaswell.com/
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to