I have the following CSS class:
.box .login {
border: 0;
float: right;
clear: both;
height: 48px;
background: url(../images/submitr.gif) no-repeat right;
line-height: 20px;
padding: 12px 42px 16px 23px;
margin: 8px 22px;
color: #FFF;
font-weight: bold;
}
Multiple background works fine on Chrome, Firefox, Opera, Safari and IE9. However, they do not work on IE8. Does anyone know why this is?
(if I have only one background, it works on IE8 when I start typing in those other backgrounds that it starts to turn out.)
Thanks for the help! I really appreciate it:)
source
share