1. Open up your Friendster CSS code that you have made, And find the following code:
/* BOX BG & BORDER: NAV BAR */
#navigation { background-color:transparent; background-image:none; }
#nav_bg {
background-color: transparent;
border-bottom:0px;
background-position: bottom;
}
|
OR
/* BOX BG & BORDER: NAV BAR */
#navigation
{
background-color: transparent;
background-image: none;
}
#nav_bg {
background-color: transparent;
border-bottom:0px;
background-position: bottom;
}
|
2. Insert Code property, Your own image/banner url, and supporting code so it will look like this:
#navigation
{
background-color: transparent;
background-image: url(Your own URL);
margin-left: 0px;
margin-right: 0px;
padding: 0px;
width: 940px;
height: 121px;
}
#nav_bg {
background-color: transparent;
border-bottom:0px;
background-position: bottom;
}
|
IMO, The best Fit Logo / Banner size is 940x121 pixel.