Hello i've problem using a background png file, when i use a picture its alright i found out a tutorial on the web which uses a small javascript file to fix the alpha transparency on IE, it works for the images using the <img /> tag but for the background-image: tage using CSS or STYLE it doesn't work, we can still see the border of the PNG file so there are no transparency... you can see the problem at http://www.irkawebpromotions.com/cust/website.html For any help that would be great, the css files are located at /css/style.css Thanks! Patrick PS: Open the above address using IE or you will not see any problems with FF.
Url not working If the image has full transparency (and doesn't use partial opacity) I'd suggest simply changing it to a .gif If it uses partial opacity then create a new <div> just for the background image and set it's opacity with the -moz-opacity and opacity CSS rules
Yeah sorry for the URL... I had to change the folders name, Well actually i fixed the problem by having 2 css files, one for IE5.5+ and one for Firefox, the css for firefox contain all the png pictures (not for all the graphic of the site lol, png >> Heavy mama), and the css for IE got only JPEG files, there are just a few differences between the both versions so its pretty cool... Hope that IE7 will support fully PNG files because that sucks right now.