>>1856176fixed, and bottom: 0; both go into #navbar, not #urlbar
Here's from my CSS if you're wanting the navbar at the bottom
[code:lit]
#nav-bar {
background: #323636 !important;
border: 0px #282B34!important;
box-shadow: none !important;
height: 33px !important;
position: fixed !important;
bottom: 0 !important;
width: 100% !important;
z-index: -1 !important;
}
#urlbar {
background-color: #323636 !important;
color: #575757!important;
text-align: center !important;
border-radius: 0px !important;
border: none !important;
margin: 0 0 0 0 !important;
height: 33px !important;
width: 2000px !important;
padding-bottom: 5px !important;
padding-left: 20px;
[/code:lit]