Forum Moderators: not2easy
Is the filter method capable of tileing the PNG?
This is the code i've used, but did not find any solutions except using a much-much bigger image for the iexplorer. The problem is the image size: >1 MB for 1000x800px.
div#container {
background:url(backcont.png) repeat-y;
}
* html body div#container {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='backcont.png', sizingMethod='crop');
background:none;
}
Any help will be apreciated.
Have you tried running your PNG through a compressor? Photoshop's PNG output is horribly large, and even Fireworks can do with some work. I use OptiPNG but PNGcrush is fine as well. That might get it down below a meg.