1.将下面的代码复制到 <head> 内
<style> </style> <script> </script>
2.将下面的代码复制到 <body> 或者内
<form onMouseover="change2('secondimage.jpg')" onMouseout="change2('firstimage.jpg')"> <input type="button" value="Example 1 " class="initial" onClick="jumpto2('1.htm')"> <br> <input type="button" value="Example 2 " class="initial" onClick="jumpto2('2.htm')"> <br> <input type="button" value="Example 3 " class="initial" onClick="jumpto2('3.htm')"> <br> </form>