Hello,
The CSS of the body's background making the #id not show, when I remove the body's background attribute it shows normally
Any help?Code:body{
background: url('images/bg.jpg') top left repeat fixed #000;
}
#id {
background-color: blue;
... other attributes
}

