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.

hover nav bars

Go down

Solved hover nav bars

Post by Saiyan Prince November 9th 2010, 7:50 am

When you hover your mouse over the nav abs it goes to normal color but when you dont it goes a light color.... know how to remove it?
Saiyan Prince
Saiyan Prince
Forumember

Posts : 43
Reputation : 0
Language : English

Back to top Go down

Solved Re: hover nav bars

Post by Guest November 9th 2010, 7:52 am

Hello !

Can you give us link of your forum ?
avatar
Guest
Guest


Back to top Go down

Solved Re: hover nav bars

Post by Saiyan Prince November 9th 2010, 7:58 am

Saiyan Prince
Saiyan Prince
Forumember

Posts : 43
Reputation : 0
Language : English

Back to top Go down

Solved Re: hover nav bars

Post by Guest November 9th 2010, 8:09 am

Just change those lines within your css

Code:
ul.linklist li a img {
filter:alpha(opacity=20);
-moz-opacity: 0.5;
opacity: 0.3;
}
ul.linklist li a img:hover {
filter:alpha(opacity=100);
-moz-opacity: 2.0;
opacity: 1.9;
position: relative;
cursor:allowed;
}
avatar
Guest
Guest


Back to top Go down

Solved Re: hover nav bars

Post by Saiyan Prince November 9th 2010, 8:14 am

Thanks, this helped.
Saiyan Prince
Saiyan Prince
Forumember

Posts : 43
Reputation : 0
Language : English

Back to top Go down

Solved Re: hover nav bars

Post by Guest November 9th 2010, 9:14 am

Solved + Locked
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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