dear olunde;
perhaps several MS Internet Explorer 6 related "incompatibility" issues might concern you. So, use of PNG24 isn't so free - it comes for a price. First some info; then
Portable Network Graphics (PNG) is a bitmapped image format that employs lossless data compression. PNG was created to improve upon and replace GIF (Graphics Interchange Format) as an image-file format not requiring a patent license (unlike GIF).
There were problems with the GIF format which made a replacement desirable, notably its limitation to 256 colors at a time when computers capable of displaying far more than 256 colors were becoming common. Although GIF allows for animation, it was decided that PNG should be a single-image format.
Though not asked, JPEG (Joint Photography Experts Group) can produce a smaller file than PNG for photographic (and photo-like) images, since JPEG uses a lossy encoding method specifically designed for photographic image data. Using PNG instead of a high-quality JPEG for such images would result in a large increase in filesize (often 5–10 times) with negligible gain in quality.
PNG is a better choice than JPEG for storing images that contain text, line art, or other images with sharp transitions. Where an image contains both sharp transitions and photographic parts a choice must be made between the large but sharp PNG and a small JPEG with artifacts around sharp transitions. JPEG also does not support transparency.
Up until IE7, there has been no fully native support for PNG alpha channel transparency in Internet Explorer. However, since IE5.5 there has been some support in the form of proprietary filter called the AlphaImageLoader. Please check the corresponding addresses in reference section.
We are accustomed to fix "transparent pixels problem" of PNG24's on the fly. In my webpage I have used one single PNG24 background but not PNG8 because I need to use a transitive opacity as well as perfectly smooth edges edging to transparent pixels:
http://kunterilalan.com/
p.s. in case you can't isolate the bg image:
http://www.kunterilalan.com/masterBG.png
best regards;