Problem with submenus over Flash slideshow

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
joat
Beginner
Beginner
Posts: 4
Joined: Tue Apr 18, 2006 6:22 pm
Location: UK

Problem with submenus over Flash slideshow

Post by joat »

I have just installed some XP Pro updates and am now experiencing difficulties with functionality of flyout menus over Flash slideshows. (IE 6.0.29) Flyouts now often disappear behind the swf movie and the movie is highlighted around the edge with the alt message 'Click to activate and use this control'. url is http://www.garden-landscape.com
Any help greatly appreciated. Thanks, David
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

You're getting that message because M$ lost their lawsuit and popped out the updates. I have them installed here and am not seeing either the message or the pop-behind problem. However, I am seeing a very annoying quick reload of the page when moving from menu to menu. Of course, it does not fail in FF.

Unless Andy can come up with something IE users are stuck. I'll alert him to this.

Nice jobs, BTW. Come and do my place :!:
John
theWEBSQUAD
Beginner
Beginner
Posts: 2
Joined: Wed Apr 19, 2006 9:03 am
Location: Melbourne, Australia
Contact:

E Flash work around

Post by theWEBSQUAD »

Hope this helps - we've been using it with great success :)



At the end of your HTML file, put this line:

CODE
<script type="text/javascript" src="ieupdate.js"></script>


In your external file (which we have assumed above is called 'ieupdate.js' put this:
CODE
theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++) {
theObjects.outerHTML = theObjects.outerHTML;
}
joat
Beginner
Beginner
Posts: 4
Joined: Tue Apr 18, 2006 6:22 pm
Location: UK

Post by joat »

Thank you John for your reply. You now qualify for a landscape gardening discount!

Huge thanks to theWEBSQUAD for coming up with the solution to my problem - seems to work fine now. You've really saved my bacon.
Best Wishes, David
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Looks like the travel charge will be more than the job!

Thanks for the fix, WebSquad.
John
bryntez
Beginner
Beginner
Posts: 1
Joined: Fri Apr 21, 2006 9:16 pm
Location: Norway
Contact:

Still the same problem...

Post by bryntez »

Hi

I've tried the solution provided by theWEBSQUAD but I still get the same stupid behaviour when using Internet Explorer.
If I click on the movie one time, the problem dissapear and the submenus don't "flash" until I go back to the frontpage and reloads. Then the "flashing" starts up again.

Check: http://www.pit.no

I'm using the latest version of the menu. I'm also using an Access Database to store the menu in, but that should'nt have anything to do with this kind of behaviour. In FireFox everything is "Smooth & Cool" of cource :roll:

BR
bryntez
joat
Beginner
Beginner
Posts: 4
Joined: Tue Apr 18, 2006 6:22 pm
Location: UK

Post by joat »

Hi Bryntez
I looked at your code but didn't see the reference to the external javascript file suggested by theWebSquad. I put mine at the end of the page just before </html> and that seemed to work ok. Also I am referencing the whole menu in an external file 'embedded_main_menu.js' for ease of site-wide editing. Don't know if that makes any difference though. Good Luck.
joat
Beginner
Beginner
Posts: 4
Joined: Tue Apr 18, 2006 6:22 pm
Location: UK

Post by joat »

Sorry - just seen where you put it. Maybe worth trying moving it down?
Post Reply