View Single Post
Old 26-01-2008, 09:53   #2 (permalink)
Sergey.Hilobok
Registered User
 
Sergey.Hilobok's Avatar
 
Join Date: Jan 2008
Posts: 14
Send a message via ICQ to Sergey.Hilobok
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: progidXImageTransform.Microsoft.AlphaImageLoader (src='you_png_file.png');
}