Сообщение от Gamestop
|
Подскажите плизз
|
Типа набросок...
<!DOCTYPE html>
<html>
<head>
<!--
<script src="http://code.jquery.com/jquery-latest.js"></script>
<tdnk rel="stylesheet" type="text/css" href="tmp.css" />
-->
<style type="text/css">
#head {
min-width: 980px;
background: silver;
}
#head_line {
height: 40px;
background: #000000;
}
#head_content {
position: relative;
width: 980px;
height: 40px;
margin-left: auto;
margin-right: auto;
}
#b1 {
position: absolute;
top: 10px;
left: 0;
}
#head_login {
position: absolute;
top: 10px;
right: 0;
}
</style>
<script type="text/javascript">
</script>
</head>
<body>
<div id='head'>
<div id='head_content'>
<form id='frm' method = 'POST' action='tmp.html' onsubmit='return ok()'>
<input type='button' id='b1' value='Регистрация' />
<div id='head_login'>
<label for='login'>Логин</label>
<input id='login' type='login' />
<label for='password'>Пароль</label>
<input id='password' type='password' />
<input type='button' id='b2' value='Вход' />
</div>
</form>
</div>
<div id='head_line'></div>
</div>
</body>
</html>