I want to popup a fullscreen window without scrollbars, onload. BUT: the windows should be scrollable (up&down) with the keyboard (arrow up/down keys). is this possible with js?
I didn't even make it to disable the scrollbars (I tried it with 'scrollbars=no' , this did not work ) Can somebody here help me with this ??
Stick all the content in a DIV (which is sized at 100% width), trap the keypresses using JS, and move the DIV up and down accordingly by manipulating its position properties.
MarcusJT
- former ASP web developer / former SPF "ASP Guru"
- *very* old blog with some useful ASP code
- Please think, Google, and search these forums before posting!
MarcusJT
- former ASP web developer / former SPF "ASP Guru"
- *very* old blog with some useful ASP code
- Please think, Google, and search these forums before posting!
hi!
i just found a lot easier solution, a little trick. i simply set the scrollbar colour to the same colour as the backround. so, it's of course there, but you don't see it. you can now scroll with the keyboard.
the script for colouring the scrollars is easier than the whole other stuff, you only paste this into the head:
Bookmarks