Dividers for Navigation Links. |
![]() ![]() |
Dividers for Navigation Links. |
May 19 2007, 12:03 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Jul 2005 Member No: 172,979 |
<style type="text/css">
.{Hides Divider Between Links} div table td font {visibility:hidden;} </style> I was using that code to hide the dividers between the navigation links. But all of the sudden the code is making the navigation links disappear all together. Help? |
|
|
|
May 19 2007, 10:56 AM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
I don't think theres a code to only hide the dividers. Have you see it done?
|
|
|
|
May 19 2007, 01:11 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Jul 2005 Member No: 172,979 |
Is there a code to change the color of the dividers then?
|
|
|
|
| *Azarel* |
May 20 2007, 02:36 PM
Post
#4
|
|
Guest |
Change the divider color with this:
<style type="text/css">font {color: FFFFFF;}</style> (Right now it's set to white.) |
|
|
|
| *Intercourse.* |
May 20 2007, 02:57 PM
Post
#5
|
|
Guest |
use this just to hide them, it may work may not.
CODE <style>div td td font {visibility:hidden;}
.navbar {visibility:visible;} </style> |
|
|
|
May 20 2007, 10:08 PM
Post
#6
|
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Jul 2005 Member No: 172,979 |
Thanks so much. Both codes help a lot.
|
|
|
|
![]() ![]() |