Support Forums

Full Version: Problem with CSS navigation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to add a CSS navigation to my forum in the Panel area, however for some reason it's not fixing to the top left of the panel?

[Image: nav.png]

As you can see, the Panels CSS properties are fixing it to the top left of the page, so why isn't the navigation following suite? I tried adding:
Code:
top: 0;
left: 0;

As I did to the Panel, but that didn't seem to do anything.

Anybody got any suggestions?
Try something like:
Code:
margin-top: -5px;

You just say it looks wrong, but I don't quite understand, you're just trying to make the bottom of the nav bar flush with the full top bar?
Damn why didn't I think of even using Margin-top. Now I look stupid lol.
Thanks Ace, that did the job.
Cool Smile glad you got things sorted