MyBB Community Forums

Full Version: Backround image to stay?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
body {
background: url(IMGURL IN HERE);
background-repeat:no-repeat;
background-attachment:fixed;
background-size: 100%;
color: #000;
font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;
text-align: center; /* IE 5 fix */
line-height: 1.4;
}
Pages: 1 2