Search found 9 matches

by Aaron
Thu Mar 11, 2004 12:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Visitors complain menus are slow
Replies: 14
Views: 8629

What size (in Kb) are your icons? Have you made sure that you resized them and reduced the quality of the pictures before you use them in the menu system?

All the icons in total are 25kb.

I know I'm on a fast host, but I don't know why it took a friend on ADSL 2 minutes to wait for the menu to ...
by Aaron
Mon Mar 08, 2004 4:39 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Visitors complain menus are slow
Replies: 14
Views: 8629

jgillett wrote:Please don't forget to add your license number to the "License Number:" area of the comments in milonic_src.js.
Oops, didn't know I had to do that. All done :)
by Aaron
Mon Mar 08, 2004 2:40 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Visitors complain menus are slow
Replies: 14
Views: 8629

Visitors complain menus are slow

Some of my visitors have complained that the menus are slow on http://unattended.msfn.org :(

I've tested them on 3ghz and 1.2ghz, in both Mozilla firefox and IE6, and they seem fine to me. What could the problem be?
by Aaron
Wed Feb 25, 2004 8:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: WinXP Style Menus and Relative positioning problem
Replies: 26
Views: 16295

Whooo, that fixed it! Very fast!

You're a star Andy! :D
by Aaron
Wed Feb 25, 2004 7:08 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: WinXP Style Menus and Relative positioning problem
Replies: 26
Views: 16295

Thanks Andy, when will the fix be released?
by Aaron
Wed Feb 25, 2004 6:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: WinXP Style Menus and Relative positioning problem
Replies: 26
Views: 16295

maz, if you can, could you download menu sample 12, add position="relative"; to menu_data.js, and the problem will be visible in IE. It might be easier for you to figure out what the problem is? :)
by Aaron
Wed Feb 25, 2004 6:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: WinXP Style Menus and Relative positioning problem
Replies: 26
Views: 16295

Tried that, it removed some of the borders I had surrounding the menu itself (which I want to leave there), and made the border (when highlighting one of the menus) a lot worse, by about 3 pixels or so.
by Aaron
Wed Feb 25, 2004 6:15 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: WinXP Style Menus and Relative positioning problem
Replies: 26
Views: 16295

I already have onborder and offborder in the code, removing it or changing colours doesn't fix it.

with(XPMainStyle=new mm_style()){
onbgcolor="#C1D2EE";
oncolor="#000000";
offbgcolor="#EFEDDE";
offcolor="#000000";
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=1;
separatorcolor="#EFEDDE ...
by Aaron
Wed Feb 25, 2004 4:40 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: WinXP Style Menus and Relative positioning problem
Replies: 26
Views: 16295

WinXP Style Menus and Relative positioning problem

I have a problem with the menus where the border appears mis-aligned when highlighting any of the menus, this only seems to happen when I use position="Relative"; in the menu_data.js file.

To explain better, I've uploaded 2 versions of the menu:

http://www.msfnhosting.com/beta/ - Positioned ...