我有 2 个带有 CSS 的按钮的问题。我想对齐两个相邻的按钮。但是 CSS 甚至不像我想要的那样。因为一个按钮在底部,另一个按钮在顶部。见图片:http ://home.arcor.de/freedownload/buttonwrong.jpg
也许你有我的解决方案?那将不胜感激。
这是HTML代码:
<head>
<link href="formular.css" type="text/css" rel="stylesheet">
</head>
<span id="form1"><input type="text" id="form_username" name="username"></span><span id="form2"><input type="image" src="loginbutton.png"></span>
这是CSS代码:
#form_username {
background: white url(username.png) left no-repeat;
background-position: 8px;
color: #adadad;
padding: 8px;
padding-left: 32px;
font-family: Verdana;
font-size: 12px;
width: 200px;
border: 1px solid #e4e4e4;
outline: 3px solid #efefef;
}