Jump to content
  • 0

background-image


Хелкар
 Share

Question

в css написано следующее

#main_content {

background-image: url(images/content_bg.jpg);

height: 554px;

padding-top: 20px;

padding-left: 30px;

padding-right: 30px;

background-repeat: no-repeat;

}

нужно чтобы картинка растягивалась автоматом по всей длинне страницы. я поставил

height: auto;

но почему то как было так и осталось. в чем может быть проблема?

e12f5c46fadc.jpg

Edited by Хелкар
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Фоновая картинка не растягивается вообще. Ну, вроде, только в css3 это можно сделать.

А проблему можно решить, задав ещё и цвет фона:

background-image: #зеленый url(images/content_bg.jpg);

Edited by sammasati
Link to comment
Share on other sites

  • 0

Вот пример на CSS3 но это для правильных мальчиков и девочек браузеров.

иначе нужно заливать фон цветом как говорит sammasati


background:url(images/content_bg.jpg) no-repeat 0 0 #0f0;

UPD: В background-image нельзя цвет вставлять :rolleyes:

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