Site Crit / Problem
Site Crit / Problem
Out of context: Reply #3
- Started
- Last post
- 14 Responses
- weestu0
your first css statement is set as html, body {} and you've set up the background image here - this means that the background image instance will be applied to both the html tag and the body tag (so what you're really seeing is one piper image overlaid on another).
Copy the first statement and set it as your body declaration, set the first statement to be the html declaration and remove the background image properties from one of these. job done!