Hi,

If I set a width for a block box within a containing block, for example 30%,
the block box will be aligned with the left edge of the containing block. Is
it possible to align it with the right edge of the containing block, without
the use of float?
  <div style="border:2px solid red;">
    <div style="width:30%;height:200px;background:AntiqueWhite;">
      block box
    </div>
  </div>
Maybe a silly question, Could somebody tell me? Thanks in advance.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to