|
http://www.jakpsatweb.cz/css/css-vertical-center-solution.html
<html>
<head>
<style>
div.search {
background: #EEE;
padding:15px;
margin-bottom: 10px;
border: #CCC solid 1px;
-moz-border-radius: 15px;
text-align: center;
}
</style>
</head>
<body>
<input class="user_input_class" type="text" name="search" size="100" height="50" />
<input type="submit" name="submit" value="Search" />
</body>
</html>
|