Hey guys,
I'm using transparent PNGs in my CSS stylesheet and im trying to get them to correctly show in IE
i've googled a bit and found some ideas but none of them have worked thus far
do i need to have my files saved as a special type of png? i saved it optimised for png-24 transparent
anyone has a fix?
Kendall
using transparent PNGs in CSS for IE
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
- kendall
- Forum Regular
- Posts: 852
- Joined: Tue Jul 30, 2002 10:21 am
- Location: Trinidad, West Indies
- Contact:
ok it worked in IE but now i have a problem in FF
if i use
all well an good for IE but no FF
and in using
its all good in FF but not in IE
and well when i use both...its not good in IE still
is there any if else statements in CSS?
if i use
Code: Select all
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/styles/default/feature_top.png',sizingMethod='scale');
and in using
Code: Select all
background:url(item_table_bottom.png);
and well when i use both...its not good in IE still
is there any if else statements in CSS?
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
yes, http://www.google.ca/search?q=checking+IE+in+css&iekendall wrote:is there any if else statements in CSS?