- Code: Select all
body {
margin: 0px;
font-family: sans-serif;
background-color: #b8cfe6;
background-image: url('effects/bottomgradient.png');
background-position: top left;
background-attachment: fixed;
background-repeat: repeat-x;
}
bottomgradient.png is a 2x1200 strip of white with the last 96 pixels being a gradient from white to transparent.
I'm trying to make the background blueish, then use the gradient to create a blue to white fuzzything on the bottom of the screen,* but the background comes out as pure white.
edit: w3c's css validator tells me my code is well-formed, so it's not a syntax error.
Blink! Halp!
*In before "why not just make a blue to white image?" I'm doing it this way so I only have to change one or two values in my stylesheet to get an entirely new colorscheme.










