Click to See Complete Forum and Search --> : Text touches scroll bar with div style="height...


phishie
04-29-2005, 02:58 AM
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!

Fang
04-29-2005, 05:15 AM
style="padding:1em; height: 432px; width: 602px; overflow: auto;"