| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
I know nothing!
Join Date: Jan 2008
Location: Bali, Indonesia
Posts: 99
|
I have been racking the noggen on how to get my PNGs to show up correctly in IE. I tried to convert the image as a gif but it gets distorted and will show white edges. What am I gonna do? |
|
|
|
|
#2 (permalink) |
|
Registered User
|
save in the png and make a empty gif file (1x1 px) html: <img src="empty.gif" id="you_id" width="102" height="48" alt=""> css: #you_id { background: url(you_png_file.png); // background: none; // filter: progid } |
|
|
#6 (permalink) |
|
I know nothing!
Join Date: Jan 2008
Location: Bali, Indonesia
Posts: 99
|
Quick question on this PNG Javascript....
Just would like to make sure I am clear on how I do this. I view source the solution page, copy and paste the javascript from <!--[if 1t IE 7]> to <![endif]-->, is there anything else I will need to add in my img tag to let the script know it needs to do something? |
![]() |