Search found 7 matches

by nif
Tue Jan 29, 2008 2:57 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Constrain height of sub menu
Replies: 7
Views: 5065

Re: Constrain height of sub menu

sure... check it out below:

menu_data.js :
fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=1;
subTopOffset=10;

with(menuStyle=new mm_style ...
by nif
Tue Jan 29, 2008 2:44 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Constrain height of sub menu
Replies: 7
Views: 5065

Re: Constrain height of sub menu

hi john,

for client privacy reasons, i cannot post a link at this point, but attached is a screen grab of the issue.
milonic_nav_issue.gif
milonic_nav_issue.gif (15.89 KiB) Viewed 4914 times
thanks a mil',
nikki
by nif
Tue Jan 29, 2008 9:28 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Constrain height of sub menu
Replies: 7
Views: 5065

Re: Constrain height of sub menu

hi there,

thanks for that. the scrollbars are showing, but i only want the vertical one to show and both horizontal and vertical are showing... i have tried setting menuwidth to the same value and a higher value than the css style set against each menuitem. i have also tried removing the css width ...
by nif
Mon Jan 28, 2008 9:57 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Constrain height of sub menu
Replies: 7
Views: 5065

Constrain height of sub menu

hi there,

i need to constrain the height of a submenu and then allow it to scroll... is this possible with milonic? if so, how? i have tried setting height="150px" in the style declaration, but no luck.

thanks a mil',
nikki
by nif
Fri Aug 10, 2007 11:14 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: offsets not working for horizontal, relative nav
Replies: 3
Views: 4404

offsets not working for horizontal, relative nav

hi there,

i am struggling to get offsets to work for a horizontal, relative navigation.
the offsets are being totally ignored.

a partial solution would be for someone to tell me how to specify a height for my items and then have the text for each item and the separators centrally aligned on the ...
by nif
Fri Aug 10, 2007 10:49 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: css width and padding creating different appearances in fire
Replies: 4
Views: 5547

hi there,

sorry so long for reply.
regarding this issue, i believe there is no real solution for it unfortunately due to certain browser differences. it has to do with padding and widths and how each browser deals with these.

my solution in the end was to use 100% for width but to accept that the ...
by nif
Tue Jul 17, 2007 10:57 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: css width and padding creating different appearances in fire
Replies: 4
Views: 5547

css width and padding creating different appearances in fire

hi there,

i have a couple of sites where i need to have a very specific width for a vertical navigation. when a menu item is rolled over, a background colour displays and this needs to be very specific.

the problem i am having is that when i specify a width for the nav items and then add padding ...