css: background-image for tag img doesn't work in IE

Posted by Syom on Stack Overflow See other posts from Stack Overflow or by Syom
Published on 2010-03-27T18:29:32Z Indexed on 2010/03/27 18:43 UTC
Read the original article Hit count: 530

Filed under:
|
|

i have the following script

css:
img
{
    background-image:url("man.png");
    background-repeat:no-repeat;
    padding-top:6px;
    padding-bottom:60px;
    padding-left:10px;
    padding-right:10px;
    margin-right:5px;
    border: 0;

}

it works fine in all browsers, but in IE doesn't. could you tall me why? thanks

© Stack Overflow or respective owner

Related posts about css

Related posts about html