MyBB Community Forums

Full Version: Background Image Not Working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For some reason my background image on my website is not working...

Website: http://whogivsachit.x10.bz/Forums/portal.php

body {
	background: url(images/igame/2.jpg) no-repeat center center fixed;
	color: #f1f1f1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	font: normal 13px tahoma,helvetica,arial,sans-serif;
	overflow-y: scroll;
	overflow-x: hidden;
}



PLZ HELP!