vertical-align bottom doesn't seem to do much good.
The text within the topnavigation div sits right at the top.
Is there anyway to move it down to the bottom or middle?
#topnavigation
{
padding:0;
margin:0 10px 0 10px;
background-image:url("images/navbar.gif");
text-align:center;
height:24px;
vertical-align:bottom;
}
<div id="topnavigation">Home Abouts Us Contact Us FAQ </div>
thanks.
The text within the topnavigation div sits right at the top.
Is there anyway to move it down to the bottom or middle?
#topnavigation
{
padding:0;
margin:0 10px 0 10px;
background-image:url("images/navbar.gif");
text-align:center;
height:24px;
vertical-align:bottom;
}
<div id="topnavigation">Home Abouts Us Contact Us FAQ </div>
thanks.