Who can solve this textbox problem?

Discussion in 'HTML & Website Design' started by jophan, May 21, 2009.

  1. #1
    hello,

    I have a problem with my site when I want to write more than the preadjusted hight of the textbox.
    look at the left textbox under "willkommen":
    www.webbest-design.de

    when I continue writing after "Nunc posuere tempus mi." the bright-blue textbox background is not adjusting its height according to how much is written.

    how can I adjust the height of this textbox?

    thanks
     
    jophan, May 21, 2009 IP
  2. N2D

    N2D Peon

    Messages:
    198
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Go back to w3schools, u will get tips from there.
     
    N2D, May 21, 2009 IP
  3. jophan

    jophan Active Member

    Messages:
    1,309
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    98
    #3
    that would take too long dude, I need someone who can help me now.
     
    jophan, May 21, 2009 IP
  4. N2D

    N2D Peon

    Messages:
    198
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Ok then ask google, u know google is our friend.
     
    N2D, May 21, 2009 IP
  5. jophan

    jophan Active Member

    Messages:
    1,309
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    98
    #5
    google cannot always help. so i am asking here, if there is someone, ok, if not, then
    dont let us lose time talking about information availability on the net.
     
    jophan, May 21, 2009 IP
  6. jophan

    jophan Active Member

    Messages:
    1,309
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    98
    #6
    wow, this problem seems to be more difficult than I thought. going back to w3schools because this is a basic problem? as if!
     
    jophan, May 21, 2009 IP
  7. N2D

    N2D Peon

    Messages:
    198
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    better, w3schools is still available 4 everyone u can start KG, lol.
     
    N2D, May 21, 2009 IP
  8. CDZ

    CDZ Peon

    Messages:
    125
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    i think there is a problem in web layout.....
    check ur CSS or design....
     
    CDZ, May 21, 2009 IP
  9. Shawon

    Shawon Well-Known Member

    Messages:
    291
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    116
    #9
    it's because of the way you coded it. it has a set height and set bg, so it's not going to expand. you have to take away the height attribute off the css for the #inner_text_box, and then for bg image since u have a rounded one its gonna be a bit complex making it stay rounded. basically you'll have the bg image as the current one, but without the bottom being rounded and just expand it more, and then just insert the bottom rounded part as an image under all the text so it rounds out at the bottom.

    not sure if im explaining myself clearly, you can look up rounded corners with css tutorials those will help you. if it's too complicated you can just make the height and bg image bigger to fit w/e text you'll have it in it, but thats good only if you wont be adding more text to that area and if u kno it'll stay that height, but if u change it u'll have to adjust the height in the css and the bg image again.
     
    Shawon, May 21, 2009 IP