Hey guys,
Please take a look at my page here:
http://miramwebs.com/dev1/jos/catalog/
As you can see, I have some issues with the header image and layout. The bottom half of the image is hidden, and if course the image is not wide enough to fill the page (which I will change by widening the image). So, what's causing the bottom half to be hidden?
Here is what I think is the corresponding excerpt from the css file:
#logoWrapper{
background-image: url(../images/store_header.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height:75px;
}
Thanks in advance.




