I can't remember how to do this. Anyone know how to make a table with a scroll bar ? So I can keep the table high fix and use scrollbar to do up and down checking rows ???
I can't remember how to do this. Anyone know how to make a table with a scroll bar ? So I can keep the table high fix and use scrollbar to do up and down checking rows ???
Sorry, but you cannot add a scroll bar to a table I think...
Try this it's goodsame...:
You can add a scroll bar to a <div> inside a table. Ok?
Have fun!Code:<div style="width: 200px; height: 200px; overflow: scroll; border: 5px dashed black; background-color: #ccc;"> This is where all the stuff goes. Add some more stuff, and instead of growing, it will have a scrollbar. </div>
PM (I MEAN PM not reply) if you have a problem with my answer
Bookmarks