Jump to content
  • 0

IE - не растягивается фон на весь экран


Evans
 Share

Question

Еще раз приветствую.

Ребята, не могу понять, почему IE не растягивает фон полностью?

Скриншот:

7e6a6f09b5d548cc90958f3.png

Справа, где находится "бегунок" остается место, которое не имеет фона.

#header_top {
height: 115px;
background: url(../images/header_top.png) no-repeat;
background-size: 100%;
}

Например, вот код. Искал, говорят, нужно ставить cover, пробовал, все равно.

Заодно, может кто знает, в формах ввода значение value уходит вверх ( в других браузерах нормально )

Скриншот:

f92b35db00644e1b8d62f69.png

input[type=text], input[type=password] {
padding-left: 8px;
background: none;
border: none;
outline: none;
color: #A3A3A3;
width: 190px;
height: 28px;
font-size: 11px;
background: url(../images/form.png) no-repeat;
}

Надеюсь на вашу помощь :)

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Первая проблема решена, нужно было просто добавить top center repeat-x; к свойствам background :)

Со второй проблемой, как я понял, нужен padding, но, если его юзать, то в других браузерах смещается вниз, а в ие встает нормально, как это решить?

Edited by Evans
Link to comment
Share on other sites

  • 0

Первая проблема решена, нужно было просто добавить top center repeat-x; к свойствам background :)

Со второй проблемой, как я понял, нужен padding, но, если его юзать, то в других браузерах смещается вниз, а в ие встает нормально, как это решить?

line-height:28px попробуй.

а вообще ссыль

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