What's the right way to have a header BG that spans the entire window with
Blueprint?

<div class="headerBG">
  <div class="content">

    <div class="span-6">
      <!-- header logo -->
    </div>

    <div class="span-18">
      <!-- site nav -->
    </div>

  </div>
</div>

<div class="content">
  <!-- site content -->
</div>


I don't want to make the header BG part of the body BG, as I want the header
to scale properly with the header content.

Kevin

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