all text do not allign

Discussion in 'CSS' started by yazah, May 31, 2011.

  1. #1
    Here is my css code

    div#wrapers5 {
    float: right;
    right: 150px;
    top: 310px;
    position: absolute;
    width: 331px;
    height: 600px;
    text-indent:1opx;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

    border: 2px solid #AAAAAA;

    }


    but it does not indent some of the text and does to some only.any ideas please
     
    yazah, May 31, 2011 IP
  2. drivemecrzy

    drivemecrzy Peon

    Messages:
    179
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Typing mistake, 10 and 1o.
     
    drivemecrzy, May 31, 2011 IP
  3. vchris

    vchris Greenhorn

    Messages:
    36
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #3
    and : absolute; should be position: absolute;
     
    vchris, Jun 9, 2011 IP