Log In · Register

 
navigation system
lala09
post Mar 25 2008, 10:49 PM
Post #1


Senior Member
****

Group: Member
Posts: 144
Joined: Aug 2006
Member No: 459,714



how do you make a myspace navigation system with the different color bars on the side like this?



 
 
Start new topic
Replies
miyashu
post Mar 25 2008, 11:10 PM
Post #2


cake or DEATH
*****

Group: Staff Alumni
Posts: 631
Joined: Sep 2005
Member No: 223,586



Use this script as a beginning step.

And in between style tags, you would have this:

CODE
<style>
a.linkies:link, a.linkies:active, a.linkies:visited{
background-color:FFFFFF;
color:000000;
font-family:small fonts;
font-size:7px;
text-align:center;
padding:7px;
text-decoration:none;
width:125px;
text-transform:uppercase;
font-weight:normal;
letter-spacing:1pt;
margin-bottom:1px;
border-left-width:5px;
border-left-style:solid;
border-left-color:FF88BD;
border-right-width:5px;
border-right-style:solid;
border-right-color:54C7C8;
}
a.linkies:hover{
background-color:575757;
color:FFFFFF;
font-family:small fonts;
font-size:7px;
text-align:right;
padding:7px;
text-decoration:none;
width:125px;
text-transform:uppercase;
font-weight:normal;
letter-spacing:1pt;
margin-bottom:1px;
border-left-width:5px;
border-left-style:solid;
border-left-color:54C7C8;
border-right-width:5px;
border-right-style:solid;
border-right-color:FF88BD;
}
</style>


I used what I already had in the script, I just added the border attributes. You can change the colors, widths, styles to whatever you want.
 

Posts in this topic
babygal33   navigation system   Mar 25 2008, 10:49 PM
miyashu   Use this script as a beginning step. And in betwe...   Mar 25 2008, 11:10 PM
babygal33   thank you so much   Mar 25 2008, 11:30 PM
MissHygienic   Topic closed. PM me if you'd like it reopened.   Mar 26 2008, 12:13 AM


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