Search found 14 matches

by Kman
Tue Jan 18, 2005 11:54 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu not appearing in Netscape 7.1
Replies: 2
Views: 2457

Thanks John. That did the trick.

K
by Kman
Tue Jan 18, 2005 10:45 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu not appearing in Netscape 7.1
Replies: 2
Views: 2457

Menu not appearing in Netscape 7.1

I created a menu that works fine in IE but doesn't appear in Netscape.

One thing of note, I first ceated a demo version of the new menu using js files from v5.21 - all worked well. Since then, I have purchased another license for this menu and have installed the associated js files - upgrading to ...
by Kman
Fri Dec 10, 2004 5:50 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: SubImage Padding / Alignment
Replies: 2
Views: 2328

Thanks. By using that code + downloading v5.62 (I was using v5.21) the problem is solved :)

K
by Kman
Thu Dec 09, 2004 8:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: SubImage Padding / Alignment
Replies: 2
Views: 2328

SubImage Padding / Alignment

While using an arrow.gif as a subimage, I can get the submenu to display the subimage.

However, when I have a submenu that contains both a subimage for one menu item and no subimage for another menu item, the padding (controlled by the the SubMenuStyle parameters) is ignored for the submenu items ...
by Kman
Thu Jun 10, 2004 1:15 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Sub-Menu Layout
Replies: 4
Views: 3437

Thanks for the info - the client has had a change of mind and the single column is acceptable now:)
by Kman
Wed Jun 09, 2004 5:26 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Sub-Menu Layout
Replies: 4
Views: 3437

The client would like to see the sub-menu open as if it were a table with
2 columns of 7 items each.

As stated above this request is more a preference than a necessity.
by Kman
Wed Jun 09, 2004 5:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Sub-Menu offset
Replies: 2
Views: 2380

Thanks Maz, that worked great:)
by Kman
Tue Jun 08, 2004 6:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Sub-Menu Layout
Replies: 4
Views: 3437

Sub-Menu Layout

Hi,

I have a site design that calls for a sub-menu (branching off from a vertical 'main' menu) that has 14 items to be laid out as 2 columns of 7 items (side by side) i/o 14 items in one column. This is purely a design request by the client.

Any tips on if/how to accomplish this would be greatly ...
by Kman
Tue Jun 08, 2004 5:57 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Sub-Menu offset
Replies: 2
Views: 2380

Sub-Menu offset

Hi,

I'd like to have sub-menus offset by 15px right and have attempted different methods - firstly by setting the _subOffsetLeft=15, then using padding, imagepadding, etc but have no success.

Oddly, when I set the main menu to vertical i/o horizontal it works.

At this point I've accomplished the ...
by Kman
Mon May 17, 2004 4:52 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Adjusting left and right padding.
Replies: 40
Views: 35754

Thanks to all.
The problem was that I was using v5 and when I updated to v5.18 all works fine.
by Kman
Sat May 15, 2004 3:40 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Adjusting left and right padding.
Replies: 40
Views: 35754

Sorry about that. I was using a vertical menu in one case and horizontal in another.

For this instance, I want to apply padding to a vertical menu with padding of 20 pixels for the bottom of each menu heading, 0px for left/right/top.

I have now changed the code to read:

with(SideMenuStyle=new mm ...
by Kman
Sat May 15, 2004 1:03 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Adjusting left and right padding.
Replies: 40
Views: 35754

I'm using the following code with no success. Thanks again for any direction/suggestions: BTW, I've previewed on IE6 and NN7.1

with(SideMenuStyle=new mm_style()){
onbgcolor="#ff00ff";
oncolor="#0000ff";
offbgcolor="#00ffff";
offcolor="#000000";
imagepadding="0 20 0 20";
fontsize="10 ...
by Kman
Fri May 14, 2004 10:46 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Adjusting left and right padding.
Replies: 40
Views: 35754

Thanks for your reply.

I simply want to add space between top level menu items in a menu that uses images and overimages.



Thanks
by Kman
Fri May 14, 2004 9:28 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Adjusting left and right padding.
Replies: 40
Views: 35754

I too am having problems with the padding values resulting in no effect on the menu's appearance.

Specifically, I'm using all images with overimages and would like to control the space between the top level menu items across a horizontal menu.

Any specific instructions on how to correctly ...