Help - Search - Members - Calendar
Full Version: Scrollable Tables
Zymic Webmaster Forums > Web Design & Development > General Web Design Discussion
aussiemcgr
Is anyone able to tell me how to make scrollable tables. I've tried using layers but they seem to want to overlap each other. Sorry if ive being very vague, this has kinda drained my brain and I cant really complete a thought... Well, thanks in advance to anyone who can help.
L. Kaiserblazer
Yup i can help with that... Simply copy and paste the coding below that i have provided, and change the values of the width and heights for all 3 of them. The scroll bar will only appear if you have more content on the table than the table allows.. again, you can always alter the width and height of the table...

CODE

<table border="0" width="250" height="250" cellpadding="0" cellspacing="0">
<tr id="row1">
<td style="width: 250px; height: 250px" bgcolor="black">
<div style="overflow: auto; height: 250px; width: 250px">

Replace this with your tables' content.

</div></td></tr></table>


Regards,
L. Kaiserblazer
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.