<table> <tr> <td> <input type="text" style="height:16px; width:27px" id="text1" /> <input type="image" src="images/logo.gif" style="height:16px; width:16px;" id="image1" /> </td> </tr></table>
image1和text1底部对齐:
<table> <tr> <td> <input type="text" style="height:16px; width:27px" id="text1" /> <input type="image" src="images/logo.gif" style="height:16px; width:16px; vertical-align:bottom" id="image1" /> </td> </tr></table>
原来我样式加错了,我一直往TD上加,都不起作用。。。
用css 控制 最终还是会遇到 兼容的问题,还不如改页面的好呢。
<table> <tr> <td> <input type="text" style="height:16px; width:27px" id="text1" /> </td> <td> <input type="image" src="images/logo.gif" style="height:16px; width:16px;" id="image1" /> </td> </tr></table>
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号