<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 中,文本“您的个人资料”出现,但它没有样式。注意:我正在使用 Bootstrap。