Jump to content

Смена фона на форуме IPBoard 3.3.3

Featured Replies

Posted

Доброго времени суток !

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

И если можно то где его менять в таком случае вот весь css style

Показать контент

Edited by Yura.L

найти:

body {
	background: url({style_images_url}/bg.jpg) repeat-x, url({style_images_url}/bg_repeat.jpg);
	color: #5a5a5a;
	font: normal 11px tahoma, helvetica, arial, sans-serif;
	position: relative;
	padding-bottom: 20px;
}

заменить на:

body {
	background: url(ссылка на фон) fixed;
	color: #5a5a5a;
	font: normal 11px tahoma, helvetica, arial, sans-serif;
	position: relative;
	padding-bottom: 20px;
}

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.