开发者

Cannot Load Image In IE5 And IE6 using Csssprites

开发者 https://www.devze.com 2022-12-09 16:21 出处:网络
I am using csssprites in my application. Css images is successfully loaded all browser except IE 6 and IE 7 . I dont know how fix this problem.

I am using csssprites in my application. Css images is successfully loaded all browser except IE 6 and IE 7 . I dont know how fix this problem.

For Your Reference My Html Pages Blockquote

<body><div class="follow_us_blogger"></bogy>

My stylesheet

.follow_us_blogger {background: no-repeat url('/design/csssprites/foll开发者_开发问答ow_us.png') 0 0px; width: 100px; height: 31px; float: right;}


Try closing your div and body tags properly.

<body>
<div class="follow_us_blogger"></div>
</body>
0

精彩评论

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