Search found 5 matches

by kazarena
Fri Dec 30, 2005 4:12 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Table based menu when moving to 5.738
Replies: 9
Views: 6316

Ruth,

This has actually worked:
menuwidth="765px";
, with and without 'px'.

I can swear I tried menuwidth before, without a luck, but I guess I had changed something else after, which made it work now.

By the way, we are using IE 6.0, which isn't new either. :)

Great news! :D

Thank you very ...
by kazarena
Fri Dec 30, 2005 10:20 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Table based menu when moving to 5.738
Replies: 9
Views: 6316

Ruth,

Here's the HTML code. I've made it as short as possible preserving the issue we were talking about:
<html>
<body leftmargin="0" topmargin="0">
<SCRIPT language="JavaScript" src="/common/js/milonic_src.js" type="text/javascript"></SCRIPT>
<script language="JavaScript" src="/common/js ...
by kazarena
Thu Dec 29, 2005 3:42 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Table based menu when moving to 5.738
Replies: 9
Views: 6316

To over-ride the table TD setting of 100% in that 3rd table cell of that row, you would use the menu property of minwidth to set a minimum width of the menu. In this case the actual width of the menu items is 765 which is the total of all the itemwidths you have.

with(milonic=new menuname("Main ...
by kazarena
Thu Dec 29, 2005 10:54 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Table based menu when moving to 5.738
Replies: 9
Views: 6316

Ruth, vikenk,
Thank you for replies.

Putting non-breaking spaces resolves the problem of wrapping (actually, in the menu shown above some width constraints were put to enable wrapping. The problem is that they don't affect the width in the condictions shown above).

However, it still doesn't allow ...
by kazarena
Wed Dec 28, 2005 1:25 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Table based menu when moving to 5.738
Replies: 9
Views: 6316

Table based menu when moving to 5.738

Hi All,

While waiting for Finance department to purchase the menu, we were designing a menu using version 5.735 (Unfortunately it's an intranet site, therefore I can't provide a link).
That's what we had:
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td>
<img src="/common ...