Border, or something else? Help! - {IE FILTERS - SOLVED} -

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
kootch
Beginner
Beginner
Posts: 7
Joined: Wed Aug 24, 2005 3:02 am

Border, or something else? Help! - {IE FILTERS - SOLVED} -

Post by kootch »

Howdy. I have a 'shading' effect on my menu that I'm not sure how to get rid of. Take a look:
http://www.tmlfans.ca/portal/test.php

Below the menu and to the right there's a shading or something. How to I get rid of this?

Thanks!
slackbladder
Super Advanced
Super Advanced
Posts: 72
Joined: Fri Jul 01, 2005 3:04 pm

Post by slackbladder »

I guess your test page is missing?

I get:
You might be lost! The page that you have asked for has been moved or you are somewhere you should not be. To get back to the great Leafs resource at Penaltybox.com, Please Click Here!

It is also possible that the page you are looking for runs on a software script that is momentarily down for maintenance or upgrading. Please refer to all links listed off the front page of Penaltybox.com for updates or software outages.
kootch
Beginner
Beginner
Posts: 7
Joined: Wed Aug 24, 2005 3:02 am

Post by kootch »

So sorry. Renamed the test.php file last night to:
http://www.penaltybox.com/portal/

The boder shading is still an issue I need to resolve if anyone can take a peak!

Thanks!
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Remove or comment out the following 2 lines...

Code: Select all

outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
Note that the effect only shows in IE.

If you still want the other effects (dissolve, shade), change the second line above to read...

Code: Select all

overfilter="Fade(duration=0.2);Alpha(opacity=90)";
...and leave both lines active.
John
kootch
Beginner
Beginner
Posts: 7
Joined: Wed Aug 24, 2005 3:02 am

Post by kootch »

John wrote:Remove or comment out the following 2 lines...

Code: Select all

outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
Note that the effect only shows in IE.

If you still want the other effects (dissolve, shade), change the second line above to read...

Code: Select all

overfilter="Fade(duration=0.2);Alpha(opacity=90)";
...and leave both lines active.
Thanks John. Worked like a charm!
Post Reply