background:url(../ images / corner_tr.gif)no-repeat right right;
在IE中工作但不在firefox中工作?
答案 0 :(得分:2)
答案 1 :(得分:1)
background: url(../images/corner_tr.gif) no-repeat right center;
你交换职位
答案 2 :(得分:1)
试试这个:
background: url(../images/corner_tr.gif) no-repeat top right;
width:image width here. /* ff needs to be told explicitly */
height: image height here. /* ff needs to be told explicitly */