
Originally Posted by
bernie1227
Thanks, may have just been something up with how I implemented the CSS.
They have it set up as inline tags on the actual page (I mined the page with FireBug), but it's attached to the body tag. Fully formed CSS would be:
Code:
/* GLOBAL STYLES
/---------------------------------*/
body
{
background-color:white;
background-image: linear-gradient(0, rgba(200,0,0,.5) 50%, transparent 50%), linear-gradient(rgba(200,0,0,.5) 50%, transparent 50%);
background-size:50px 50px;
}
Bookmarks