You can use the following HTML code to create a popup window within your HTML document. Simply copy, paste, and change the values to suit.
Get the CODE
Thursday, December 23, 2010
Scrollbar Color of the Browser
The easiest way to change the color of your scrollbars is to apply the 'scrollbar-base-color' property to the HTML 'body' element.
Note that this code actually changes the color of all scrollbars on the page (including those of form elements such as the 'textarea' element).
Comment Box Code
You can use the following HTML code to create a comment box within your HTML document.
- You can make it easy on yourself by using the text box generator.
- MySpace Users: If you need a comment box for your MySpace profile, use the MySpace comment box code.
Scroll Bar Code
An HTML scroll box is a box that grows scroll bars when it's contents are too large to fit in the box. How do you make the box? You create the box using the HTML div tag. Then, to make the box scroll, you apply the CSS overflow property to the div.
But, you don't need to worry about the technical details if you don't want to. You can simply copy and paste the HTML scroll box code below. Of course, you can change the values to suit (such as the size of the scroll box, color etc)
Subscribe to:
Comments (Atom)