Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:18
How to have the menu load up as a TABLE like the Milonic Sit
Poster: ucd
Dated: Friday July 23 2004 - 19:04:43 BST
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://www.dhtmlmenu.co.uk">Mirror Site</a>
</td>
</table>
Poster: ucd
Dated: Friday July 23 2004 - 19:05:59 BST
Hmm I see it is under noscript, I guess this function would be redundant, but would help disability issues and stuff.
Poster: Maz
Dated: Friday July 23 2004 - 21:47:47 BST
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