Navigation |
Navigation |
Nov 13 2007, 01:10 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 93 Joined: May 2007 Member No: 521,079 |
i know this has been answered in the past but i cannt get rid of the dividers between the navbar links...i have a black bg so i would like to change them to black....i did a search and used about 10 codes but none of them work?
|
|
|
|
![]() |
Nov 13 2007, 12:16 PM
Post
#2
|
|
|
Adobe Addict ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,237 Joined: Mar 2005 Member No: 113,043 |
http://www.createblog.com/scripts/script.php?id=663
That doesn't work in all browsers though. Try this: http://www.createblog.com/scripts/script.php?id=868 |
|
|
|
Nov 13 2007, 05:38 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 93 Joined: May 2007 Member No: 521,079 |
those aren't workin' either...i don't kno what the problem could be..
|
|
|
|
Nov 13 2007, 06:44 PM
Post
#4
|
|
|
Adobe Addict ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,237 Joined: Mar 2005 Member No: 113,043 |
Can you give us a link to you myspace and post your coding?
|
|
|
|
Nov 14 2007, 12:22 AM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 93 Joined: May 2007 Member No: 521,079 |
<style type="text/css">
body { background-color:000000; } table, tr, td {background-color:transparent; border:none; border-width:0;} body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited { color: aaaaaa; font-size: 12px; font-family: Tahoma; } .orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext { color: 999999; font-size: 12px; font-family: Tahoma; font-weight: bold; } a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.redlink, a.redlink:link, a.redlink:visited { color: 777777; font-size: 12px; font-family: Tahoma; font-weight: bold; } a.navbar, a.navbar:link, a.navbar:visited { color: 777777; font-size: 12px; font-family: Tahoma; font-weight: normal; } a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover{ color: 999999; font-size: 12px; font-family: Tahoma; font-weight: bold; } a.navbar:hover, a.navbar:active { color: 999999; font-size: 12px; font-family: Tahoma; font-weight: normal; } </style> <A HREF="http://www.msplinks.com/MDFodHRwOi8vd3d3LnByb2ZpbGV0d2Vha3MuY29tL2VkaXRvci5waHA="> This profile was created using: ProfileTweaks Editor Ver.2 <BR><BR></A> <style> table tr td div font {visibility:hidden;} </style> <style> {! ditch google logo !} body div table div form img.googleLogo { background-image:none !important; filter:none !important; width:0px !important; height:0px !important; border:0px !important; padding:0px !important} </style> <style>td div div select {display:none !important; visibility:none !important; width:0px !important; position:absolute !important; top:-1000px !important;}</style> i've never had a prob before hiding or changing the color of the dividers..... |
|
|
|
Nov 14 2007, 09:29 PM
Post
#6
|
|
|
Adobe Addict ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,237 Joined: Mar 2005 Member No: 113,043 |
Try erasing all of the a.navbar parts in your code (including a.navbar:visited, etc.) and then add in one of the codes that I mentioned.
|
|
|
|
Nov 15 2007, 12:59 AM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 93 Joined: May 2007 Member No: 521,079 |
that hides my whole navigation I just wanna hide or change the color of the dividers/separators/lines whatever u wanna call em
|
|
|
|
Nov 15 2007, 02:31 AM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 93 Joined: May 2007 Member No: 521,079 |
myspace changed somethin because now everybody's dividers show up
|
|
|
|
Nov 16 2007, 11:32 AM
Post
#9
|
|
|
Adobe Addict ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,237 Joined: Mar 2005 Member No: 113,043 |
Maybe if you do something like this:
<style> .navigationbar {color: 000000;} </style> It will change it to black and thus blend in with your background. |
|
|
|
Nov 18 2007, 12:53 AM
Post
#10
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 93 Joined: May 2007 Member No: 521,079 |
still nothin'....
|
|
|
|
![]() ![]() |