-
problem with inner horizontal scroll in ff3
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>
-
-
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.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks