| From: jeff kiesel [EMAIL-REMOVED]] | if i set a div to: | overflow : scroll; | | how can i get only the vertical scroller to show and | not the horizontal? You can use overflow-x: hidden -or- overflow-x: auto Altho these properties have been proposed to the W3C, they are not part of the CSS-2 standard and should only work in IE5/Windows. The properties may also work in IE5/Mac but someone else will have to confirm that. Brett