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
Moderator: General Moderators
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;
}Code: Select all
overflow: auto;Code: Select all
overflow: scroll;$phpNut wrote:Try:
instead ofCode: Select all
overflow: auto;
it won't show it uinless its needed but it won't have the horizontal bar (touch woodCode: Select all
overflow: scroll;).
There are compatiablility problems though http://www.quirksmode.org/css/overflow.html