Hey guys I was wondering how I can auto resize my navbar in css? I tried putting 100% but it didn't work. thank you, Ali here is the code: #navbar { background: #0066ff url(images/navbar.gif); width:100%; height: 100%; font-size: 11px; font-family: Arial, Tahoma, Verdana; color: #000000; font-weight: bold; margin: 0px auto 0px; padding: 0px 0px 0px 0px; border-top: 0px solid #000000 ; border-bottom: 0px solid #000000 ; overflow: hidden; }