jQuery を使用して head タグにいくつかの css クラスを追加したい ( Jquery add css to headのような css ファイルではありません)
私のcssクラスは次のようなものです:
#control1 { width:60px; height:55px; background:url(../images/logo1.png) no-repeat; float:left; }
#control1.selected {background:url(../images/logo1_aktiv.png) no-repeat;}
手伝ってくれてありがとう。