Text touches scroll bar with div style="height...

liunx

Guest
On my site I have a blog type deal set up with a table of images with a scrolling text box in the middle. I accomplished the text box by using

div style="height: 432px; width: 602px; overflow: auto;"

My only problem is that when the text wraps around on the right side it goes right up to the scroll bar before it wraps around. I'm new to CSS and I'm not sure what I can do to get a padding-syle space on the right hand side between the text and the scroll bar. Searched around these forums and a few sites to no avail.

Any help is greatly appreciated!style="padding:1em; height: 432px; width: 602px; overflow: auto;"
 
Back
Top