Jump to content
  • 0

резиновая шапка


devid89
 Share

Question

здравствуйте, скажите пожалуйста, есть максимальная и минимальная ширина сайта. создаю див для шапки, указываю минимальную и максимальную ширину (те же значения что и всего сайта), в этом же классе (у дива) дополняю параметр в виде width:100% для img и в штмл шаблоне прописываю код для картинки. 

 

При уменьшении или увеличении экрана картинка "сжимается", как будто дверь в метро закрылась и не успели выйти. 

 

пробовал повторить ширину 100% для картинки в самом теге <img> - все равно сжимается. как быть? 

спасибо!

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

код header в котором шапка:

#header {    height: 365px;    max-width: 1600px;    min-width: 1152px;    position: relative;    width: 100%;

а вот код для шапки:

 

.header img {    border: 0 none;    height: 365px;    max-width: 1600px;    min-width: 1152px;    width: 100%;
 
 
 
Edited by devid89
Link to comment
Share on other sites

  • 0
.header img {     border: 0 none;     height: 365px;     max-width: 1600px;     min-width: 1152px;     width: 100%;

 

 .header img {

    border:0;

    height: auto;

    max-width: 100%;

Edited by Светлана Г.
Link to comment
Share on other sites

  • 0

 

.header img {     border: 0 none;     height: 365px;     max-width: 1600px;     min-width: 1152px;     width: 100%;

 

 .header img {

    border:0;

    height: auto;

    max-width: 100%;

 

спасибо! помогло. Но он уменьшает высоту картинки. Есть какой нибудь способ не уменьшать ее ? или это нужно редактировать размер исходной картинки? 

Link to comment
Share on other sites

  • 0

Все зависит от задачи. На данный момент мало информации.

.

Указанный мною код применяется тогда, когда нужно картинку вписать в заданные размеры, при этом сохраняя ее пропорции.

Возможно в Вашем случае, вместо <img> правильнее использовать свойство background - т. е. картинку использовать в качестве фона шапки.

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