OZONE Asylum
Forums
DHTML/Javascript
PNG IE Transparency Issue
This page's ID:
27848
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Hi Warmage, I don't know if your are styling with css at the same time, but if it is the case, you have to specify backgroung-image: none for ie, if not it will render something like half the transparency. [code] /* Use the Tan hack so only IE wont have the background image. The Tan hack isn't working for IE7 */ /* The space after the "*" is important */ * html #yourSelector{ background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myimage.png',sizingMethod='scale'); [/code] I think that you can put your filter code in the html, so your stylesheet will be standard compliant but keep the background properties... Hope this help
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »