ヘッダーの背景色を変更しようとしています....デスクトップレイアウトでは正常に機能しています....しかし、iPhoneレイアウトでは正常に機能していません....ヘッダーの色がiPhoneで変化していませんレイアウト....以下に私のコードを提供する
http://jsfiddle.net/mzMjT/embedded/result/
<tr>
<th style="
background-color: red;
">First Name</th>
<th>Last Name</th>
<th>Job Title</th>
<th>Favorite Color</th>
<th>Wars or Trek?</th>
<th>Porn Name</th>
<th>Date of Birth</th>
<th>Dream Vacation City</th>
<th>GPA</th>
<th>Arbitrary Data</th>
</tr>
th {
background: #333;
color: white;
font-weight: bold;
}