>
> Please loot at:
> http://www.reallyfastwebsites.com/clients/reliefamerica.com/
>
> It works in Firefox 3 / Safari, and IE7, but in IE6 it shifts
> everything in the container to the left 10 pixels.
>

You might work around this issue by wrapping everything in the container in
a prepend-3 span-18, instead of adding classes to a lot of divs throughout
the page.

The markup would be as follows:
<div class="container">
    <div class="prepend-3 span-18">
        [your content here...]
    </div>
</div>

As a sidenote, some elements have identical ID, and images lack the alt
attribute (this looks like a work-in-progress but I thought I should mention
it, in case you run into trouble later on).

Hope that helps
-- 
Goulven Champenois

--~--~---------~--~----~------------~-------~--~----~
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