2011-01-21 60 views

回答

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> 
相关问题