I have a problem. I am making an image viewer, but the heder for the viewer isn't stretching all the way accross. It seems to have margins, but i have gotten rid of all margins in my CSS stylesheet. Here is the CSS code:
#viewertop {
background-color: #FFFFFF;
background-image: url(images/viewer_top.jpg);
background-repeat: repeat-x;
color: #FFFFFF;
font-weight: bold;
height: 150px;
margin-left: 0px;
margin-bottom: 20px;
position: relative;
margin-top: 0px;
width: 100%;
left: 0px;
top: 0px;
}
Here is a link to the Viewer. HERE. Thanks.
