Quantcast
Channel: Active questions tagged html - Stack Overflow
Viewing all articles
Browse latest Browse all 72416

html find a way to add extra scrollbars to a report [duplicate]

$
0
0

Using Cold Fusion I am (actually the user is) creating a report which may be quite wide, and also may be quite long. I'm using an overflow to create horizontal and vertical scrollbars. I do this quite simply with a div containing the report. The report itself is in the table following the div.

<div style = "margin:auto;overflow:auto; ">
 <table class = "reptable" id = 'reptable'>

This works exactly as expected: the horizontal bar is at the bottom and the vertical bar is on the right.

But when the report is both long and wide, the scrollbars may not be visible to the user. The scrollbar at the bottom could be hundreds of lines below where the user is; likewise, the one at the right could be many characters past the user's location. It would be so nice to add an extra scrollbar at the top and left, so that the user has a better chance of finding it while he is ensconced in the report. But I can't find any way to add extra scrollbars to a div or other container.

Does anyone know a way to do this? or can you offer an alternate suggestion for my poor, lost users?


Viewing all articles
Browse latest Browse all 72416

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>