Hey,

I have been using Marinelli to build up my website, but the menu colors are different on IE than any other browser.

This is how it looks on IE:

https://dl.dropbox.com/u/75717543/ie.jpg

And this is how it should look like:

https://dl.dropbox.com/u/75717543/other.jpg

Please point me to the right direction to make the mega drop-down look better on IE. I hope it would look the same as on other browsers.

You can visit the website on: http://insureatm.eu/

Comments

Piccolo-1’s picture

I edited the primary-links.css and added this line everywhere that I needed the gradient color:

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab0d4', endColorstr='#156aa3',GradientType=0 );

Even tho the menu links don't have rounded corners on IE, on other browsers it's fine. Wonder how I can make rounded corners for the menu link on IE9?