How to have the menu load up as a TABLE like the Milonic Sit

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
ucd
Advanced
Advanced
Posts: 14
Joined: Thu Jul 22, 2004 12:00 am

How to have the menu load up as a TABLE like the Milonic Sit

Post by ucd »

I noticed that on the Milonic site and example sites, that the menu is loaded with a script but also has a table structure. How do we do that on our version?

Will this be new in the future.

Here is a cut html from your Milonic Homepage

<table border=0 cellpadding=0 cellspacing=4>
<td class=menu1 valign=top><a href="/index.php">Home</a></td>
<td class=menu1 valign=top><a href="/products.php">Products</a>
<li><a href="/pricing.php">Pricing</a>
<li><a href="/licensing.php">Licensing</a>
<li><a href="/productinfo.php">Product Information</a>
<li><a href="/integration.php">Page Integration</a>
<li><a href="/logos.php">Menu Logos</a>
<li><a href="/menu_variables.php">Menu Global Variables</a>
<li><a href="/menu_methods.php">Menu Methods and Functions</a>
<li><a href="/styleproperties.php">Menu Style Properties</a>
<li><a href="/menuproperties.php">Menu Properties</a>
<li><a href="/itemproperties.php">Menu Item Properties</a>
<li><a href="/menu.php">DHTML Menu</a>
<li><a href="/tooltips.php">Tooltips</a>
<li><a href="/colorpicker.php">Color Picker</a>
</td>
<td class=menu1 valign=top><a href="/supporthome.php">Support</a>
<li><a href="/mfa/">Discussion Forum Archive</a>
<li><a href="/login.php">Login</a>
<li><a href="/register.php">Register</a>
<li><a href="/pipermail/milonic/">Mailing List</a>
<li><a href="/menuvinfo.php">Version Info</a>
</td>
<td class=menu1 valign=top><a href="/aboutmilonic.php">About</a>
<li><a href="/aboutus.php">About us</a>
<li><a href="/contactus.php">Contact us</a>
<li><a href="/location.php">Where</a>
<li><a href="/corp_customers.php">Corporate Clients</a>
<li><a href="/cbuy.php">Purchase</a>
<li><a href="/privacy.php">Privacy</a>
<li><a href="/license.php">License</a>
<li><a href="http://websites.milonic.com/dhtmlmenu.co.uk">Mirror Site</a>
</td>
</table>
ucd
Advanced
Advanced
Posts: 14
Joined: Thu Jul 22, 2004 12:00 am

Post by ucd »

Hmm I see it is under noscript, I guess this function would be redundant, but would help disability issues and stuff.
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

If javascript is switched off in the browser, yes it helps.
A site map might be helpful too.

Any menu item that is always visible and has a url link can be tabbed to.
So if you have home and site map as main links I think that helps. Or make the normal plain links at the top or bottom of the page.

maz
Post Reply