Home  >  Article  >  Backend Development  >  图片验证码和表单不能对齐解决方案

图片验证码和表单不能对齐解决方案

WBOY
WBOYOriginal
2016-06-13 10:46:311081browse

图片验证码和表单不能对齐
图片验证码和表单不能对齐,试了很多方法都不能对齐?


------解决方案--------------------
你就当它为普通图片处理,用css定好位,用table也行,搞不定就贴代码
------解决方案--------------------

CSS code
input,img{vertical-align:middle;}<div class="clear">
                 
              
              
        
            </div>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn