Why the logo and the hotlinks does not in one line as following pictures show?
the css as following:
#logoWrap{
margin: auto;
background-color: #ffffff;
width:800px;
border-bottom:solid #EEEEEE;
}
#topLinks{
float:right;
background:#900000;
margin: .9em auto;
width:75.5%;
}
how to revise it ?
Thank you in advance.



