<form class="form" id="profile_form">
<legend>Your profile</legend>
<div class="control-group ">
<label class="control-label">Phone</label>
<div class="controls">
<input type="text" id="phone" class="span5">
<div class="help-block phone_not_confirmed need_confirm">
To confirm your phone number, please check for a text message from us.
</div>
<label class="checkbox">
<input type="checkbox" id="phone_visible">
Display my phone number to the public
</label>
</div>
</div>
…………
IE8 では、「your profile」というテキストが表示されますが、スタイルが設定されていません。注: Bootstrap を使用しています。