Search code examples
htmlcssalignment

I Need some HTML / CSS assistance


I'm working on a ebay template for a store, and I'm trying to make a sidebar, and this happens.

https://i.sstatic.net/IjKvD.png

The sidebar is on the right, how do i get it to position all the way up?

here's the html/css code.

http://pastebin.com/DwbHeTcD


Solution

  • Make whatever div you have that encompasses the entire navigation bar position: absolute, and make sure it's the first thing in CSS, to make it nothing override it.