Can dhtml menu script work with tables ?
Return to Recent Questions
Q:
Can Deluxe menus work with tables?
A:
Yes, you can place your menu into the <div> or <table> tag.
For example:
 <table>
    <tr>
       <td><script type="text/javascript" src="menudir/data.js"></script></td>
   </tr>
  </table>
Return to Recent Questions
|