Search found 5 matches

by pauldixon
Wed Oct 05, 2005 9:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: position="relative"; and Image menus
Replies: 6
Views: 3546

Thanks

I ended up moving it out of some of the CSS structure of the site and it fixed the problem. Unfortunatly the menu is used on a company Intranet and not accessible from outside the firewall.

Thanks again for your help.

Paul
by pauldixon
Mon Oct 03, 2005 9:16 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: position="relative"; and Image menus
Replies: 6
Views: 3546

Somthing in the CSS is causing it to break

I have traced the cause to the CSS file for the site. Has any one had any similar problems with this?
by pauldixon
Mon Oct 03, 2005 8:22 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: position="relative"; and Image menus
Replies: 6
Views: 3546

More Info on this

If I add another menu item that is a text link it works fine. If I take the above code and put it on a completely clean page with nothing but the menu the links work. I have been over the code several times but cannot find anything that is keeping it from working the way it is now.
by pauldixon
Mon Oct 03, 2005 8:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: position="relative"; and Image menus
Replies: 6
Views: 3546

Here is the code

This is at the top of the page:

<SCRIPT>

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=2;
_subOffsetLeft=3;


with(mainStyle=new mm_style()){
bordercolor ...
by pauldixon
Mon Oct 03, 2005 6:58 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: position="relative"; and Image menus
Replies: 6
Views: 3546

position="relative"; and Image menus

I have a main menu imbedded in my HTML code that is image based. I am using the position="relative"; variable in my code in order to make the sub menus appear correctly. When I have this variable turned on the links in my top-level image menu do not work. All I get is a pointer but the rollovers ...