Two Buttons One Screen
One Button One Screen

Back

Clicker1Clicker2
Screen

1) Like before you need to make some buttons and screens.

Once saved create an html document and put this into your file:

<A HREF="YourUrlHere.html" onmouseover="document.images['screen1'].src='screen2.gif'" onmouseout="document.images['screen1'].src='screen1.gif'">
<IMG SRC="clicker1.gif" ALT="Clicker1" VSPACE=2 BORDER=0 HEIGHT=112 WIDTH=64></A>
<A HREF="YourUrlHere.html" onmouseover="document.images['screen1'].src='screen3.gif'" onmouseout="document.images['screen1'].src='screen1.gif'">
<IMG SRC="clicker2.gif" ALT="Clicker2" VSPACE=2 BORDER=0 HEIGHT=112 WIDTH=64></A>
<BR> <IMG SRC="screen1.gif" NAME="screen1" ALT="Screen" HEIGHT=116 WIDTH=116>

2) Done!

OK, so past this point it can get all jumbly, but if you keep it all untangled and straight it's pretty much logic from there. You can make as many clickers and screens as you want.