Problem with CSS navigation - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36) +---- Forum: Website Development (https://www.supportforums.net/forumdisplay.php?fid=43) +---- Thread: Problem with CSS navigation (/showthread.php?tid=24929) |
Problem with CSS navigation - Fragma - 02-02-2012 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? 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; As I did to the Panel, but that didn't seem to do anything. Anybody got any suggestions? RE: Problem with CSS navigation - AceInfinity - 02-02-2012 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? RE: Problem with CSS navigation - Fragma - 02-02-2012 Damn why didn't I think of even using Margin-top. Now I look stupid lol. Thanks Ace, that did the job. RE: Problem with CSS navigation - AceInfinity - 02-02-2012 Cool glad you got things sorted |