internet explorer 8 - CSS Multiple Backgrounds not working on IE8 -


i have following css class defined:

.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; } 

the multiple background working on chrome, firefox, opera, safari, , ie9. however, they're not working on ie8. know why is?

(if have 1 background, work on ie8. it's when start introducing other backgrounds starts flip out.)

thanks help! appreciate :)

multiple backgrounds css3 specification. ie8 not understand css3, and ie9 matter doesn't understand all. work in older browsers you'll have combine images one, or overlay multiple elements them display on top of 1 another. z-index: friend :-)


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -