Here is the page:
http://kickass.quasico.com/52ways/
I have body defined as <body id="52ways">
and the CSS defined at
body#52ways {
background:url('http://kickass.quasico.com/images/new_nonhome-bg3_02.gif') top left repeat-x #FFF;
}
I tried class too where I defined the CSS body.52ways { stuff:stuff; }
My problem is that body id=”52ways” styles from body class only. ARGH.
Can someone help a sleep deprived newbie out and take a look to see what is going on? Thanks so much.