On Apr 9, 2009, at 3:56 PM, taestrada wrote:

> In IE7, the photos and the 2009-2010 Outdoor Programs have the same  
> padding
> and the tops line up (as intended). But in Firefox, the Outdoor  
> Programs box
> is about 9 pixels higher. I can't figure out why. Any ideas?
>
>
>
> http://wildernessawareness.org/index1.html

This:
#sidebar1 h2 { /*stylesWAS1.css (line 121)*/
...
margin-top:-10px; /* <!------ */
}
pulls the h2 upwards inside the margin box. That is the correct  
behaviour (margin-collapsing). IE 6 & 7 are prevented from doing this  
due to the hasLayout triggers on the parent box (#sidebar1).

Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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