Search found 8 matches

by digitalpacman
Mon Apr 07, 2008 6:52 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Positioning problem with position:relative
Replies: 1
Views: 2093

Positioning problem with position:relative

Hello,

I upgraded to the new version to try using _buildAfterLoad=true but apparently milonic is old school and uses onload= instead of when the DOM is loaded.

So that means if there is a 404 image that hangs your menus dont load.

Anyway....

My problem is that the parent element to where my menu ...
by digitalpacman
Sat Mar 29, 2008 12:22 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE Bug -> Sub Menu Overlapping Main Menu
Replies: 6
Views: 4844

Re: IE Bug -> Sub Menu Overlapping Main Menu

Ok thank you I'll be sure to contact them to try to figure out how to get this fixed.

Thanks for the suggestion, even though it couldn't solve my problem.

Goodluck in your endeavors!
by digitalpacman
Fri Mar 28, 2008 11:10 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE Bug -> Sub Menu Overlapping Main Menu
Replies: 6
Views: 4844

Re: IE Bug -> Sub Menu Overlapping Main Menu

Its obvious what its doing.... the main menus WIDTHS and HEIGHTS are 0 or not available when it calculates the positions.

The sub menus are perfectly left top aligned to the main menu item. So.. I dont know =(

I would upgrade if you guys have that feature I listed. Otherwise we arn't going to ...
by digitalpacman
Fri Mar 28, 2008 10:59 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE Bug -> Sub Menu Overlapping Main Menu
Replies: 6
Views: 4844

Re: IE Bug -> Sub Menu Overlapping Main Menu

I tried the both methods and it did no work. Same results.

buildAfterLoad isnt supported in my version.

Old version? We updated to this version last year I figure that it would be fairly recent =(

I have a question about the new version, if you put in a feature request I asked for.

I want to be ...
by digitalpacman
Fri Mar 28, 2008 2:10 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE Bug -> Sub Menu Overlapping Main Menu
Replies: 6
Views: 4844

Re: IE Bug -> Sub Menu Overlapping Main Menu

My outer menu is position="relative" and the inner ones are not set so they are absolute. This is how it normally works. Setting the submenus to relative screws all the positioning up (they dont get positioned at all no left or top)

My Styles:


_subOffsetLeft=-15
_menuCloseDelay=0
_menuOpenDelay ...
by digitalpacman
Fri Mar 28, 2008 1:24 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE Bug -> Sub Menu Overlapping Main Menu
Replies: 6
Views: 4844

IE Bug -> Sub Menu Overlapping Main Menu

Hi,

I have a problem where the sub menu coordinates are not being calculated correctly. The end result is the sub menu overlays the main menu.

What I have found to cause this is if the HTML page the menu is embeded on contains some kind of css position:relative or position:absolute.
Also it has ...
by digitalpacman
Tue Jul 18, 2006 12:12 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to make a menu highlighted directly on the homepage?
Replies: 1
Views: 2236

You can probably use the pagematch property.

aI("pagematch=http://www.myhomepage.com");

But it might only highlight on that page then. I myself am struggling with wanting things to be highlighted on multiple pages.

I suggest reading:

http://milonic.com/itemproperties.php


I read it and ...
by digitalpacman
Sat Jul 15, 2006 4:20 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Forcefully setting pageonclass
Replies: 1
Views: 2036

Forcefully setting pageonclass

Hi, (NOTE: I rewrote my entire post to hopefully portray what I want)

Simply put, I have too many pages to which I want an item to be styled with a class than I could possibly fit into the pagematch property. I'm talking 200+ pages. As you can guess, this could generate an enourmously large jscript ...