[css-d] Anyway to get rid of the horizontal scrollbar at the bottom of a div?

2005-10-03 Thread Rick Faircloth

?

I want to keep the vertical scrollbar, but get ride of the horizontal
scrollbar...

Rick

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Anyway to get rid of the horizontal scrollbar at the bottom of a div?

2005-10-03 Thread Jim Davis
Rick,

Try placing the div with overflow: scroll inside of a div with overflow:
hidden. Adjust the height of the containing div to less than the height of
the inner div. See this example:
http://www.jimdavis.org/test/scrolltext.htm

Jim

On 10/3/05, Rick Faircloth [EMAIL PROTECTED] wrote:


 I want to keep the vertical scrollbar, but get ride of the horizontal
 scrollbar...


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/