Couple of questions, why does the header div appear to be alot more than 640px? When I ran another test and included a 468x60 image there's alot of space in the div?
Another question is why does the vertical-align not work?
#header {
width: 640px;
height: 92px;
margin: 0 auto;
background: #fff url(/images/Logo.gif) top left no-repeat;
text-align: right;
vertical-align: bottom;
padding-left: 180px;
border:1px solid #CCCCCC;
}
<div id="header">
test
</div>
Another question is why does the vertical-align not work?
#header {
width: 640px;
height: 92px;
margin: 0 auto;
background: #fff url(/images/Logo.gif) top left no-repeat;
text-align: right;
vertical-align: bottom;
padding-left: 180px;
border:1px solid #CCCCCC;
}
<div id="header">
test
</div>