Kim Brooks Wei wrote:
> Hi All,
>
> At http://bc4hkids.com/events/ I have defined h2 and h3 under the 
> turqbox div. The two headers are identical in every way except for 
> margins. But, they don't render the same. Type in h2 is larger than 
> in h3. And, the padding renders differently in each.
>
> Does anyone spot why this may be happening?
>
>
> Kimi
>
>   


The difference in size is an optical illusion of sorts.
Kill the ital and they'll appear the same font-size.
h2 em {font-style: normal;}
The padding for h2 is specified greater than the padding for h3; the 
software behaves accordingly to the instructions you've given it.

-- 

A thin red line and a salmon-color ampersand forthcoming.

http://chelseacreekstudio.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