home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 August / INTERNET94.ISO / pc / software / windows / building / webmenu_studio / wmstud01.cab / _7D39B868529741EE814DF8E4A6371C45 < prev    next >
Encoding:
Text File  |  2002-03-14  |  2.0 KB  |  54 lines

  1. <html>
  2. <head>
  3.     <title>COALESYS, Inc.</title>
  4. </head>
  5.  
  6. <body onResize="cswmRefresh()" scroll="auto" link="red" alink="red" vlink="red" bgcolor="#ffffff" leftmargin=10 topmargin=10 marginheight=10 marginwidth=10>
  7.  
  8. <script language="JavaScript" type="text/javascript" src="./includes/loader.js"></script>
  9.  
  10. <!-- Main Nav -->
  11. <table align="left" border=0 cellpadding=0 cellspacing=0>
  12.     <tr>
  13.         <td><a onmouseover="cswmShow('File', 'file', 'below')" onmouseout="cswmHide()" href="default.htm"><img id="file" name="file" src="./images/file.gif" width=39 height=23 alt="" border=0></a></td>
  14.         <td><a onmouseover="cswmShow('Edit', 'edit', 'below')" onmouseout="cswmHide()" href="default.htm"><img id="edit" name="edit" src="./images/edit.gif" width=40 height=23 alt="" border=0></a></td>
  15.         <td><a onmouseover="cswmShow('View', 'view', 'below')" onmouseout="cswmHide()" href="default.htm"><img id="view" name="view" src="./images/view.gif" width=46 height=23 alt="" border=0></a></td>
  16.     </tr>
  17. </table>
  18. <!-- End Main Nav -->
  19. <br>
  20. <br>
  21. <table width="100%" border=0 cellpadding=5 cellspacing=5>
  22.     <tr>
  23.         <td colspan=2>
  24.             <p><b>About the Sample:</b></td>
  25.     </tr>
  26.     <tr>
  27.         <td width=10></td>
  28.         <td>
  29.             <p>
  30.                 This is the standard menu appearance.  All of the Main Object and ItemFont Object properties are at their defaults, except for the <b>PopupImage</b>, <b>SelectedPopupImage</b> and <b>ClearPixelImage</b>, which point to their related graphics.
  31.         </td>
  32.     </tr>
  33.     <tr>
  34.         <td colspan=2>
  35.             <p><b>View the Code:</b></td>
  36.     </tr>
  37.     <tr>
  38.         <td width=10></td>
  39.         <td>
  40.             <p>
  41.                 The code for this sample is available in the product installation directory:
  42.                 <ul>
  43.                     <li><b>standard.wms</b> - The WebMenu Studio project file.
  44.                     <li><b>default.htm (this file)</b> - Uses the WebMenu compiled output and discusses the sample.
  45.                     <li><b>./includes/*</b> - The WebMenu output compiled from the studio application.
  46.                     <li><b>./images/*</b> - The images used in this sample.
  47.                 </ul>
  48.         </td>
  49.     </tr>
  50. </table>
  51.  
  52. </body>
  53. </html>
  54.