Quote Originally Posted by kobra View Post
Not sure what you have going on???
In IE - I see one smaller centered image with the large behind it

In FF - I only see the small centered image but there is another image - header_bg.jpg - that is not readily visible as a background image that states "Impact Radio Accessories.
Code:
#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: 100px;
}
You have the main wrapper set to 1050px and for a 1024 wide display this will always represent a scroll bar.

Try setting this to about 990 to 1000px and adjust your image to match this width
I know, I was researching on how it would look at the time you viewed my site.

I added the image to my css, but what I got was a "tiled" image that repeated itself while spanning the width of the header.
I put "no repeat" in the css class, but I still got the tiled effect. (exact duplicate image on the left edge and on the right edge).

If you click on my link now, you will see what I want to do. Fill in the white spaces to the left and right of my logo with one image that resembles my current logo in the center.

Stan