Bottom Navigation help, Remove the box? |
Bottom Navigation help, Remove the box? |
May 13 2006, 02:21 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: May 2006 Member No: 406,227 |
Hi,
I used the override from this post http://www.createblog.com/forums/index.php...2&hl=navigation and it's removed the bottom navigation links how I wanted (earlier & forward links), but the box is still there. Is there anyway to either remove the empty box or insert some text or an image where the bottom navigation links are? thanks in advance |
|
|
|
![]() |
| *Libertie* |
May 14 2006, 01:36 PM
Post
#2
|
|
Guest |
That last part..
CODE table table tr.caption td.index {visibility:visible} table table tr.caption td.index a {visibility:visible} That makes the top navigation show up, and most layouts actually use that. So if you're using custom navigation (you are) just remove that part cause you don't need it. :) Oh, I'm not positive but I think you can get rid of the white background by making everything transparent and then specifying a background for the entries with like: CODE .entrybox table td{ background-color: ######; } .entrybox table td.caption, .entrybox table td.index, .entrybox table td.comments{ background: transparent; } Dunno if that will work, but you could try it. |
|
|
|
Poseur Bottom Navigation help May 13 2006, 02:21 PM
insomniac add this into the <style> tags in your GLOBA... May 13 2006, 02:51 PM
Poseur thanks, I've added that and I still get the wh... May 14 2006, 06:51 AM![]() ![]() |