giā, volendo mi sembra si possa implementare cambiando in mmenus.js
codice:
iedf="";if(!opera&&!mac&&_d.all&&menu[9])
{
iedf=" filter:";flt=menu[9].split("\;");for(fx=0;fx<flt.length;fx++){iedf+=" progid:DXImageTransform.Microsoft."+flt[fx]}}
if(!hlp[4]&&(mac||opera))hlp[4]="transparent"
con
codice:
iedf="";if(!opera&&!mac&&_d.all&&menu[9])
{
iedf=" filter:";flt=menu[9].split("\;");for(fx=0;fx<flt.length;fx++){iedf+=" progid:DXImageTransform.Microsoft."+flt[fx]}}
else if(ns6){iedf+=menu[9]}
if(!hlp[4]&&(mac||opera))hlp[4]="transparent"
e in menu_array.js
codice:
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}
con
codice:
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else if(navigator.userAgent.toLowerCase().indexOf("gecko")>0){
effect = "-moz-opacity:0.7"
}
else
{
effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}