Search found 14 matches

by bduenskie
Tue Jul 15, 2008 3:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Arrows to indicate submenu mysteriously missing?
Replies: 12
Views: 6790

Re: Arrows to indicate submenu mysteriously missing?

Thanks Andy,

During my initial testing all looks well. I'll let you know if the issue pops up when we test it more rigorously.

Bill
by bduenskie
Mon Jul 14, 2008 9:18 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Arrows to indicate submenu mysteriously missing?
Replies: 12
Views: 6790

Re: Arrows to indicate submenu mysteriously missing?

There's nothing in my CSS that calls overflow.
by bduenskie
Mon Jul 14, 2008 7:28 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Arrows to indicate submenu mysteriously missing?
Replies: 12
Views: 6790

Re: Arrows to indicate submenu mysteriously missing?

Thanks John, I'll keep my eyes peeled for a solution.
by bduenskie
Mon Jul 14, 2008 5:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Arrows to indicate submenu mysteriously missing?
Replies: 12
Views: 6790

Re: Arrows to indicate submenu mysteriously missing?

John,

I stripped down a page to just bare bones to see if I could replicate the problem, and I was able to. You may view the page here:

http://www.archcapgroup.com/menutest/

I was able to fix the problem from occurring when I remove the image/logo from above the menu. I can't explain it, but ...
by bduenskie
Mon Jul 14, 2008 2:51 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Arrows to indicate submenu mysteriously missing?
Replies: 12
Views: 6790

Re: Arrows to indicate submenu mysteriously missing?

Hi John,

One problem, my site isn't strictly HTML based, it's mingled with ASP.NET 2.0, so the pages are .aspx. Any recommendations?

Thanks,
Bill
by bduenskie
Fri Jul 11, 2008 10:09 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Arrows to indicate submenu mysteriously missing?
Replies: 12
Views: 6790

Re: Arrows to indicate submenu mysteriously missing?

John,

My company just purchased the newest version of the menu, so we're using 5.796. Please let me know if you need our order # or customer ID. Let me better explain the problem.

It's not just on page load, the disappearance of the arrows is random, if you refresh the page 10 times sometimes it ...
by bduenskie
Tue Jul 01, 2008 10:08 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Arrows to indicate submenu mysteriously missing?
Replies: 12
Views: 6790

Arrows to indicate submenu mysteriously missing?

While viewing my website today I noticed something quite odd. The image "arrow.gif" which I use to display if there's a submenu all of sudden stopped working. The submenu would come up on mouse over, but my arrow was missing. On a page refresh the arrow returned and now I can't get the problem to ...
by bduenskie
Thu Jun 19, 2008 4:57 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu not showing over flash in FireFox 3
Replies: 3
Views: 3131

Re: Menu not showing over flash in FireFox 3

Thanks Andy,

This seem to do the trick. One question, is there a way to use this fix with swfobject.js? One of this nice things with swfobject is it allows you to specify alternative code to show if flash isn't enabled. Is there a way to do that with this fix? I didn't notice anything in the ...
by bduenskie
Thu Jun 19, 2008 3:09 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu not showing over flash in FireFox 3
Replies: 3
Views: 3131

Menu not showing over flash in FireFox 3

I'm using menu version 5.785. It works perfectly in FireFox 1,2 and IE. But with the release of FireFox 3 the menu is being overlayed by a flash object.

http://www.archinsurance.com/default.aspx

I'm viewing the menu on a Windows XP machine.

Any help regarding this would be most appreciated.
by bduenskie
Fri Nov 02, 2007 3:59 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: adding a drop shadow in FireFox?
Replies: 3
Views: 2892

Re: adding a drop shadow in FireFox?

Thanks for your replies Ruth, I appreciate it.
by bduenskie
Thu Nov 01, 2007 5:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: setting a different menu bg depending on page
Replies: 4
Views: 3149

Re: setting a different menu bg depending on page

Instead of doing two separate menu_data.js files I wrote a little function with the menu_data.js to see if the page was the homepage or not.

// change this var depending on the environment
var pagenamecount = document.location.href.lastIndexOf('/');
var pagename = document.location.href.substring ...
by bduenskie
Thu Nov 01, 2007 4:59 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: adding a drop shadow in FireFox?
Replies: 3
Views: 2892

adding a drop shadow in FireFox?

I noticed that the code to create a drop shadow for a menu doesn't work in FireFox. Here is my code:

Shadow(color='#777777', Direction=135, Strength=5)

Is there anyways to add a shadow in a non IE browser?
by bduenskie
Mon Oct 01, 2007 3:18 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: setting a different menu bg depending on page
Replies: 4
Views: 3149

Re: setting a different menu bg depending on page

Anyone know of any possible solutions?
by bduenskie
Thu Sep 27, 2007 4:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: setting a different menu bg depending on page
Replies: 4
Views: 3149

setting a different menu bg depending on page

I'm looking to change the menu's background color depending on the page the user is on. For instance on the homepage I want the menu bg to be white, on secondary pages I want the menu to be black.

Is there an easier way to achieve this than by having two separate menu_data.js files?