0

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/follow_us.png') 0 0px; width: 100px; height: 31px; float: right;}
4

1 回答 1

0

尝试正确关闭 div 和 body 标签。

<body>
<div class="follow_us_blogger"></div>
</body>
于 2009-10-26T10:28:36.217 回答