Re: Header and Background Alignment

Originally Posted by
lalakerman
The website is
www.jujudeals.com
Im currently having issues centering the topBarWrap background image and the logo.
coding is as follows:
#topBarWrap{
background:#ffffff url(../images/topbg.gif) no-repeat center;
}
whats the issue?
L.A. Laker Man, forget the #topBarWrap..................just go back to your #topBar section (you know where it's at), and change everything to look like this:
Code:
#topBar{
background-image: url (../images/topbg.gif);
margin-left: auto;
margin-right: auto;
background-repeat: no-repeat;
width:750px;
color:#2C2C2C;
font-weight:bold;
padding-top: 1.5em;
}
That aligns it perfectly in FF. Don't know about IE. You might have to play with it a little bit if it doesn't display right in IE.
Hope this helps.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!