Hi,

I'm trying to use blueprintcss to create a site. I want a sidebar to
the left, which is transparent, and I want a main area right of this,
which has a solid (white) background colour. The following doesn't
work:

    <div class="container">
      <div class="span-8">
        Left sidebar
      </div>
      <div class="span-16-last" style="background-color:white">
        Main content
      </div>
    </div>

.. since it makes the entire "container" white. What is the trick I'm
missing?

--
troels

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