博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

css中div输入框对齐

Posted on 2009-01-13 22:52  Zhiyett  阅读(1178)  评论(0编辑  收藏  举报
<html>
<body>
<span style="font-size: 12px; margin-left: 26px; margin-top: 3px; float: left; width: 3em;">起点:</span><div><input type="text"></div>
<span style="font-size: 12px; margin-left: 26px; margin-top: 3px; float: left; width: 3em;">终点:</span><div><input type="text"></div>
</body>
</html>