I'm having a major problem centering the expandable menu in a table.
Return to Recent Questions
Q:
I downloaded the trial version of Deluxe Tuner and love the menus it makes. I'm having
a major problem centering the expandable menu in a table. I'm using FrontPage 2002 but added the
script into the page via notepad. No matter what I try, the expandable menu stays on the left of
the table. Do you have any suggestions? I'm sure you must have a list of problems
associated with FrontPage.
Can you please help me?
A:
To center the menu on your html page you should set the following
parameter and install the menu in the following way:
var absolutePos=0;
<div align=center>
<script type="text/javascript" src="deluxe-menu/dmenu.js"></script>
</div>
<table width=800>
<tr>
<td align=center width=600><script type="text/javascript" src="data/data.js"></script></td>
</tr>
</table>
Return to Recent Questions
Related:
- Nov 14, 2006 - Can dhtml menu script work with tables ?
- Dec 03, 2006 - expandable menu doesn�t work in Firefox or Netscape. It works fine in Internet Explorer.
- Jan 26, 2007 - Is it possible to hide the plus signs in the expandable menus?
- Jan 29, 2007 - Is this java script drop down menu floatable?
- Jan 31, 2007 - The main menu-titles are aligning to the LEFT side in my dhtml expandable menu
- March 15, 2007 - In my dynamic html menu I'm getting an error - Error: 'floatable' is undefined
- July 16, 2007 - I would like the visited link in the expandable javascript menu stay highlighted
- Aug 28, 2007 - I need to add the children *after* the user clicks on the parent of dhtml expandable menu.
- Oct 10, 2007 - I've got an xp style dhtml menue that I'm trying to place within a table
- Nov 01, 2007 - We have problems with japanese down css menu being seen on many Japanese computers
- Jan 26, 2009 - The bottom java menu navigation item is falling behind the mainnav table.
|