Search found 3 matches

by rangerted
Mon Sep 29, 2003 4:23 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: itemwidth menu item property, IE MacOSX 5.2
Replies: 15
Views: 10117

Just curious, but given there is to be no further development or releases on IE/X, and Safari is fast taking over that market, why is it a target browser?

Reasonable question .. which i restrained myself from addressing in previous post.

It's a legacy issue in this particular corner of the ...
by rangerted
Mon Sep 29, 2003 4:18 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: itemwidth menu item property, IE MacOSX 5.2
Replies: 15
Views: 10117

Are you specifying itemwidth in the style or in the menu item itself? Try it in either and/or both.

In the menu item(s) themseleves; each has a different itemwidth:

with(milonic=new menuname("Main")){
style=menuStyle;
top=63;
left=27;
alwaysvisible=1;
orientation="horizontal";
aI("text=Beginning ...
by rangerted
Mon Sep 29, 2003 12:16 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: itemwidth menu item property, IE MacOSX 5.2
Replies: 15
Views: 10117

itemwidth menu item property, IE MacOSX 5.2

==> update 2. an effective work around to the IE MacOSX itemwidth situation delineated below:
* drop padding property from main menu style definition: ensures that padding is not a factor in itemwidth
* reposition submenus to compensate for loss of offset, w/out padding

simple, works fine, as long ...