Click to See Complete Forum and Search --> : Image loader screwing up css and javascript file


qwik3r
02-02-2007, 10:16 AM
http://www.mantismediausa.com/newmantis look at it in firefox, see the ORANGE box? See the gradient? See the rounded corners? Rounded corners done using curvycorners JS - now look in IE - no curvy corners, would love to know why, think anyone can assist?

WebJoel
02-02-2007, 07:17 PM
I see a curvy-corner with IE6, -but it is placed a few pixels north of where it should be.
-I wonder, -is this a *png or does it use a *png? If so, that might be part of it, as IE doesn't handle *png transparency well...

qwik3r
02-03-2007, 10:41 AM
you are correct, I have been through alot with this and it is a problem with the png, i think i am going to switch to nifty corners cube and use jpg files for the gradient to assure cross browser compatibility. Thanks for the response

Centauri
02-03-2007, 05:10 PM
Also the logo is screwing up in IE due to a class being defined in filter.css instead of ID:
"div.logo" should be "div#logo" or just "#logo"

Cheers
Graeme