123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
- <title>The PHP Layers Menu - Templates</title>
- <link rel="StyleSheet" href="../layersmenu-gtk2.css" type="text/css"></link>
- </head>
- <body>
- <pre>
- This is a horizontal menu template.
- This comment does not appear on the resulting page.
- If you eliminate the external table, the menu bar extends and fills
- horizontally the browsing window.
- --
- </pre>
- <table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <div class="horbar">
- <table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <div id="{menu_layer_label}" class="horbaritem" onmouseover="clearLMTO();" onmouseout="setLMTO();">
- <a href="{href}"{onmouseover}{title}{target}><img
- align="top" src="{imgwww}{transparent}" width="1" height="16" border="0"
- alt="" /><img
- align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
- alt="{iconalt}" /> {text} <img
- src="{imgwww}{downsrc}" width="{downwidth}" height="{downheight}"
- border="0" alt=">>" /> </a>
- </div>
- </td>
- </tr>
- </table>
- </div>
- </td>
- </tr>
- </table>
- </body>
- </html>
|