View Full Version : Horizontal ScrollBar
suman
11-13-2006, 04:56 AM
I need a horizantal ScrolBar to be available at the Bottom of my table,since i have many coloums. Plz give me the code
tech_support
11-13-2006, 06:06 AM
overflow:auto ?
suman
11-13-2006, 08:57 AM
pls give me the code
ddadmin
11-13-2006, 09:09 AM
Try something like:
<style type="text/css">
table.scrolling{
width: 700px;
overflow-x: scroll;
}
</style>
<table class="scrolling">
"
"
</table>
The overflow-x property is what triggers the horizontal scrollbar, though it's not supported in earlier versions of Firefox 1.x.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.