i need my site can automatic adjust the width for the browser ,but have a problem for it: how to let the logo and and toplink always in same line ,and limite the minimum width about 580px for the main page.
#logoWrap{
margin:auto;
background-color: #ffffff;
width:90%;
border-bottom:.5em solid #EEEEEE;
}
#topLinks{
float:right;
background:#900000;
margin: .9em auto;
width:80%;
}
#logo {
width:229px
float:left;
}
thanks
www.styleton.com



