问题描述
我将以下代码用于我的内联表单(引导程序 3),但这似乎不适用于 Google Chrome.我在 Firefox 上尝试过,效果很好.截图:
Chrome
http://oi58.tinypic.com/148jjw5.jpg
火狐
http://oi58.tinypic.com/5fiy41.jpg
我使用的 HTML 和 CSS:
.form-inline .form-group {右边距:10px;左边距:4px;}.form-inline >.form-group {垂直对齐:顶部;}</风格><form id="callForm" action="sendCall.php" method="post" class="form-inline" ><div class="form-group col-md-2"><div class="input-group"><label class="sr-only" for="your">您的电话号码</label><span class="input-group-addon">+91</span><input type="text" class="form-control" id="your" name="your" placeholder="Your 10 digit number" required/>