Posts: 998 Location: Up a tree
Sat 01 Dec, 2012 14:26
Hey Limun,
You may find this useful - Paths are wrong because I tested it on something else with FF and IE. ;)
It replaces this.
body{
background: #1E2B3B url("images/grungeLite/bg/background.jpg") fixed no-repeat 50% 0px; height:auto;
}
/** html body{
background: #1E2B3B url("images/grungeLite/bg/background.jpg"); fixed;
}*/
html first, body next. :P
/* main selectors */
html {
height:100%;
margin:0;
padding:0;
background-color:#1E2B3B;
background-image:url('./images/bg/b1b.jpg');
background-repeat:repeat-y;
background-position: 50% 0px;
}
body {
min-height:100%;
margin:0;
padding:0;
background-image:url('./images/bg/b1t.jpg');
background-repeat: no-repeat;
background-position: 50% 0px;
}
Pics are in the .zip