Navbar effect

Th1nK at 16h12
24
Oct
2011
Hello!
I want to know how can i get this effect:
http://demo.nicetheme.com/forum?theme_id=178549
When you position your mouse on the navbar icon it become darker. Can you told me how to make this? Sorry for my bad english Smile .
1 Nera., on 24/10/2011 at 16h18
Hi,

Add this to CSS

Code:
a.mainmenu:hover {
    opacity: 0.5;
}
a.mainmenu {
    opacity: 1;
}
2 Th1nK, on 24/10/2011 at 20h25
Thank you very much Nera. It works!
3 Sanket, on 24/10/2011 at 20h34
Since this thread is marked solved, I will lock this thread.


Sanket Smile

Similar topics
It's a... a... SPECULATION ARTICLE Let's see if I agree with whatever "FIVE THINGS THAT MUST HAPPEN": Return of the Rachni -- I agree. You either saved or killed off an entire fucking species; this should mean something. Cure the Genophage -- Sure,
Hi everyone! ^_^ I've started a collab with my friend, with an upbeat song. This is the first effect-whore style I've really ever done and I'm out of my comfort zone ^^; What effect-whore effects would anyone suggest? I'm running low on idea with what
hey anki( i am sure you will solve me that problem ) i have installed to an HTML page this nav Code:<Style> #menu {   width: 960px;   height: 40px;   clear: both; } ul#nav {   float:
Replies 1 to 3 on 3 for "Navbar effect"
See also
more_less
Informations

3 Replies For the topic :
"Navbar effect"

This topic has been viewed 406 times.

Last message :
24/10/2011 at 16h12 by "Th1nK"