Jump to content
  • 0

Помогите победить background-image


eralef
 Share

Question

Здравствуйте гуру CSS Помогите пожалуйста дилетанту. Уже который день бьюсь, не могу поменять фон на изображение. Нашел кусок кода, который за это отвечает. Прописал background-image: url(images/111.gif);-ничего не происходит. Причем если меняю фон с помощью тега background:#666666;-то он меняется без проблем.

Использую Joomla 1.5 + virtuemart 1.1.9

вот кусок кода из template.css

/*——————————————————————————————*/

/*———————————-- Main Design Styles ———————————--*/

/*——————————————————————————————*/

body

{background:#666666;

background-image:url(images/111.gif);

}

.indent-content { padding:0 10px 5px 10px;}

.main {width:1100px;}

.main-indent {padding:22px 4px 25px 4px;}

Вот ссылка на сайт: Моя ссылка

Помогите кто сталкивался. Заранее спасибо

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Проверьте правильность указания пути. Наверняка дело в нем.

пробовал по разному. и полный путь прописывал и в вытаскивал файл просто в корень сайта и путь до него писал - ничего не помогает.

Пробовал так:

файл находится в http://kreslo-mechok.ru//templates/virtuemartsampletheme/images/111.gif

background-image:url(images/111.gif);

background-image:url("images/111.gif");

background-image:url("111.gif");

background-image:url(111.gif);

background-image:url("http://kreslo-mechok.ru//templates/virtuemartsampletheme/images/111.gif");

background-image:url(http://kreslo-mechok.ru//templates/virtuemartsampletheme/images/111.gif);

не помогло

а background:#666666; - работает

Link to comment
Share on other sites

  • 0

body {
text-align: center;
position: relative;
width: 100%;
background-image: url(http://kreslo-mechok.ru/templates/virtuemartsampletheme/images/111.gif);
}

У вас лишние пробелы и слеши в адресе были. Так работает.

Огромное человеческое спасибо. Все заработало.

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