On Wed, Nov 18, 2009 at 3:02 PM, Jangha <[email protected]> wrote:
> Hi guys,
> first of all sorry for my english.
> I'm using blueprint css for my website that is called Jangha.
> Blueprint is awesome !!
> I have a problem:
> I'm using Blueprint with the standard settings.
> and I would like to have a class="span-24" division,
> with a yellow background that will cover 100% of the width of the
> entire browser page.
> Of course if you set the background-color:yellow of this div it will
> cover just 950 px.


<div id="bgwrapper">
  <div class="container">
    <div class="span-24"
      ...
    </div>
  </div>
</div>

<style type='text/css'>
#bgwrapper {
  background-color:yellow;
}
</style>

-- 
--
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].
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=.


Reply via email to