Bottom Navigation Links |
![]() ![]() |
Bottom Navigation Links |
![]()
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! |
|
|
![]()
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 } |
|
|
![]() ![]() |