2011-01-21 12 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> 
関連する問題