Typography
Readability ( on screen )
Always remember
: Just Because You Can Doesn't Mean You Should
CSS Stuff:
MORE USEFUL STUFF : 5 + or - 2 CSS Pop-Out Menu Tutorial finished example jQuery Effect slideDown(); (example) *Making your BG image stretch: backstretch | my simple instructions (the link should work now) |
Click on image to swap with javaScript <SCRIPT LANGUAGE=JavaScript> intImage = 2; function swapImage() { switch (intImage) { case 1: IMG1.src = "f1.jpg" intImage = 2 return(false); case 2: IMG1.src = "f2.jpg" intImage = 1 return(false); } } </SCRIPT> <HTML> <IMG id="IMG1" name="IMG1" src="5/f1.jpg" onclick="swapImage();"> </HTML> Source: http://www.devx.com/tips/Tip/13653 |
Mouse over this image to hear a sound |