PDA

View Full Version : transparent images for IE??



kade119
10 Jul 2007, 10:29 AM
I'm trying to give my graphic curved corners, ofcourse all the other browsers see the .png ... except for IE!!! here is what i have in my css



.navheader{
width: 600px;
height: 77px;
background: url("graphics/topmenu.png");
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='graphics/topmenu.png', sizingMethod='scale');
}


except its not broke up ... am i supppose to have javascript to back this filter up? or is that all i should need to make it work?

gaz545
10 Jul 2007, 01:48 PM
Don't have the background. should fix it.

but then of course it's not going to work in firefox etc...
so you need seperate style sheets.