how to get a custom made navigation bar on your myspace profile?
how to get a custom made navigation bar on your myspace profile?
I want to custom make my myspace and be very original with it instead of going with the flow like everybody else. Whats a good website where i can get get text box codes, navigation bar codes, and other different codes for my myspace 2.0?
Best answer:
abrax.us/Profile2.0/
Katamari’s blog is my favorite for customizing my page…
but this is the code I used for my navbar it will let you customize the whole nav bar and ad area (not to cover but to change the background) … I even added an image to the drop down hover but you can ad an image to almost anything here just add >> background-image:url(your image URL); << inside any of the brackets >> { } <<. So you can change and add to this and have a truly customized navbar:
#header { background-color: transparent; background-image: none; } #topnav ul li a {color: #888888; font-size: 9px; font-family: Verdana;}#topnav ul li a:hover, #topnav li ul a:hover {color: #882222; font-size: 9px; font-family: Verdana; background-color: #888888;}#topnav ul li { border-left: 1px solid #882222; } #topnav ul li a small {color: #888888; font-size: 4px;}#topnav ul { border-right: 1px solid #882222; }
.a {background color and text color of drop-down when NOT hovered}
#topnav ul li.dropDown:hover a,#topnav ul li.hover a,#topnav ul li.hover a:hover, #topnav ul a:hover {background-color:#000000;color:#888888;}
.a {background color and text color of drop-down links when hovered}
#topnav li.dropDown:hover ul.subMenu a:hover,#topnav li.hover ul.subMenu a:hover{background-color:#882222; color:#ffffff; background-image:url(your image URL);}
.a {border around whole drop-down}
#topnav ul.subMenu {border:1px #000000 solid;border-top:none;}
.a {divider between your 'block user' link and your 'profile' link}
#topnav ul.subMenu li.divider{border-bottom:1px solid #882222;}
GOOD LUCK!
Tags: custom, made, myspace, navigation, profile
Under Forum

1 Comment for how to get a custom made navigation bar on your myspace profile?
1. Snuggles | September 11th, 2007 at 11:26 am
graphiclayouts.net/navigationbar.php
Leave a Comment for how to get a custom made navigation bar on your myspace profile?
Trackback this post | Subscribe to the comments via RSS Feed