Hi guys!
I've never used a framework before but i'm pretty confident with my
CSS. I think i'm going to try out Blueprint but i just need to know
one thing. I need div's to be able to spread 100% across the browser
window for design purposes however in the instructions i've read so
far (or at least how i've understood it) is that everything has to
appear in a div called .container which as you know has a set width.
As container is a class is it ok to use it a number of times for each
section? I'll try to illustrate what i mean below.
<div class="full_width_holder">
<div class="container">
<div class="span-24"></div>
</div>
</div>
<div class="full_width_holder">
<div class="container">
<div class="span-12"></div>
<div class="span-12"></div>
</div>
</div>
The class i've added called .full_width_holder would have a style
basically like this:
.full_width_holder { height: auto; width: 100%; }
This would therefore allow me to put a full with background image/
colour for the particular section
Cheers
Jake
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---