I guess the struggle is, once I nest the divs, Im trying to get them
position well and if I use relative, it seems to keep skewing, if I
use absolute, its seems to be inexact.

Also, I guess its ok to combine stuff from Blueprint Css along with
just any other CSS formatting

Thanks for the reply..



On Oct 22, 10:19 am, "G. D. Speer" <[email protected]> wrote:
> Diane -
>
> I hear your frustration, but I don't have enough detail to understand what
> the problem is.
> You have answered your own question by saying "nest divs within colums".
>
> <body>
>   <div class="container">
>     <div id="header" class="span-24 last">
>     <div id="left" class="span-4">left content</div>
>     <div id="main" class="span-14">main content</div>
>     <div id="right" class="span-6 last">
>       <div id="box1">nested content box 1</div>
>       <div id="box2">nested content box 2</div>
>       <div id="box3">nested content box 3</div>
>     </div>     <!-- end of div#right -->
>     <div id="footer" class="span-24 last">footer stuff</div>
>   </div>     <!-- end of div.container -->
> </body>
>
> Obviously, the id's are optional and just to illustrate which div is which
> unless
> needed to focus your styling to page regions.
>
> Is this all you are looking for?
> Duke
>
>
>
>
>
> ----- Original Message -----
> From: "DianeHelen" <[email protected]>
> To: "Blueprint CSS" <[email protected]>
> Sent: Thursday, October 22, 2009 6:45 AM
> Subject: [BP #3493] New to Blueprint css and some questions
>
> > I am trying to work with this, and I do see SOME merits to it. I get
> > how it works for using the divs to create colums, and the whole column
> > span thing.
>
> > But here is what Im having a bit of a struggle getting.. HOW to , for
> > lack of a better word, nest divs within colums to have like a right
> > side bar, with several divs.
>
> > Here is an idea of what Im trying to accomplish. Any help greatly
> > appreciated
>
> > I can get the span-x for the header, main 3 cols, and the footer, but
> > now do I get the divs within that third column?
>
> >http://cybrstarhome.com/mygrid.jpg
>
> > Thanks in advance for anyone who can shine some light on this.
>
> > You can email me at:
>
> > [email protected]
>
> ---------------------------------------------------------------------------­-----
>
> No virus found in this incoming message.
> Checked by AVG -www.avg.com
> Version: 8.5.423 / Virus Database: 270.14.25/2450 - Release Date: 10/21/09
> 16:44:00- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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