Search found 6 matches

by machinas
Thu May 20, 2004 3:29 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Adjusting left and right padding.
Replies: 40
Views: 35739

Hi Andy,

Excellent, the rawcss style works a treat in this case, for IE6 and NS7 ( http://www.dxm.bz/milonic/menu_rawcss.htm ). I gather that rawcss is a new style property since it's mentioned, but not documented on the "Style Properties" page? Presumably, rawcss only applies to the text container ...
by machinas
Thu May 20, 2004 9:03 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Adjusting left and right padding.
Replies: 40
Views: 35739

Hi Kevin,

Thanks for your comments. As an obsessive pixel pusher, it was the presentation 'customisability' of Milonic Menus that attracted me to switch from HierMenus (besides their laughable licensing model), and similarly, what is attractive with CSS. CSS 'style' syntax supported in Milonic has ...
by machinas
Wed May 19, 2004 4:09 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Adjusting left and right padding.
Replies: 40
Views: 35739

Hi John,

Thanks for confirming that multi-side padding is supported.

Also, add the drawMenus(); at the bottom of your _data file.

I put the drawMenus(); in, but presume that was an unrelated recommendation since it made no difference.

So I did some further testing, and used your original ...
by machinas
Tue May 18, 2004 12:34 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Adjusting left and right padding.
Replies: 40
Views: 35739

Hello all - followed all advice on this subject, and have narrowed the trouble down a little, but still have a padding problem persisting. A stripped-out dummy of what I am working on is here: http://www.dxm.bz/milonic/

There are two menus on that page - I have padding="5 2 5 50"; on the top ...
by machinas
Fri May 14, 2004 1:16 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Adjusting left and right padding.
Replies: 40
Views: 35739

Hi Ruth,

Can't give a link to the site at the moment, but the style definition with non-working CSS padding is as follows:


with(topMenuStyle=new mm_style()){
onbgcolor="#CCCCCC";
oncolor="#000000";
offbgcolor="#BBBBBB";
offcolor="#000000";
bordercolor="";
borderstyle="solid";
borderwidth=0 ...
by machinas
Thu May 13, 2004 1:31 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Adjusting left and right padding.
Replies: 40
Views: 35739

I wonder if this sheds any light on the padding issue:

I was successfully using CSS style padding (e.g. padding="5px 2px 5px 20px";) with v5.0 Release Candidate 7.0 (although it never worked on Netscape browsers).

However, after recently changing to the v5.16 codebase, the four seperate padding ...