Problem with a mysterious "border" in IE

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
suitcasejem
Beginner
Beginner
Posts: 2
Joined: Mon Oct 10, 2005 10:07 pm

Problem with a mysterious "border" in IE

Post by suitcasejem »

If you visit http://www.thegodhouse.co.uk in Internet Explorer the bottom and right-hand side of the Milonic menu has a "border" on it - it almost looks like a shadow on it, although I do not think I specified anything like this.

The problem does not occur in Safari (I work on a Mac) or Firefox (that is, Firefox on Mac and PC).

Here is the link to menu_data.js.

Does anyone know how to solve this problem?

Thanks,

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

Post by John »

It is a shadow, and only understandable by IE.

Remove the following from both of your styles...

Code: Select all

outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=white', Direction=135, Strength=3)";
John
suitcasejem
Beginner
Beginner
Posts: 2
Joined: Mon Oct 10, 2005 10:07 pm

Post by suitcasejem »

Thank you very much!

That is the only annoying thing when doing this stuff on a Mac - the majority of the world views it in IE!
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Sad but true. However, this time the majority is wrong... :D
John
Post Reply