Jump to content

Featured Replies

Posted
comment_13565

Ребята на помощь

не могу установить на фон картинку

прописываю background: #000000 url(public/style_images/prorock/bk.png) top left no-repeat;

а фон стает черным

Как решить подобную проблему?

comment_13566

ой не так же вы делаете! примерно так надо:


background: black url({style_images_url}/main_bg.jpg) 50% 0 no-repeat;

comment_13568

Вот


{style_images_url}

это папка с данным стилем, её не трогайте

  • Author
comment_13569

вот смотрите

у меня данный путь к картинке

public/style_images/prorock/main_bg.jpg

прописывать я так понял так

background: black url({style_images_url}/prorock/main_bg.jpg) 50% 0 no-repeat;

comment_13572

Пример правильного пути:


background: #323232 url({style_images_url}/user_navigation.png ) repeat-x bottom;
[/CODE]

  • Author
comment_13575

не знаю что у меня не правильно но не работает


html, body { /* Safari has trouble with bgcolor on body. Apply to html tag too. */

background: #323232 url({style_images_url}/bg.png ) repeat-x bottom;

}

body {

font: normal 13px helvetica, arial, sans-serif;

position: relative;

}

это у меня в ксс

а сама картинка лежит по пути public/style_images/prorock

comment_13576


background: #323232 url({style_images_url}/bg.png ) repeat-x bottom;

После:

body {

Ниже только

comment_13577

У тебя бэкграунд не body задаётся. Ищи в каком классе задаётся бэкграунд форума и меняй его.

  • Author
comment_13578

/************************************************************************/

/* CORE ELEMENT STYLES */

html, body { /* Safari has trouble with bgcolor on body. Apply to html tag too. */

}

body {

background: #323232 url({style_images_url}/bg.png ) repeat-x bottom;

font: normal 13px helvetica, arial, sans-serif;

position: relative;

}

Так?

comment_13582

Ссылку в ПМ на форум. и на что менять собрался.

Укажу и распишу что и как сделать.

Обычно вот так

}
body {
background: url({style_images_url}/bg.png ) repeat-x bottom;
font: normal 13px helvetica, arial, sans-serif;
position: relative;
color: #323232;
}
Т.е у тебя ошибка шла в указании сначала цвета фона, а потом картинка. Картинка накладывается ниже фона. В моем варианте у тебя будет на первом плане картинка, а дальше пошел цвет фона. Либо добавляешь отдельный стиль картинки:
background-image: url({style_images_url}/bg.png ) repeat-x bottom;[/code]

масло масленое :D

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
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.