Horizontal Bar on div
Posted: Sat May 13, 2006 8:54 am
Please could anyboady advise me on how to prevent the a horizontal scroll bar from appearing when using scroll on the overflow propertie of a CSS sheet. I just want the vertical bar only.
Many Thanks
Ben
Code: Select all
#logtable {
position: relative;
top: 0;
left: 0;
z-index: 1;
visibility: visible;
width: 100%;
height: 400px;
overflow: scroll;
padding: 0px;
background-color: #ffffff;
border: 2px solid #ffffff;
}Ben