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

WBOY
Release: 2016-06-13 13:14:45
Original
1050 people have browsed it

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


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

CSS code
input,img{vertical-align:middle;} <div class="clear">
                 
              
              
        
            </div>
Copy after login
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!