Search found 4 matches

by auroraes
Mon Aug 15, 2005 4:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menuheight: Different height depending on browser
Replies: 8
Views: 4249

I stripped out all other css, and still get a 10 pixel difference between the browsers. I set menuheight for each menu to 184, and get a height of 186 in IE and a height of 176 in FireFox.

Here's the menu_data, maybe I'm not using something in it correctly?

_menuCloseDelay=500;
_menuOpenDelay=150 ...
by auroraes
Thu Aug 11, 2005 11:14 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menuheight: Different height depending on browser
Replies: 8
Views: 4249

Hi John,

That appears to actually break the menu making the submenu a very tiny scrollable area breaking the width as well (maybe around a 20px X 20px square). menuheight seems to want to expect a number instead of a string.

Thanks!
Matt
by auroraes
Thu Aug 11, 2005 8:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menuheight: Different height depending on browser
Replies: 8
Views: 4249

Thanks! I appriciate your help with this.

Matt
by auroraes
Thu Aug 11, 2005 5:28 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menuheight: Different height depending on browser
Replies: 8
Views: 4249

menuheight: Different height depending on browser

Hello it seems that the menuheight property is not consistant between browsers. For example, I entered a menuheight of 182 (menuheight=182;) for a submenu, but in Firefox 1.0.6 the menu height is actually 174 and the menu height in IE is 184. Neither what I had actually specified. For what I'm doing ...