I would like the corners of my top menu transparent w/o having to do a gif and matching the bg .... i was trying to use this filter but it wasn't working anyone explain to me what i need to do to get this working
Code:
.navheader{
width: 600px;
height: 77px;
background: url("graphics/topmenu.png");
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='graphics/topmenu.png', sizingMethod='scale');
}