Scrollable Window In HTML Page - Code
This script will put a small, fixed, scrollable window into your page. You can change the height, width, background color and content of the window.
This is a nifty little script that allows you to put any content you want within a scrollable mini "window". This will allow you to save valuable screen space while making your page more "interactive".
This script uses two different techniques, one for Internet Explorer and one for Netscape, to create the scrollable window.
IE 4+ users will be able to use scrollbars to scroll the window, while Netscape users will have to use the "up" and "down" buttons instead (since Netscape does not support the adding of scrollbars to the "window" contents).
Tested and works on IE, Firefox, and Google Chrome.
Script Demo:
Demo
Dynamic HTML Code:
Insert this code into <head> tags |
Insert this code into <body> tags |
Instruction:
| Webmaster » Web Programming » DHTML » Scrollable Window In Web Page - Code |
Related Links:
