02-02-2012, 01:58 PM
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:
As I did to the Panel, but that didn't seem to do anything.
Anybody got any suggestions?
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?