Log In · Register

 
 
Closed TopicStart new topic
Bottom Navigation Links
scarislegend
post Feb 28 2008, 06:44 PM
Post #1


Newbie
*

Group: Member
Posts: 3
Joined: Feb 2005
Member No: 95,005



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
post Mar 3 2008, 06:27 PM
Post #2


This bag is not a toy.
*******

Group: Staff Alumni
Posts: 3,090
Joined: Oct 2007
Member No: 583,108



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
}
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: