[css-d] IE giving element too much height / vertical padding

2006-10-02 Thread Chris Recknell
Hi All, Please see: http://www.redwood.com/css/test.html Could someone help me understand what IE is doing to the height of #hpevents h2 in the code below? Firefox displays as expected. I've not been able to find anything that helps on PIE.net. Any help or guidance would be much

Re: [css-d] IE giving element too much height / vertical padding

2006-10-02 Thread Bradley Wright
On 02/10/2006 09:12, Chris Recknell wrote: Could someone help me understand what IE is doing to the height of #hpevents h2 in the code below? Firefox displays as expected. I've not been able to find anything that helps on PIE.net. It's mostly likely font-size which is hurting you--try

Re: [css-d] IE giving element too much height / vertical padding

2006-10-02 Thread Holly Bergevin
From: Chris Recknell [EMAIL PROTECTED] http://www.redwood.com/css/test.html Could someone help me understand what IE is doing to the height of #hpevents h2 in the code below? #hpevents h2 {display:block; margin:0 10px; width:38px; height:11px; background:#f00; text-indent:-px;}

Re: [css-d] IE giving element too much height / vertical padding

2006-10-02 Thread ~davidLaakso
Chris Recknell wrote: http://www.redwood.com/css/test.html Could someone help me understand what IE is doing to the height of #hpevents h2 in the code below? Firefox displays as expected. I've not been able to find anything that helps on PIE.net. It would help to know how this is intended