Log in

View Full Version : problem with inner horizontal scroll in ff3



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>

Nile
07-22-2008, 12:50 PM
Check to see if a parent element has a width not it, and also don't give it any scrolling, set the scrolling to visible.