Search found 1 match

by Christian Watson
Tue Jul 09, 2002 4:40 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: How to get rid off the 3d shadow?
Replies: 1
Views: 1799

You need to set "Strength to 0 in the following code in meny_array.js:

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
effect = "Fade(duration=0.2);Alpha(style=0,opacity=100 ...