DHTML menu not showing in Opera

User 456980 Photo


Registered User
81 posts

My DHTML menu shows in Internet Explorer, Firefox, and Safari... why does it not show in Opera?
No error message or anything, it simply isn't there.

I created this page with Coffeecup HTML editor 2007, and it's built-in DHTML menu editor.
I work on my computer mainly for the purpose of working on my computer.
User 355448 Photo


Ambassador
3,144 posts

MK,

There has been an upgrade to the DHTML menu for the HTML editor 2008 version, and the free DHTML menu builder.

Try downloading the free DHTML Menu Builder and create your menu using that and see if the menu then works with Opera.

If that does not fix your problem, post a link and someone here can look and maybe see the cause of the problem.
User 456980 Photo


Registered User
81 posts

Ha! it worked!
One more happy customer...
Thanks.
I work on my computer mainly for the purpose of working on my computer.
User 456980 Photo


Registered User
81 posts

I found the piece of code that made the difference...
previous DHTML menu read (under the don't-edit bit)

var Opr6orless=window.opera && navigator.userAgent.search(/opera.[1-6]/i)!=-1 //DynamicDrive.com added code
var DomNav=DomYes&&NavYes?1:0;

new DHTML menu read

var Opr6orless=window.opera && navigator.userAgent.search(/opera.[1-6]/i)!=-1 //DynamicDrive.com added code
if ( Opr6orless!=1 ) { ExpYes = 1 }
var DomNav=DomYes&&NavYes?1:0;

I tried on my other menu just changing that bit of code, and it worked.
I work on my computer mainly for the purpose of working on my computer.
User 355448 Photo


Ambassador
3,144 posts

MK,

Great.

Be sure to let us know if you have any other questions.
User 483633 Photo


Trial User
1 post

Hi,

I'm having a problem with my DHTML menu in firefox 3.0. The same menu works fine with IE7, Opera 9.01 and even Netscape 8.1. however, with FF 3.0 the menus appears at the bottom of my page after a footer <div> and ceases to function correctly.

Any assistance gratefully appreciated
Thanks
Steve
User 355448 Photo


Ambassador
3,144 posts

Steve,

You may want to click on profile and change your forum name to something other than your email address. Spammers look for valid email addresses.

When I get home later tonight, I will use FF3 to test the menu using one of my pages. If you have a link that shows the problem, it might help solve the problem.
User 355448 Photo


Ambassador
3,144 posts

Steve,

I have tested Firefox 3.0 and it works with the DHTML menu on my sites.

The DHTML menu builder in the HTML Editor 2007 is out of date. The free DHTML Menu builder is version 2.1, and will produce better code than the HTML Editor 2007 code. Give the free menu builder a try and see if that solves your problem. http://www.coffeecup.com/free-dhtml/ is the link to the download link.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.