IE png black border fix


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /*background: transparent;*/
  2. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
  3. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); /* IE6 & 7 */
  4. zoom: 1;

URL: http://stackoverflow.com/questions/1251416/png-transparency-problems-in-ie8

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.