On Tue, May 5, 2009 at 5:44 PM, [email protected] <[email protected]> wrote: > > Hi, > How do you add a background color to a row in a Grid. > In the tutorial example, how does first, center and last column get > the same backgroud color. > Wrapping the row in another div does not work,
I am 99% sure that if you wrap them in another div, with the class "span-24", that will actually work, because then the wrapper div will actually contain those 3 column. It makes the nesting a bit more complicated, but achieves the same end result. In other news, another way to do your layout would be: <div id="header" class="container"> <div class="span-24"> <div id="main" class="container"> <div..> <div..> <div..> <div id="footer" class="container"> <div class="span-24"> -- -- Christian Montoya mappdev.com :: christianmontoya.net --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
