开发者

css working in IE but not in firefox?

开发者 https://www.devze.com 2022-12-14 05:49 出处:网络
background: url(../images/corner_tr.gif) no-repeat top right;开发者_StackOverflow working in IE but not working in firefox?hey check out this.......

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

精彩评论

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