Закрепить задний фон

Голоса: +1

Как закрепить(зафиксировать) задний фон? Чтобы картинка не размножалась, а была одна.

В CSS прописывал итак и сяк, уже всё перепробовал:

<body style="background:#fcfcfc url('impuls-pro.clan.su/league-of-legends-udir-timo.jpg') 50% 0%;background-attachment: fixed; background-position: center;">

Адрес сайта http://impuls-pro.clan.su/
| Автор: | Категория: Дизайн сайта

Ответов: 2

Голоса: +1
 
Лучший ответ
<body style="background:#fcfcfc url('/impuls-pro.clan.su/league-of-legends-udir-timo.jpg') 50% 0%;background-attachment: fixed;">

это должно быть не в таблице стилей, а в шаблонах

| Автор:
Как варианты .... ))))

<body style="background: #fcfcfc url('http://impuls-pro.clan.su/league-of-legends-udir-timo.jpg') no-repeat fixed 50% 0%;">

<body style="background: #fcfcfc url('/league-of-legends-udir-timo.jpg') no-repeat fixed 50% 0%;">
Голоса: +1
Поменяйте свой боди на этот
<body style="background:#fcfcfc url('impuls-pro.clan.su/league-of-legends-udir-timo.jpg') 50% 0% no-repeat;background-attachment: fixed; background-position: center; ">
| Автор:
...