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 Flashing Animation

3 posters

Go down

NavBar Flashing Animation Empty NavBar Flashing Animation

Post by Flame of Souls January 28th 2011, 8:43 am

Hi, I've noticed that some forums have a navigation bar that sort of flashes when you click on it. One skin with this effect is the Good Orange theme by Matei's Work. Is there a code for this? I want to use this effect on my forum: http://clansoftheelements.forumsmotions.com/
Flame of Souls
Flame of Souls
Forumember

Male Posts : 115
Reputation : 3
Language : English
Location : Somewhere in the vast universe...

Back to top Go down

NavBar Flashing Animation Empty Re: NavBar Flashing Animation

Post by Flame of Souls February 1st 2011, 4:52 pm

Anyone to help?
Flame of Souls
Flame of Souls
Forumember

Male Posts : 115
Reputation : 3
Language : English
Location : Somewhere in the vast universe...

Back to top Go down

NavBar Flashing Animation Empty Re: NavBar Flashing Animation

Post by Vlajki February 1st 2011, 11:33 pm

If you already have your full CSS code preview in a box, find a.mainmenu and add this inside that class
Code:
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
then find
a.mainmenu:hover
and add
Code:

CODE:filter:alpha(opacity=70); 
-moz-opacity: 0.65; 
opacity: 0.65;
If you don't have anything in your CSS Code box add this
Code:
a.mainmenu{
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
 }
a.mainmenu:hover{
 filter:alpha(opacity=70); 
-moz-opacity: 0.65; 
opacity: 0.65;
 }
Vlajki
Vlajki
Forumember

Male Posts : 724
Reputation : 359
Language : Serbian & English
Location : Serbia

Back to top Go down

NavBar Flashing Animation Empty Re: NavBar Flashing Animation

Post by Flame of Souls February 2nd 2011, 4:39 am

Thanks! But how do you make it flash once you click it?
Flame of Souls
Flame of Souls
Forumember

Male Posts : 115
Reputation : 3
Language : English
Location : Somewhere in the vast universe...

Back to top Go down

NavBar Flashing Animation Empty Re: NavBar Flashing Animation

Post by Flame of Souls February 3rd 2011, 5:00 am

BUMP!
Flame of Souls
Flame of Souls
Forumember

Male Posts : 115
Reputation : 3
Language : English
Location : Somewhere in the vast universe...

Back to top Go down

NavBar Flashing Animation Empty Re: NavBar Flashing Animation

Post by Colt February 4th 2011, 3:24 am

Vlajki wrote:If you already have your full CSS code preview in a box, find a.mainmenu and add this inside that class
Code:
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
then find
a.mainmenu:hover
and add
Code:

CODE:filter:alpha(opacity=70); 
-moz-opacity: 0.65; 
opacity: 0.65;
If you don't have anything in your CSS Code box add this
Code:
a.mainmenu{
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
 }
a.mainmenu:hover{
 filter:alpha(opacity=70); 
-moz-opacity: 0.65; 
opacity: 0.65;
 }

Thanks Vlajki for sharing that bit of code I've been looking for something like that for a while. :wouhou:
Colt
Colt
Forumember

Male Posts : 96
Reputation : 20
Language : English, Redneck, & Texan
Location : TEXAS

http://thegalaxy.findtalk.biz/forum.htm

Back to top Go down

NavBar Flashing Animation Empty Re: NavBar Flashing Animation

Post by Flame of Souls February 16th 2011, 10:25 am

BUMP!
Flame of Souls
Flame of Souls
Forumember

Male Posts : 115
Reputation : 3
Language : English
Location : Somewhere in the vast universe...

Back to top Go down

NavBar Flashing Animation Empty Re: NavBar Flashing Animation

Post by Flame of Souls February 17th 2011, 5:01 pm

Can anyone please help? Crying or Very sad
Flame of Souls
Flame of Souls
Forumember

Male Posts : 115
Reputation : 3
Language : English
Location : Somewhere in the vast universe...

Back to top Go down

Back to top

- Similar topics

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