Log In · Register

 
Bottom Navigation help, Remove the box?
poseur
post 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
 
 
Start new topic
Replies
*Libertie*
post 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. _smile.gif (You'd need the second bit of code because the first part will actually make EVERYTHING have a background image, and the last will make everything but the entries transparent.)
 

Posts in this topic
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
Libertie   That last part.. CODEtable table tr.caption td.in...   May 14 2006, 01:36 PM


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