jQuery buttonset()を使用して画像を背景として使用することは可能ですか?
このマークアップを試してみましたが、デザインが台無しになっています。
<input type="radio" id="radio1" name="radio" />
<label for="radio1" id="lbl1">
<img src="images/red.png" />
</label>
<input type="radio" id="radio2" name="radio" checked="checked" />
<label for="radio2">
<img src="images/blue.png" />
</label>
<input type="radio" id="radio3" name="radio" />
<label for="radio3">
<img src="images/orange.png" />
</label>
プラグインをグーグルで検索しましたが、必要なものが見つかりませんでした。
誰かがこれを試しましたか?