SBL GRAPHICS DESIGNZ
You need to login or register in order to fully use all the features and view all the sections of this site.
Thank you.
Hoping you'll be an active member
Regards: sbl graphics Team
glossy navigation 358e34g
SBL GRAPHICS DESIGNZ
You need to login or register in order to fully use all the features and view all the sections of this site.
Thank you.
Hoping you'll be an active member
Regards: sbl graphics Team
glossy navigation 358e34g
SBL GRAPHICS DESIGNZ
Would you like to react to this message? Create an account in a few clicks or log in to continue.

SBL GRAPHICS DESIGNZ

Solid bloodline-Grapics designz
 
HomePortalSBL LAYOUTSGalleryLatest imagesSearchRegisterLog in
glossy navigation 5b1ow1glossy navigation Fz45e9glossy navigation 21mzprqglossy navigation 2568eowglossy navigation 1072gqrglossy navigation 29yr3f7glossy navigation 11rbvpeglossy navigation J5gf2bglossy navigation 28248s0glossy navigation Efgh7lglossy navigation 5b1ow1glossy navigation Fz45e9glossy navigation 21mzprqglossy navigation 2568eowglossy navigation 1072gqrglossy navigation 29yr3f7glossy navigation 11rbvpeglossy navigation J5gf2bglossy navigation 28248s0glossy navigation Efgh7l
Generators
Live previewer
Css Linker
Js Linker
Auto friend Adder
Text Flipper
Image Effect
Js Encrypter
Fancy Text Generator
Comment Generator
Who View Me
SBL NavigatION
BIGGER CBOX
PRIVATE CBOX
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Search
 
 

Display results as :
 
Rechercher Advanced Search
Top posters
cursed witch (66)
glossy navigation I_vote_lcapglossy navigation I_voting_barglossy navigation I_vote_rcap 
redblood21 (58)
glossy navigation I_vote_lcapglossy navigation I_voting_barglossy navigation I_vote_rcap 
SBL_MARIA (43)
glossy navigation I_vote_lcapglossy navigation I_voting_barglossy navigation I_vote_rcap 
miZz_LABLAB (40)
glossy navigation I_vote_lcapglossy navigation I_voting_barglossy navigation I_vote_rcap 
ivantage (32)
glossy navigation I_vote_lcapglossy navigation I_voting_barglossy navigation I_vote_rcap 
Keana (25)
glossy navigation I_vote_lcapglossy navigation I_voting_barglossy navigation I_vote_rcap 
miNgkay (24)
glossy navigation I_vote_lcapglossy navigation I_voting_barglossy navigation I_vote_rcap 
muzikaXD (21)
glossy navigation I_vote_lcapglossy navigation I_voting_barglossy navigation I_vote_rcap 
Mherwin (19)
glossy navigation I_vote_lcapglossy navigation I_voting_barglossy navigation I_vote_rcap 
Ever. (14)
glossy navigation I_vote_lcapglossy navigation I_voting_barglossy navigation I_vote_rcap 
Contact

Site Designer

Banner maker ArK
Affiliates
glossy navigation Mkkyg1
glossy navigation 23vmbt1
glossy navigation 24mvrc4
glossy navigation 2hcgg1j
glossy navigation N16pnm
glossy navigation 334hu2v
glossy navigation 2ll14di
Polls1

casino 99polls
Sbl playlist


 

 glossy navigation

Go down 
AuthorMessage
redblood21




Number of posts : 58
Registration date : 2009-04-05
Age : 28
Location : pampanga

glossy navigation Empty
PostSubject: glossy navigation   glossy navigation I_icon_minitimeThu Apr 16, 2009 2:41 am

here is the codes for the js file

Quote :
// GLOSSY NAV
olala=" <div align='center'><ul class=\"glossymenu\"><li><a href=\"http://www.friendster.com\"><b>Home</b></a></li><li><a href=\"http://profiles.friendster.com/user.php\"><b>My profile</b></a></li><li><a href=\"http://www.friendster.com/friends.php\"><b>Friends</b></a></li><li><a href=\"http://www.friendster.com/logout.php\"><b>Logout</b></a></li></ul></div><br>";

var aha = document.getElementById('0');
var aye = document.createElement("li");
aye.innerHTML=olala;
aha.parentNode.insertBefore(aye,aha);



edit the cyan part color for the menu that you want to put for your navigation

for the css formats

glossy navigation Menug_bghttp://cowo.bedon.googlepages.com/menug_bg.gif
glossy navigation Menug_hover_lefthttp://cowo.bedon.googlepages.com/menug_hover_left.gif
glossy navigation Menug_hover_righthttp://cowo.bedon.googlepages.com/menug_hover_right.gif

for the css
Quote :
/* glossy nav */
.glossymenu{
position: relative;
padding: 0 0 0 34px;
margin: 0 auto 0 auto;
background: url(http://cowo.bedon.googlepages.com/menug_bg.gif) repeat-x;
height: 46px;
list-style: none;
}

.glossymenu li{
float:left;
}

.glossymenu li a{
float: left;
display: block;
color:#000;
text-decoration: none;
font-family: sans-serif;
font-size: 13px;
font-weight: bold;
padding:0 0 0 16px;
height: 46px;
line-height: 46px;
text-align: center;
cursor: pointer;
}

.glossymenu li a b{
float: left;
display: block;
padding: 0 24px 0 8px;
}

.glossymenu li.current a, .glossymenu li a:hover{
color: #fff;
background: url(http://cowo.bedon.googlepages.com/menug_hover_left.gif) no-repeat;
background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
color: #fff;
background: url(http://cowo.bedon.googlepages.com/menug_hover_right.gif) no-repeat right top;
}


edit the red part

other design for your taste
glossy navigation Menub_bghttps://2img.net/h/i242.photobucket.com/albums/ff39/Donzy_2007/menub_bg.gif
glossy navigation Menub_hover_lefthttps://2img.net/h/i242.photobucket.com/albums/ff39/Donzy_2007/menub_hover_left.gif
glossy navigation Menub_hover_righthttps://2img.net/h/i242.photobucket.com/albums/ff39/Donzy_2007/menub_hover_right.gif
glossy navigation Menupu_bghttps://2img.net/h/i242.photobucket.com/albums/ff39/Donzy_2007/menupu_bg.gif
glossy navigation Menupu_hover_lefthttps://2img.net/h/i242.photobucket.com/albums/ff39/Donzy_2007/menupu_hover_left.gif
glossy navigation Menupu_hover_righthttps://2img.net/h/i242.photobucket.com/albums/ff39/Donzy_2007/menupu_hover_right.gif



enjoy

preview here


credits to hidecodesgalore



jesel.xd
Back to top Go down
http://www.fs-addick.tk
 
glossy navigation
Back to top 
Page 1 of 1
 Similar topics
-
» FLOATING SLIDE NAVIGATION
» Viewer's main pic with navigation at the right side

Permissions in this forum:You cannot reply to topics in this forum
SBL GRAPHICS DESIGNZ :: SBL Tricks And Tutorials :: Js codes-
Jump to: