On Wed, Sep 1, 2010 at 6:35 PM, The Internet <[email protected]> wrote:
> Hi, I'm wanting to put a long rectangular div behind some other divs.
> Is this type of thing possible with Blueprint? If so how? Would I
> create 2 different containers and modify the Z-index of the one that i
> want in the background? Normally, I could accomplish this with
> floats, but Blueprint's grid system doesn't use floats so I don't
> really understand how to accomplish this.
It's much simpler than you think:
<div class="background">
<div class="container">
<div class="span-12">...</div><div class="span-12 last">...</div>
</div>
</div>
.background { anything you want, it's the width of the browser by default; }
if you want .background to just be a bit wider than .container, you can do:
.background { width:950+Xpx; margin:0 auto; }
--
--
Christian Montoya
mappdev.com :: christianmontoya.net
--
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.