Cross browser compatibility issue of Internet Explorer 6, 7 and 8 for png/jpg image used as background of an html element -


when use png/jpg image background of element of html document, it's not compatible internet explorer 6, 7 , 8. how can fix cross browser compatibility issue ?

alhamdulillah ! have solved issue.

when use background property value of rgba colour

background: url("images/cross.png") no-repeat scroll left center rgba(0,0,0,0,),

the code not compatible ie 6,7 , 8. doesn't matter whether image png or jpg.

so, have use property without colour or hex colour code

background: url("images/cross.png") no-repeat scroll left center; or background: url("images/cross.png") no-repeat scroll left center #000;

then it'll compatible.

thanks


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -