HI Christian my goal is to do something like this:

<body style="background-color:white">
  <div class="container">
    <div class="span-24">
      <p>blabla.....</p>
    </div>
  </div>
  <div class="span-24" style="background-color:yellow;width:
100%;height:100px;margin:0 auto">
  <!-- this div should be oustide the container to have all the
browser width I would like to put margin:0 auto to center this div but
DOES'T WORK-->
    <div class="span-9"><p>bla</p></div>
    <div class="span-15 last"><p>bla</p></div>
  </div>
  <div class="conatiner">
  bla bla
  </div>
</body>

--

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