Quote Originally Posted by Doodlebuckets View Post
Clyde, I have the colors like I want them, but have an issue with the header in Firefox vs. IE. Please look at www.massagefuquay.com in Firefox. That is what I need it to look like, with a little space between the logo and the Home tab and with the name and address to the right of the logo. Then please tell me what to do in my stylesheet to get it to look like that in IE. The text with the name and addy are in the navbar below. Please help! Thanks :)
Amy,

Try using the following declarations in the stylesheet.css

I think it will take care of the problem.

#logoWrapper{
margin: 0 0 0 28px;
position:relative;
/*background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;*/
height:100px;
width:100%;
}

#taglineWrapper {
position:absolute;
/*clear: right;
margin: 0 0 0 200px;*/
top:33px;
right:10px;
text-align: center;
height: 90px;
width: 300px;
}
#navMainSearch {
top:3px;
right:10px;
/*margin: 5px 90px 0 0;*/
position:absolute;
}