I need a horizantal ScrolBar to be available at the Bottom of my table,since i have many coloums. Plz give me the code
I need a horizantal ScrolBar to be available at the Bottom of my table,since i have many coloums. Plz give me the code
overflow:auto ?
Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
Currently: enjoying the early holidays :)Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide
pls give me the code
Try something like:
The overflow-x property is what triggers the horizontal scrollbar, though it's not supported in earlier versions of Firefox 1.x.Code:<style type="text/css"> table.scrolling{ width: 700px; overflow-x: scroll; } </style> <table class="scrolling"> " " </table>
Bookmarks