I couldn't find this anywhere else so...

Given something like the following:

<div class="col-sm-8 input-group">
   <input id="id" name="id" type="email" class="form-control" required />
  <div class="input-group-btn">
    <button type="submit" class="btn btn-default">Find User</button>
  </div>
</div>

IE gives an odd behavior when the input isn't a valid email. It shows a red 
highlighted box, but the box is only shown on three sides because it is 
hidden by the button like so:
<https://lh3.googleusercontent.com/-cD0kToMHQ1U/UhvLDlwti4I/AAAAAAAAAMo/pj2MehmNQfc/s1600/ieBorderProblem.png>
Is there an easy way to fix this so it shows all four sides while keeping 
the button beside the box?

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to