Text Warp Using Div Position Absolute

Discussion in 'CSS' started by sp2h, Feb 6, 2010.

  1. #1
    Can any Please Suggest How can Text Warp using Div absolute Position? I try a lot time but Text warp not working with div position absolute.... if any solution let us know?? I want show div on Bottom Right Corner and Text Warp automatic.
     
    sp2h, Feb 6, 2010 IP
  2. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #2
    Ok, another engrish moist goodry - is it just me or are you spamming just to get the links in your signature out there?
     
    deathshadow, Feb 6, 2010 IP
  3. sp2h

    sp2h Peon

    Messages:
    189
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0
    #3
    sorry about that but my english is not good... Let me explain You....

    ===================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
    TEXT TEXT TEXT TEXT TEXT | |
    TEXT TEXT TEXT TEXT TEXT | Show My Div |
    TEXT TEXT TEXT TEXT TEXT | |
    ===================================

    now you understand any suggestion for this?
     
    sp2h, Feb 6, 2010 IP
  4. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #4
    I believe what you are asking for cannot be done. Absolute positioned elements are completely removed from 'flow' - as such you cannot make text wrap around them.

    Floats will let you wrap, but you cannot position them at the bottom like that.
     
    deathshadow, Feb 6, 2010 IP