The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Navbar code

4 posters

Page 1 of 2 1, 2  Next

Go down

Navbar code Empty Navbar code

Post by sgeorge Sat Jun 26 2010, 22:11

How can I create this effect on my navbar ?

http://radiosoundall.forumotion.com/index.htm?theme_id=155391
sgeorge
sgeorge
Forumember

Male Posts : 556
Reputation : 15
Language : Greek - English
Location : Greece

Back to top Go down

Navbar code Empty Re: Navbar code

Post by Guest Sat Jun 26 2010, 23:54

sgeorge its the same as i gave you by the PM. Smile
avatar
Guest
Guest


Back to top Go down

Navbar code Empty Re: Navbar code

Post by sgeorge Sun Jun 27 2010, 11:18

A.... Ok I asked because this colorizes the bar...
sgeorge
sgeorge
Forumember

Male Posts : 556
Reputation : 15
Language : Greek - English
Location : Greece

Back to top Go down

Navbar code Empty Re: Navbar code

Post by Dumbledore27 Sun Jun 27 2010, 11:39

For PhpBB 2:
Code:
a.mainmenu img {
-khtml-opacity : 0.7;
-moz-opacity : 0.7;
filter : alpha(opacity=100);
opacity : 0.7;
}
a.mainmenu:hover img {
-khtml-opacity : 1;
-moz-opacity : 1;
filter : alpha(opacity=70);
opacity : 1;
}
PhpBB 3:
Code:
ul.navlinks a img:hover {
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
Paste to CSS. ACP -> Display -> Colors -> CSS Stylesheet

I got this code from DustyBones' website.
avatar
Dumbledore27
Forumember

Male Posts : 632
Reputation : -3
Language : Online
Location : Error 403 - You do not have the permission to view this item's value

Back to top Go down

Navbar code Empty Re: Navbar code

Post by sgeorge Sun Jun 27 2010, 13:54

I havw this code... My question is now.. How the buttons are colorized ? Becase this code just makes it transparent....


thank you for responding gangstar and Dumbledore27
sgeorge
sgeorge
Forumember

Male Posts : 556
Reputation : 15
Language : Greek - English
Location : Greece

Back to top Go down

Navbar code Empty Re: Navbar code

Post by Dumbledore27 Sun Jun 27 2010, 13:59

sgeorge wrote:I havw this code... My question is now.. How the buttons are colorized ? Becase this code just makes it transparent....


thank you for responding gangstar and Dumbledore27
They will get colourized if you hoover them by mouse (it's called mouse-hoover or mouse-over effect).
avatar
Dumbledore27
Forumember

Male Posts : 632
Reputation : -3
Language : Online
Location : Error 403 - You do not have the permission to view this item's value

Back to top Go down

Navbar code Empty Re: Navbar code

Post by sgeorge Sun Jun 27 2010, 22:06

This justs makes transoparent the navbar and when you point it with the mouse,it gets normal... It doesn't change color.
sgeorge
sgeorge
Forumember

Male Posts : 556
Reputation : 15
Language : Greek - English
Location : Greece

Back to top Go down

Navbar code Empty Re: Navbar code

Post by Guest Sun Jun 27 2010, 22:08

and in the site you wrote above it doesn't changes the colour Smile
avatar
Guest
Guest


Back to top Go down

Navbar code Empty Re: Navbar code

Post by sgeorge Sun Jun 27 2010, 23:21

Look what I mean...

sgeorge
sgeorge
Forumember

Male Posts : 556
Reputation : 15
Language : Greek - English
Location : Greece

Back to top Go down

Navbar code Empty Re: Navbar code

Post by Guest Sun Jun 27 2010, 23:30

well i don't know what this called, so i cant help Smile
avatar
Guest
Guest


Back to top Go down

Navbar code Empty Re: Navbar code

Post by sgeorge Sun Jun 27 2010, 23:36

ok thank you !
sgeorge
sgeorge
Forumember

Male Posts : 556
Reputation : 15
Language : Greek - English
Location : Greece

Back to top Go down

Navbar code Empty Re: Navbar code

Post by Guest Sun Jun 27 2010, 23:55

Well i found the code! but it need some changes with the pictures.

Code:

div.maintitle{color: #000;}
#i_icon_mini_index{width:85px; height:32px; background:url(http://i64.servimg.com/u/f64/13/24/64/14/bar_an10.png) no-repeat 0 0;}
#i_icon_mini_index:hover{background:url(http://i64.servimg.com/u/f64/13/24/64/14/bar_an10.png) no-repeat 0 -32px;}
#i_icon_mini_portal{width:86px; height:32px; background:url(http://i64.servimg.com/u/f64/13/24/64/14/bar_an13.png) no-repeat 0 0;}
#i_icon_mini_portal:hover{background:url(http://i64.servimg.com/u/f64/13/24/64/14/bar_an13.png) no-repeat 0 -32px;}
#i_icon_mini_faq{width:86px; height:32px; background:url(http://i39.tinypic.com/2lcuwxk.png) no-repeat 0 0;}
#i_icon_mini_faq:hover{background:url(http://i39.tinypic.com/2lcuwxk.png) no-repeat 0 -32px;}
#i_icon_mini_search{width:86px; height:32px; background:url(http://i41.tinypic.com/b8vigp.png) no-repeat 0 0;}
#i_icon_mini_search:hover{background:url(http://i41.tinypic.com/b8vigp.png) no-repeat 0 -32px;}
#i_icon_mini_members{width:86px; height:32px; background:url(http://i42.tinypic.com/2uxve2q.png) no-repeat 0 0;}
#i_icon_mini_members:hover{background:url(http://i42.tinypic.com/2uxve2q.png) no-repeat 0 -32px;}
#i_icon_mini_groups{width:86px; height:32px; background:url(http://i41.tinypic.com/2j2vm6o.png) no-repeat 0 0;}
#i_icon_mini_groups:hover{background:url(http://i41.tinypic.com/2j2vm6o.png) no-repeat 0 -32px;}
#i_icon_mini_profile{width:86px; height:32px; background:url(http://i64.servimg.com/u/f64/13/24/64/14/bar_an16.png) no-repeat 0 0;}
#i_icon_mini_profile:hover{background:url(http://i64.servimg.com/u/f64/13/24/64/14/bar_an16.png) no-repeat 0 -32px;}
#i_icon_mini_message{width:86px; height:32px; background:url(http://i43.tinypic.com/2wodc2q.png) no-repeat 0 0;}
#i_icon_mini_message:hover{background:url(http://i43.tinypic.com/2wodc2q.png) no-repeat 0 -32px;}
#i_icon_mini_new_message{width:86px; height:30px; background:url(http://i43.tinypic.com/2itstjo.png) no-repeat 0 0;}
#i_icon_mini_new_message:hover{ background:url(http://i43.tinypic.com/2itstjo.png) no-repeat 0 -32px;}
#i_icon_mini_logout{width:41px; height:32px; background:url(http://i42.tinypic.com/wu1fe8.png) no-repeat 0 0;}
#i_icon_mini_logout:hover{background:url(http://i42.tinypic.com/wu1fe8.png) no-repeat 0 -32px;}
#i_icon_mini_register{width:86px; height:32px; background:url(http://i40.tinypic.com/awrpjs.png) no-repeat 0 0;}
#i_icon_mini_register:hover{background:url(http://i40.tinypic.com/awrpjs.png) no-repeat 0 -32px;}
#i_icon_mini_login{width:41px; height:32px; background:url(http://i44.tinypic.com/10nb8xy.png) no-repeat 0 0;}
#i_icon_mini_login:hover{background:url(http://i44.tinypic.com/10nb8xy.png) no-repeat 0 -32px;}


I think you or im sure, your navbar pictures must be like this.
Navbar code Bar_an10 Navbar code 2lcuwxk and delete them from the pics managements.


Last edited by Gangstar15 on Mon Jun 28 2010, 00:08; edited 1 time in total
avatar
Guest
Guest


Back to top Go down

Navbar code Empty Re: Navbar code

Post by sgeorge Mon Jun 28 2010, 00:03

Yeah ! I think that works if you have the navbar turned off and if you change on the code the image's URLs...
sgeorge
sgeorge
Forumember

Male Posts : 556
Reputation : 15
Language : Greek - English
Location : Greece

Back to top Go down

Navbar code Empty Re: Navbar code

Post by Guest Mon Jun 28 2010, 00:04

yes so you said that you are a graphic designer xD so make your new navbar like the image above. ;D
avatar
Guest
Guest


Back to top Go down

Navbar code Empty Re: Navbar code

Post by sgeorge Mon Jun 28 2010, 00:12

Gangstar15 wrote:yes so you said that you are a graphic designer xD so make your new navbar like the image above. ;D

Yeah ! I will ! But....tommorow because I've just formated my PC and I have to reinstall PS... Very Happy


P.S. : You should be staff right here Wink


Last edited by sgeorge on Mon Jun 28 2010, 00:14; edited 1 time in total
sgeorge
sgeorge
Forumember

Male Posts : 556
Reputation : 15
Language : Greek - English
Location : Greece

Back to top Go down

Navbar code Empty Re: Navbar code

Post by Guest Mon Jun 28 2010, 00:13

Okay d; maybe i will do a set too, but .........tomorrow xD lol ^^
avatar
Guest
Guest


Back to top Go down

Navbar code Empty Re: Navbar code

Post by sgeorge Mon Jun 28 2010, 00:14

You should be staff right here Very Happy .... You help so much everyone !
sgeorge
sgeorge
Forumember

Male Posts : 556
Reputation : 15
Language : Greek - English
Location : Greece

Back to top Go down

Navbar code Empty Re: Navbar code

Post by Guest Mon Jun 28 2010, 00:17

Haha ty ty Wink. but who will accept me ^_^
avatar
Guest
Guest


Back to top Go down

Navbar code Empty Re: Navbar code

Post by sgeorge Mon Jun 28 2010, 00:19

The have to... You are almost always ONLINE and you help everywhere you can ! Why don't you make a request ?
sgeorge
sgeorge
Forumember

Male Posts : 556
Reputation : 15
Language : Greek - English
Location : Greece

Back to top Go down

Navbar code Empty Re: Navbar code

Post by Guest Mon Jun 28 2010, 00:20

haha yes im almost 24 hr online xD. and another one told me the same ;D . i will try this out. ;P
avatar
Guest
Guest


Back to top Go down

Navbar code Empty Re: Navbar code

Post by sgeorge Mon Jun 28 2010, 00:35

Question !

I have to create to images and put them in one ? Like this ? → https://i.servimg.com/u/f64/13/24/64/14/bar_an10.png
sgeorge
sgeorge
Forumember

Male Posts : 556
Reputation : 15
Language : Greek - English
Location : Greece

Back to top Go down

Navbar code Empty Re: Navbar code

Post by Guest Mon Jun 28 2010, 04:07

Yes! Wink
avatar
Guest
Guest


Back to top Go down

Navbar code Empty Re: Navbar code

Post by sgeorge Mon Jun 28 2010, 14:18

Yeah Ok... I started creating the navbar but a have a dificulty in creating the glow - flash that has the 2nd image... Like that →Navbar code Bar_an10
sgeorge
sgeorge
Forumember

Male Posts : 556
Reputation : 15
Language : Greek - English
Location : Greece

Back to top Go down

Navbar code Empty Re: Navbar code

Post by SiKiN Mon Jun 28 2010, 14:50

Using Blending options you can set an Inner Glow from the center of the image.
SiKiN
SiKiN
Forumember

Posts : 62
Reputation : 0
Language : english

Back to top Go down

Navbar code Empty Re: Navbar code

Post by Guest Mon Jun 28 2010, 15:12

Good idea SiKiN Wink
avatar
Guest
Guest


Back to top Go down

Navbar code Empty Re: Navbar code

Post by [GM]DoubleAgent Mon Jun 28 2010, 15:48

If you can make that, can u make one for me?! My forum is progameshacking.forumotion.com Very Happy
[GM]DoubleAgent
[GM]DoubleAgent
Forumember

Male Posts : 340
Reputation : 0
Language : Arabic

http://progamescheating.forumotion.com

Back to top Go down

Navbar code Empty Re: Navbar code

Post by Guest Mon Jun 28 2010, 15:52

well its easy just make nav bar and use the code above xD
avatar
Guest
Guest


Back to top Go down

Navbar code Empty Re: Navbar code

Post by SiKiN Mon Jun 28 2010, 16:05

Draw a square, right click the layer and hit blending options.

Tick the box that says Bevel.

Button done!
SiKiN
SiKiN
Forumember

Posts : 62
Reputation : 0
Language : english

Back to top Go down

Navbar code Empty Re: Navbar code

Post by sgeorge Mon Jun 28 2010, 16:09

Yes it is done ! Thank you all for the instructions !
sgeorge
sgeorge
Forumember

Male Posts : 556
Reputation : 15
Language : Greek - English
Location : Greece

Back to top Go down

Navbar code Empty Re: Navbar code

Post by [GM]DoubleAgent Mon Jun 28 2010, 16:11

yeap, but, here the photoshop have a bug..

I make that text box and start writing..

Nothing is there, but the layer's name is renamed to what i wrote...

Do you find a solution for that?!
[GM]DoubleAgent
[GM]DoubleAgent
Forumember

Male Posts : 340
Reputation : 0
Language : Arabic

http://progamescheating.forumotion.com

Back to top Go down

Page 1 of 2 1, 2  Next

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum