oocss has a nice, x-browser solution to this problem, but it requires
additional markup. Basically you have containers that never have any
borders, padding, or margin, and then you have skin elements that reside
inside the containers that provide margin, outline, border, and padding, and
then you have content markup  that lives inside of that.

Luckily, CSS3 has a number of attributes that change the way calculations
are performed and eliminates a number of these issues. See: box-sizing
http://www.css3.info/preview/box-sizing/

Chris

On Wed, Feb 10, 2010 at 10:30 AM, da <[email protected]> wrote:

> > We need this CSS framework to support the addition of padding and
> > borders to columns somehow, without getting really hacky... and every
> > solution I've seen elsewhere when searching this group doesn't seem to
> > fit my need here.
>
> If you find such a thing, please share!
>
> This is just how most of the grid frameworks work. Widths are being
> declared in a way that borders and padding will disrupt the logic
> especially if you begin to nest objects.
>
> The only real fix is to expand the CSS to accommodate your specific
> needs. Alas, it'd be hard to do that generically without massively
> bloating the CSS.
>
> -DA
>
> --
> 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]<blueprintcss%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/blueprintcss?hl=en.
>
>

-- 
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