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
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.
wow, this problem seems to be more difficult than I thought. going back to w3schools because this is a basic problem? as if!
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.