Block-level veritical alignment

Discussion in 'CSS' started by rd42, Aug 9, 2006.

  1. #1
    How do I align a float at the bottom right of a table cell?

    Here is my style:

    h2.float-right {/* header element float */
    float: right;
    width: 9em;/* em width variance by element*/
    margin-top: AUTO;
    margin-botton: AUTO;
    padding-left: 0.2em;
    border-left: 2px dotted #2e8b57;
    border-top: 2px dotted #2e8b57;
    }
     
    rd42, Aug 9, 2006 IP
  2. deronsizemore

    deronsizemore Peon

    Messages:
    103
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    deronsizemore, Aug 9, 2006 IP