Hi List!

I'm diving into the CSS grid, and there's something I thought I could do,
but I'm having trouble.

On the blog I'm coding each post is a container with a 12-column grid. Most
of the things that appear in each post, (paragraphs, blockquotes, etc),
span 8 columns: 3 - 10. However, I want to be able to pull them out to the
left or right - say a <figure> that spans columns 2-4, and have the
following paragraphs flow around it, similar to if I had no grid, and
floated a <figure> to the left or right, maybe giving it a bit of negative
margin to pull it out of the content area.

Is this possible? I had thought that setting a float on the <figure> (which
is a direct child of the grid container, as are the <p> tags and so on),
would do the job, but it's not. The <p> following the <figure> ends up
below the <figure>.

Thanks!

- John
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to