Jump to content
  • 0

Авторизация


4ak
 Share

Question

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<link href="style.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Untitled Document</title>
</head>


<body>

<div id="container">
<div id="header">Образование
</div>
<div id="content">


<table class="login">
<tr>
<th colspan="2" ">Авторизация</th>
</tr>
<tr>
<td>Логин</td><td><input type="text" name="login"></td>
</tr>
<tr>
<td>Пароль</td><td><input type="password" name="password"></td>
</tr>
<tr>
<th colspan="2"><input type="submit" value="Войти" style= "height:130px; width: 130px"></th>
</tr>
</table>
</div>
<div id="rasporka">Распорка
</div>
</div>

<div id="footer">Футер</div>



</body>
</html>

@charset "UTF-8";
/* CSS Document */
* {
padding:0;
margin:0;
}

body, html{
height: 100%;

}

#container {
width: 900px;
margin: 0 auto;
min-height: 100%;
background-color:green;
position:relative;

}

#footer{
width:900px;
margin-top: -40px;
min-height: 40px;
margin-left:auto;
margin-right:auto;
position:relative;


background-color:#9F0;
}
#rasporka{
height:40px;
}
.login{
background-color:#C09;
margin: 40px auto 0;
}
*html #container{
height: 100%;
}

Пацаны помогайте.

Проблема с версткой кнопки в окне авторизации. Задал высоту кнопки "Войти" 130px, показывает эти 130px только фаерфокс, остальные бразуеры(исключая ИЕ, его не пробовал) ставят высоту по дефолту. С шириной таких проблем нет. Это просто практика поэтому больше интересна причина возникновения проблемы.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

хм... сто пудов - это мак :)

ну там на сколько я знаю есть проблемы с изменением размеров input

могу посоветовать заменить кнопку на свой вариант с js

Edited by Switch74
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy