Hi, it would help if you showed a bit more code, but the issue may
have to do with floats or of course your Javascript.  What is the
purpose of your span-12 divs before and after your columns?  The pages
class, what css is associated with it?  To get those divs to wrap the
columns you'd need to make sure they also float, and to do that you
could just apply the .column class, but for these purposes I usually
have utility classes like '.float_left', '.float_right' and
'.relative' etc for various positioning needs.  Also, be sure that you
dont rely on BP too much, feel free to create your own styles to over-
rule it, or supplement it as you see fit.

On Sep 21, 8:22 am, seven7seven <[email protected]> wrote:
> Hi,
>
> I'm rather new with Blueprint, but I've grown to love it, and (so I
> think) understand it.
>
> One thing I'm trying to do is implement a sliding page. I currently
> have a 12-column layout, simply described as:
>
> |               12                  |
> |     4     |    4      |    4      |
> |     4     |    4      |    4      |
> |     4     |    4      |    4      |
> |               12                  |
>
> I want to wrap a div around the 3 columns, and use jquery to hide it
> and replace the content. Unfortuinately, for soem reason, it doesn't
> like that. Bordering it in CSS shows a very narrow div on top of the
> header - odd.
>
> div - container
>   div - page-1 (class: .pages)
>      div - span-12
>      div - span-4
>      div - span-4
>      div - span-4 (last)
>      div - span-12
>   /div
> /div
>
> Is Blueprint incapable of wrapping divs between the column spans and
> the container?
> Thanks!
--~--~---------~--~----~------------~-------~--~----~
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