I'm trying to have scrolls on an iframe without the scrollbars showing up. I've tried so many codes, I've tried this too, I don't know if I just mess up but my mind is really all over the place trying to figure this out. I've tried overflow:hidden but that just disables the scrolling of the page. I'd still want the texts to scroll without showing the scroll bars. I need help I've been trying to figure this out for days
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not a real question by Bill the Lizard♦ Nov 1 '12 at 2:01
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Give this a try: http://jsfiddle.net/m5Btd/3/
|
|||
|
|
Possible solution is this:
That should be it. Also, you can make it dynamic and pass some width and height in URL... |
|||
|
|
|
You can use your iframe in a div, like this :
Irrespective of knowledge what browser you are using, I have checked it on Firefox and IE and works fine for both of them.You'll be able to scroll using your mousewheel and by dragging mouse pointer over the div as well. Hope this is what you are looking for. |
||||
|