Official Review
NULL
|
Other links at JavaScript > Scripts and Programs > Visual Effects |
| 1. |
colorPick
|
|
|
colorPick is a web pop-up color picker easy to add to your web pages. It is very small in size only 2.8K so it loads fast over any connection. Displays 234 colors and grays, in 6 palettes of 36 internet safe colors each and a palette of 18 grays. Allows your users to easily pick colors for fields on forms. And better color visualization on the forms.
|
| 2. |
Fade
|
|
|
Generate a hex colour fade array from any 2 hex colours and your chosen number of increments (steps). Creates an array of the colours between the ones you chose. Can be used as an aid with my other script FallT.
|
| 4. |
Change Scrollbar Colors Dynamically
|
|
|
Changes the color of IE5+ scrollbars in a page dynamically, via a very simple JavaScript function; shows how to attach the scrollbar color change function to links and to mouseOver and other events for some great effects.
|
| 5. |
xray page
|
|
|
With the aid of DHTML, you can create playful web pages where the content changes as someone moves the mouse pointer around. This is accomplished by superimposing the content of two divs, and making one invisible by clipping it. Then the mouse move handler is modified to create a clip region depending on the location of the mouse pointer. This can create the impression that there is an x-ray being directed at the web page, revealing hidden content.
|
|
|