Text, Logo, and Search all in Header (SOLVED)
Posted: Fri Mar 12, 2010 3:23 am
I have the logo, text, and search appearing in my header; however, the logo has been bumped too far down and I cannot get it to line up correctly. Can you please tell me what I am doing wrong? THANK YOU!
Website:
http://www.quuf.org
Here is my CSS for the header:
div#header {
background-image: url(images/cms/bg_header.jpg);
background-repeat:repeat-x;
width:100%;
height: 120px;
}
div#header h1 {
background-image: url(images/cms/logo.jpg);
background-repeat:no-repeat;
background-position:top left;
display: block;
height: 120px;
}
div#header h1 a {
background-image: url(images/cms/logo.jpg);
background-repeat:no-repeat;
background-position:top left;
display: block;
height: 120px;
text-indent: -999em;
text-decoration:none;
}
div#header h1 a:hover {
background:none;
}
div#logotext {
color:696d6;
text-align:center;
padding-top: 40px;
}
div#search {
float: right;
width: 27em;
text-align: right;
margin: 0 1em;
white-space:nowrap;
}
Website:
http://www.quuf.org
Here is my CSS for the header:
div#header {
background-image: url(images/cms/bg_header.jpg);
background-repeat:repeat-x;
width:100%;
height: 120px;
}
div#header h1 {
background-image: url(images/cms/logo.jpg);
background-repeat:no-repeat;
background-position:top left;
display: block;
height: 120px;
}
div#header h1 a {
background-image: url(images/cms/logo.jpg);
background-repeat:no-repeat;
background-position:top left;
display: block;
height: 120px;
text-indent: -999em;
text-decoration:none;
}
div#header h1 a:hover {
background:none;
}
div#logotext {
color:696d6;
text-align:center;
padding-top: 40px;
}
div#search {
float: right;
width: 27em;
text-align: right;
margin: 0 1em;
white-space:nowrap;
}