Search found 10 matches

by gclarkso
Sat Sep 17, 2005 3:24 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Firefox help!
Replies: 18
Views: 7408

You're welcome. Just so we have the information, could you check the sample for opening pages in an iframe and see if that works? It is working on my FF1.0.2. I'd appreciate it. If it does, then we'll know two fixes, yours using the target= and making sure the iframe has id= tempiframe name if ...
by gclarkso
Sat Sep 17, 2005 5:50 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Firefox help!
Replies: 18
Views: 7408

Ruth wrote:So, ignore the other post, except the part about the one myIFrame on the page. :)


Ruth
Done. Thanks again...
by gclarkso
Sat Sep 17, 2005 5:31 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Firefox help!
Replies: 18
Views: 7408

Hi,

I just tested your site and it's not working for me, either. When I looked at the source, I realized I forgot to tell you to add id=iframe in the iframe parameters. <IFRAME border=0 name=myiframe id=myiframe align=top marginHeight=12
src="about:blank" frameBorder=0 width="100%" scrolling ...
by gclarkso
Sat Sep 17, 2005 4:58 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Firefox help!
Replies: 18
Views: 7408

Whew!...at last!

After plugging along a little bit more, here is what solved my FF issue:

In the menu_data.js file changed this:

aI("status=Right Now;text=Right Now;url=javascript:openIFrame('myiframe','http://oldlineweather.com/current.htm');")

to this:

aI("status=Right Now;text=Right Now;url=http ...
by gclarkso
Sat Sep 17, 2005 4:06 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Firefox help!
Replies: 18
Views: 7408

Hi,

I don't know why this works, or what is causing the problem, but change the name of your iframe from myIFrame to myiframe and then make the change in the menu_data file to reflect that. For some reason the caps seem to be the problem. I just tested your page on my computer allowing FF to ...
by gclarkso
Fri Sep 16, 2005 10:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Firefox help!
Replies: 18
Views: 7408

The div is gone...no change. I added the fixMozilla line to the top of the menu_data.js file...that helped with a issue I wasn't really worried about (with FF)...where when you mouseover a menuitem, the menu would stay expanded until you clicked outside the menu ...

That's exactly what I'm saying ...
by gclarkso
Fri Sep 16, 2005 9:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Firefox help!
Replies: 18
Views: 7408

Ruth wrote:I notice you have the menu in a table and the table in a div. Try removing the div from around that one table and see if that fixes anything.

Ruth
Pardon my ignorance Ruth, but is it possible for you to cut and paste exactly what you want me to try?

Gordon
by gclarkso
Fri Sep 16, 2005 4:59 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Firefox help!
Replies: 18
Views: 7408

I don't have 1.0.6 and don't get the problem in the older 1.0.2 Usually, when the download works fine but the 'finished' one doesn't, I take the menu_data.js file from the download and I copy and paste from the style section, up to but not includind the drawmenus, into the downloaded menu_data.js ...
by gclarkso
Fri Sep 16, 2005 3:50 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Firefox help!
Replies: 18
Views: 7408

Try updating to the newest version 5.730.

Ruth

Thanks for the tip...however that didn't solve my issue.

The updated menu on it's own works great in FF and IE...but as soon as I replace the menu_data.js and index.htm files with my own, the issue returns.

Very perplexing! At least I'm narrowing ...
by gclarkso
Fri Sep 16, 2005 3:08 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Firefox help!
Replies: 18
Views: 7408

Firefox help!

Hi,

This issue is referencing DHTML Menu ver. 5.0

When in Firefox 1.0.6, no drop-down link will work from the menu and will generate an error that's revealed in the Javascript console: "ifID has no properties".

It points to a section right below the <head> section in my index.htm file:

<script ...