Help - Search - Members - Calendar
Full Version: Bottom Navigation Links
Forums > Resource Center > Support Center > Livejournal Support > Livejournal Resolved Topics
scarislegend
I've tried searching through the posts on here and throughout google search but still cannot figure this out.

I need to keep my top navigation links hidden while having the bottom links [previous and forward] visible.

here's my lj to take a look at.

Is there a code to fix this that I'm unable to find?
Any help will be much appreciated. Thanks!
libertie
You have two occurrences of the following code that's causing your bottom navigation to disappear:

CODE
.meta, .index {
visibility: hidden;
}

If you remove both of these, your bottom navigation will reappear, but now you need the following to hide the top navigation:

CODE
table table table table .meta {visibility:hidden;position:absolute;top:1px}
table table table table table .meta {visibility:visible;position:relative;top:1px}

tr.caption{
display:none
}
.shadowed td div{
visibility: hidden;
position: absolute;
top: 1px
}
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.