My Blog Title Here

November 20, 2008

The menu in html still hides flash in Firefox. Please help!

Filed under: Uncategorized — Tags: , — admin @ 12:40 am

Q:

Once again, I need your help….I have gone through my eniter site to fix
what it takes to keep this menu in html from hiding the flash header when you role
over the main menu items. It still hides. The problem still exists. Help!

A:

You should add the following function in the beginning of your data file

function dm_ext_ruleObjectHide()
{
// Safari detect
if ((parseInt(navigator.productSub)>=20020000) && (navigator.vendor.indexOf(’Apple Computer’) != -1) && (navigator.product==’Gecko’))
return true;
else
return false;
}

You should add this function each time you change your menu in html in Deluxe
Tuner as it deletes this function from your data file.

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress