Thread: DIV tables
View Single Post
Old May 6th, 2006, 11:09 AM   #21
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Ah, I see. Download it anyway.

Right. I downloaded all your stuff. The problem lies here:
#bottom {
width: 750px;
height: 5px;
background-image: url(images/bottom.png);
background-repeat: no-repeat;
#position: relative;
#top: 10px;
clear: both;
}

You use /* and */ in CSS for comments:

#bottom {
width: 750px;
height: 5px;
background-image: url(images/bottom.png);
background-repeat: no-repeat;
/* position: relative; */
/* top: 10px; */
clear: both;
}
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote