CSS Multiple Backgrounds not working on IE8

后端 未结 3 836
孤独总比滥情好
孤独总比滥情好 2020-12-18 05:57

I have the following CSS class defined:

.box .login {
    border: 0;
    float: right;
    clear: both;
    height: 48px;
    background: url(../images/submi         


        
3条回答
  •  清酒与你
    2020-12-18 06:36

    Well, I'm a tad late I guess, but there are ways to have multipe backgrounds with CSS2.1 which work in IE8:

    http://nicolasgallagher.com/multiple-backgrounds-and-borders-with-css2/

提交回复
热议问题