Question:
can I make so that word hellooooo..... remains all within to the div?
I do not want to use overflow in order to see the text with the sliding bar,
but it must to increase the height of the div, so the div can to contain
all the word hellooo.....
on more rows;
I have tried to put heigth=auto but it does not change null;
<div style='width:200px;background:green;'>
<div style='width:100px; background:#99CCFF;'>
hellooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
</div>
<div style='width:100px; background:silver;'>
by by
</div>
</div>
thank you