开发者

css working in IE but not in firefox?

background: url(../images/corner_tr.gif) no-repeat top right;开发者_StackOverflow

working in IE but not working in firefox?


hey check out this.......

http://noroots.blogspot.com/2006/05/css-works-in-ie-but-not-firefox.html


try this:

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 */


background: url(../images/corner_tr.gif) no-repeat right center;

you interchange the positions

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜