English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Plz let me know how to call PNG image in CSS/HTML.(as a bg image.)
Im using PNG image through CSS Mozzilla is supporting but IE is not giving transparent image out put.

2007-01-29 16:02:55 · 4 answers · asked by giyoosh m 1 in Computers & Internet Programming & Design

4 answers

IE is still finicky on handling png images...it can't understand its transparency

always go with the normal GIF and JPG for images on webpages and PNG as a H'igh quality download image.

2007-01-29 16:09:52 · answer #1 · answered by arus.geo 7 · 0 0

You should use png-24 to get a transparent and translucent output. IE7.0 and Mozilla 1.8 support this feature.

If image is not showing with bg image tag then use

Hope this will work.

2007-01-31 05:52:55 · answer #2 · answered by DJ 2 · 0 0



Will Work as A Normal Image File.
Nothing Extra Required.
I Also Tested it.
& It is wrking Successfully

2007-01-30 05:53:25 · answer #3 · answered by Ravi Nanjunda Rao 3 · 0 0

CSS can only call in background images. You can generate content too, but a lot of browsers still don't support this.

But as for adding in background PNG graphics:

.pic { height:100px; width:100px; background: url(picture.png); }

2007-01-30 18:13:35 · answer #4 · answered by toko 3 · 0 0

fedest.com, questions and answers