我想改變第二個按鈕的背景顏色。但是,它也影響到第一個按鈕。請問您能幫我嗎? 這裏是我的代碼:「」CSS第二個孩子的問題
<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