MyBB Community Forums
Fixed Background Image - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Support (https://community.mybb.com/forum-10.html)
+---- Thread: Fixed Background Image (/thread-30018.html)



Fixed Background Image - Løque - 2008-03-25

Hello to all!
How can i fixed the background image?

The ID 'body' now:
body {
	background: #000000 url(../css/sfondo.gif);
	color: #000;
	font-family: Verdana;
	font-size: 13px;
	text-align: center; /* IE 5 fix */ 	line-height: 1.4
}



RE: Fixed Background Image - Inferno - 2008-03-25

background-repeat:no-repeat;
background-attachment:fixed;



RE: Fixed Background Image - Løque - 2008-03-25

Thanks!!!!!!!