Hi holden89,
The limits to the content of the box are set by;
Code:
<div id="scroll3" style="width:170px;height:150px;background-color:lightyellow;overflow:scroll">
If you increase the width to accommodate the text/content then the left-right scrollbar wil not appear. The same is true for the height. For a full description of the CSS overflow see;
http://www.w3schools.com/css/pr_pos_overflow.asp
For more control over your text content ( for the box ), use <p> and maybe with a style class - <p class="my_style">
Hope this helps.
Regards,
Ges.
Bookmarks