Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:34
Border, or something else? Help! - {IE FILTERS - SOLVED} -
Poster: kootch
Dated: Thursday August 25 2005 - 5:53:07 BST
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!
Poster: slackbladder
Dated: Thursday August 25 2005 - 13:10:46 BST
I guess your test page is missing?
I get:
Quote:
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.
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.
Poster: kootch
Dated: Thursday August 25 2005 - 14:33:17 BST
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!
Poster: John
Dated: Thursday August 25 2005 - 14:53:46 BST
Remove or comment out the following 2 lines...
Code:
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
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:
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
...and leave both lines active.
Poster: kootch
Dated: Friday August 26 2005 - 0:55:50 BST
John wrote:
Remove or comment out the following 2 lines...
Note that the effect only shows in IE.
If you still want the other effects (dissolve, shade), change the second line above to read...
...and leave both lines active.
Code:
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
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:
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
...and leave both lines active.
Thanks John. Worked like a charm!