验证码的输入框与图片不能对齐问题
Posted 嘿熊
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了验证码的输入框与图片不能对齐问题相关的知识,希望对你有一定的参考价值。
<label for="vcode">验证码:</label>
<input type="text" name="vcode" id="vcode" placeholder="请输入验证码" />
<img src="action/GetVcode.php" style="height: 25px; width: 70px; position:absolute; +margin-top:1px" />
以上是关于验证码的输入框与图片不能对齐问题的主要内容,如果未能解决你的问题,请参考以下文章