The dhtml menu sample still hides flash in Firefox. Please help!
Return to Recent Questions
Q:
Once again, I need your help....I have gone through my eniter site to fix
what it takes to keep this menu 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 Deluxe
Tuner as it deletes this function from your data file.
Return to Recent Questions
|