I've put this problem aside for a while and I suddenly came up with this solution:
I created an ie6-fix.css wherein I added a copy of the push classes but i halved the margins. Then i added the following to my template (under the ie.css): <!--[if lt IE 7]><link rel="stylesheet" href="/_css/ie6-fix.css" type="text/css" media="screen, projection"><![endif]--> Problem is solved an blueprint is IE 6 compatible :) Thx for the great framework! On 23 jul, 10:10, adster <[email protected]> wrote: > This happens because of a bug with IE6, I believe. The bug is called > the double margin bug or something. I think it only happens for > floated elements. > > Try searching this list for 'IE6 double margin'. > > I think the fix is to apply {display:inline} to the offending element. > > On Jul 16, 3:15 pm, "[email protected]" <[email protected]> wrote: > > > > > Here's a link > > >http://www.talktochange.com/surveylayout/index.html > > > Can't find typo's or unclosed tags or whatever. > > > The margin of the "push-1"-class is 40px but it looks like he takes > > 80px. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en -~----------~----~----~----~------~----~------~--~---
