"Call on God, but row away from the rocks." (Hunter S. Thompson)
Select a page
contact us
html tips n' tricks
imageworks
imagetype
on the menu
snippets
weblinks
home
contact us
imagetype
imageworks
html tips n' tricks
ascii chart
ascii 257-340
ascii 341-417
ascii 900-974
ascii 1000-1200
database array
event handlers
form help
I-Frame
mail this page
onmouseover
popup windows
radio buttons
rollovers
rollovers & forms
rollovers x 3
photo rollovers
rollovers v.2
selection menu
table alignment
web color chart
web colors x 2
web colors x 3
search
snippets
weblinks
Rollovers Made (Too) Easy
Arguably one of the simplest javascript rollover snippets in cyberspace. Requiring not a line of javascript between the head tags and best served cold (as in revenge), even the newbies among us won't have but a smidgen of trouble. Have at it...
Winter in Chicago---Good Grief
Source code:
<br> <A HREF="tricks.htm" <BR> onmouseover="document.sub_but.src='winter2.jpg'" <BR> onmouseout="document.sub_but.src='winter1.jpg'"> <BR> <IMG SRC="winter1.jpg" WIDTH="400" HEIGHT="300" BORDER="0" <BR> ALT="Roll your mouse over a Chicago winter scene" NAME="sub_but">
Pass your mouse over the winter scene.