Jump to content
  • 0

Ошибка в firefox


ckunep
 Share

Question

Здравствуйте, не получается сверстать страницу в firefox. Подскажите, пожалуйста, в чём дело. Мне кажется, что ошибка в firefox, так как в опере и ie вёрстка встала как надо.

<!--  html  -->
<div class="window">

<div class="caption">
<div class="corner-left"> </div>
<div><span>Authentication</span></div>
<div class="corner-right"> </div>
<div class="clr"></div>
</div>

<div class="content">
<form>

<div class="input">
<label>Username</label>
<input type="text" />
<div class="clr"></div>
</div>

<div class="input">
<label>Password</label>
<input type="password" />
<div class="clr"></div>
</div>

</form>
</div>
<div class="basement">
<div class="corner-left"> </div>
<div class="corner-right"> </div>
<div class="clr"></div>
</div>
</div>

<!-- css -->
body.office div#auth-content div.window div.content
{
border-style: solid;
border-width: 1px 1px 0 1px;
font-size: 12pt;
padding: 15px 10px;
}
body.office div#auth-content div.window div.content div.input + div.input
{
margin-top: 250px;
}
body.office div#auth-content div.window div.content div.input label
{
display: block;
float: left;
margin-top: 2px;
width: auto;
}
body.office div#auth-content div.window div.content div.input label:after
{
content: ":";
}
body.office div#auth-content div.window div.content div.input input
{
border: 1px solid;
font-family: "Courier New", monospace;
font-size: 10pt;
float: right;
padding: 2px 4px;
width: 55%;
}

В результате первый блок div.input смещается вниз вместе со вторым.

dc09ba3bc572.png

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

не легче написать сразу .input{...}

зачем такие длинные обращения?

к примеру

body.office div#auth-content div.window div.content div.input + div.input

можно записать так .input

так же и для остальных элементов.

вы ведь прописали классы для тегов, так и обращайтесь напрямую к этим классам.

приведенный вами код CSS не работает имеется только разметка HTML

Edited by Modestes
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