|
jQuery Apps
I have finally made a collection of jQuery Applications, which i have used throughout a couple of websites. | |
| Hover | |
|
| |
|
Make sure the jQuery tags are ("#idtag a img")... if the img tag is left out, this will not work in IE. Also, take notice that this applies to all the A IMG's combinations within the #idtag. | |
| Pop Up Box | |
| Click Here | |
| |
|
Keep in mind the backend CSS that is involved in this code. For instance: the position should be absolute, z-index should be greater than the body, and the position should be in the middle of the window. For the popup box to move with the screen, it should be 'position:fixed;' not 'position:absolute;'. | |
| Image Box | |
|
| |
|
| |
|
Look at my source code to find the #imageBox mentioned in the jQuery click function. It is just a div with an empty img tag. I have now made a js file, http://www.3dprog.com/js/imageLoader, that appends the boxes to the body (bgshadow and imageBox). All that is needed, is to put the pictures inside a DIV or SPAN that has ID='image'. |