我有一个带有精灵图像作为背景的表单按钮。如果内容是通过AJAX加载的,则除了所有内容外,它都可以正常工作。
谢谢!
答案 0 :(得分:0)
尝试设置ID <button type="button" id="foo">Click Me!</button>
并将css放在使用ajax加载的内容中。
<style type="text/css">
/*<![CDATA[*/
#foo
{
background: transparent url('http://foo.com/images/sprites.png') no-repeat fixed 0px 0px;
}
/*]]>*/
</style>