css - IE fix for png not working -
css - IE fix for png not working -
does know why code below not working? utilize method opposed of javascript method(s). tried absolute path no luck.
.test { width: 500px; /* must specify width */ height: 176px; filter:progid:dximagetransform.microsoft.alphaimageloader(sizingmethod=scale, src='../images/test-bg.png'); }
i think sizingmethod=scale needs sizingmethod="scale"
css xhtml internet-explorer-6
Comments
Post a Comment