私は第2ボタンの背景色を変更しようとしています。しかし、それも最初のボタンに影響します。 は、ここに私のコードです:「」あなたは理由もなく「+」を使用してクラスを割り当てるのを忘れCSSの第2子の問題
<table class="table table-striped table-bordered table-hover">
<thead>
<tr class="caption">
<th class="center" colspan="8">Name</th>
<th class="center" colspan="3">
<button class="btn btn-white btn-info btn-bold" title="Save" onclick="Save();">
</button>
<button class="btn btn-white btn-info btn-bold" title="Cancel" onclick="Cancel();">
</button>
</th>
</tr>
<tr>
</table>
あなたのコードが読み取れないと不完全なようです。コードを正しく貼り付けたことはありますか? –
あなたのCSSはどのように見えますか?クラスを明確に識別するボタンをクラスに追加する方法はありますか? – tschale