![]() |
||
Javascript - Background & Documents Effectsbackground Scripts & FunctionsGraying out a page On button click, the script grays out the whole page and displays a box where you can input content and other action script. For instance a redirection... background category Mouse over rows To add some appealing style to a table, this javascript code is helpful as we can not achieve this using CSS because of compatibility problems. background category Document Object Model examples This page introduces some DOM manipulations using few functions such as appendChild, nodeValue... It's a good start to browsing through a document dynamically and learning about its hierarchy. background category Mouse Coordinates & Box Displaying Let's deal again with Box display. This time the script can retrieve the mouse pointer coordinates and display a box on which an opacity style is applied. background category Simple TreeView This is a simple Treeview script which only uses CSS and javascript. The look is managed using 4 tiny images and the code is easily customizable. background category Showing & Hiding Div Box This simple script provides a way to show and hide a div box in one click. It's commonly used on online Faq. It uses the getElementsByTagName function of javascript. background category Smooth div box Move
This code can help you designing parts of your site with hidden boxes appearing smoothly on demand. It uses the getElementById, setInterval and clearInterval functions. background category |
|
Categories
|