Hi Folks!
I hate to ask such a simple question but I've tried and tried and tried and I just CAN'T get this!
In header.php I have this:
The logo is 150px.define('HEADER_ALT_TEXT', 'Three Sisters Fabric Online Quilt Shop, Fabric, Notions, Kits and Gifts');
define('HEADER_SALES_TEXT', '');
define('HEADER_LOGO_WIDTH', '450px');
define('HEADER_LOGO_HEIGHT', '150px');
define('HEADER_LOGO_IMAGE', 'logo.gif')
Then in the stylesheet I have this:
Because I want my header to expand and shrink in width as people resize the browser window. And again, the image is 150px tall.#logoWrapper {
background: #b84b3d;
background-image:url(../images/quilt.jpg);
background-position: right;
background-repeat: no-repeat;
height: 150px;
min-width: 750px;
}
Somehow, I am getting a white space below the header that is about 10px tall. I tried re-ajusting all kinds of things and can't get rid of it. The closest I come is by changing the logowrapper height to 140px. The white space goes away and the logo looks great. But! the background image gets cut off by, you guessed it, 10px. Somehow it seams related to the logo... what other classes or id's related to the logo that could be set to a negative margin or padding?
Ugh! WHAT am I doing wrong?? I wish I could post a link, but I'm developing this on my PC so I can't. I'll explain more if you need me to..
Thanks heaps,
Allison
Three Sisters Fabric
Oh, and if you need, I can paste the entire page code and the stylesheet too. I didn't know how to paste it and make it scroll and I didn't want to take up too much room....



