First, it is not a bug!...
i can't find a resorce to expalin why this happen...nor, how it happens,
I know it does this, all servers do(never been a big issues with in the develompent for HTML traffic!...
It has smothering to do with HTML in the fact that a image with a transparent background becomes white (the default html background color)...
*Why/how.. doesn't matter
the point, you have to edit html code/ css to "FIX IT!"
examples:
http://stackoverflow.com/questions/6289592/transparent-background-color-in-image
#myDiv {
background:transparent url(myImage);
}
and/or
http://stackoverflow.com/questions/4738358/png-image-with-transparency-renders-with-white-background-in-all-browsers
<html.... BackColor="Transparent" />
-----------
other resources:
http://stackoverflow.com/questions/12662759/make-white-background-of-image-transparent-in-css
***
...i see that you are serving "ICO" file type files for icon on the page... they are icon files(they don't hold the transparent background info!), "png" filetypes will!,You need to you a pic that will hold a transparent background within the picture file info...
You can set/edit these icon files with Gimp/paint.net/photshop to fix the images to your like-ing, then save them as "png"s...
Then using html, have them be sized down and look like icons...
http://www.w3schools.com/tags/tag_img.asp
try:
<img src="image.png" alt="Smiley face" height="42" width="42" BackColor="Transparent" >
the image will appear on a webpage on how it appears if you got to the files itself. since you have the icon files, if you go to the web address of your icon files and open that link, that is how the picture will appear. From there you can take the picture "USING HTML / CSS" to make it transparent, icon files will not hold a transparent background in html! you are limited to certain file types...
*i will not edit the images as i don't want to, nor know how you want them...
if you open the image.png(with a transparent background within its image data...) the file on your HTML serve and will have a transparent background, then it will show a transparent image for you to use...
*
So, if the css / html will not work for you current needs, do they have to be icon files?.. if they do, sorry your out of luck!
Its a bug as it's a pierce if work done by HFS that is not correct.
I don't know what you mean by all servers do. But i pretty sure plenty of HTTP servers can deliver an .GIF file with transparency.
I don't know why you are talking about white background. The background in the icon in HFS is clearly black.I can see that the uploaded pictures show its as qhite and has other artifacts
no amount of html code can change the fact that the .GIF pictures has no transparent pixels.
Please. Try to do proper homework before correcting someone next time by posting links that is not relevant. (PNG alpha channels issues are different from a .GIF marked palette transparancy)
anyway to put it short
HFS is making wrong .GIF files with no transparent pixels
@LeoNeeson
I did upload the icons files in a zip file in ny previous post. But I'm uploading the wrong .GIF file and the .exe again just in case.
As backup both .exe files can be found here on my site
http://162.248.14.6/So both .exe and the .gif can be downloaded in case the forum messes up my uploaded files.
Is there a way to inject my own. gif files ?