emanuelle
07-22-2008, 09:26 AM
I made a table wich has a horizontal scroll. the scroll needs to be part of the table and not appear on the browser.
see example
I have put the table in a div and this is the css of the scroll bar
.divscroll{OVERFLOW-x:auto; WIDTH:100%; border: 1px none White;}
<div class="divscroll">
<table cellspacing="0" width="100%" border="0" cellpadding="0"></table>
</div>
see example
I have put the table in a div and this is the css of the scroll bar
.divscroll{OVERFLOW-x:auto; WIDTH:100%; border: 1px none White;}
<div class="divscroll">
<table cellspacing="0" width="100%" border="0" cellpadding="0"></table>
</div>