Sprite图像的宽度调整为Ajax生成的内容

时间:2011-01-21 06:33:46

标签: javascript jquery css ajax sprite

我有一个带有精灵图像作为背景的表单按钮。如果内容是通过AJAX加载的,则除了所有内容外,它都可以正常工作。

谢谢!

1 个答案:

答案 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>