Hi Mike....

The infamous double margin bug creeps it's ugly mug into the picture
again!!!  Luckily, it's a simple fix though.
I'm not sure if this is documented in the BP source, but it definitely
should be considered...

Add to the ie.css stylesheet
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, 
.push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, 
.push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24
{display:inline;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, 
.pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, 
.pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24
{display:inline;}

Fixes the double margin for good :)

Sean K. Stewart

On Mar 28, 2:25 pm, junipllc <[email protected]> wrote:
> I just had a blast using BP to lay out a new site, however I am
> running into a brick wall...of course it's IE.
>
> For search engine reasons I'm attempting to reorder the columns of my
> layout so that it is marked up in the "Content, Left Sidebar, Right
> Sidebar" order but displays in the "Left Sidebar, Content, Right
> Sidebar" order. It works flawlessly with FF, Opera, Safari, IE7 but
> for some reason not IE6. The columns are shifted around aimlessly left
> right up and down. Other than the skeleton code, css includes,
> doctype, yadda yadda, this is what I'm putting in the body:
>
> ---
>
> <div class="container">
>   <div class="span-14 push-5">content</div>
>   <div class="span-5 pull-19">left</div>
>   <div class="span-5 last">right</div>
> </div>
>
> ---
>
> "left" is moved over to the right several columns, "content" is moved
> over to the right margin, and "right" is moved down to the next line
> on the left. Playing with the pushes and pulls only tends to aggravate
> the IE6 monster into doing unexpected things.
>
> Am I missing something?
>
> Thanks,
>
> Mike
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to