| 
<?php
include 'rollover2.php'; // rollover
 include 'inc_ex2.php'; // example include file
 ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
 <title>Rollover example</title>
 <?php $ro->preload(); ?>
 </head>
 <body bgcolor=white>
 <?php startmenu_table(); ?>
 <h1>Example 2</h1>
 This example uses the 3rd image state to show that the desired page is reached.<br>
 Works with the first three buttons.
 <?php stopmenu_table(); ?>
 
 </body>
 </html>
 |