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.

nav bar hover color ????

3 posters

Go down

nav bar hover color ???? Empty nav bar hover color ????

Post by Dragon88 September 30th 2009, 9:05 pm

how do i go about changing the color of the hover thing that shows up when ever your mouse goes over the home button on the nav bar?

king help me

Please and thanks

here is a link to my site:
wi talent.com
Dragon88
Dragon88
Forumember

Male Posts : 83
Reputation : 0
Language : Engilsh
Location : The ナミノミラテミ Planet

Back to top Go down

nav bar hover color ???? Empty Re: nav bar hover color ????

Post by TheListener September 30th 2009, 9:20 pm

Paste this code in the CSS Stylesheet

AP-->Display-->Colors-->CSS

Code:
ul.linklist li a img:hover {
filter:alpha(opacity=70);
-moz-opacity: 0.65;
opacity: 0.65;
position: relative;
top: -1px;
cursor:allowed;
}

Only works with phpBB3

Wink
avatar
TheListener
Forumember

Male Posts : 796
Reputation : 0

Back to top Go down

nav bar hover color ???? Empty Re: nav bar hover color ????

Post by kirk October 1st 2009, 8:17 am

Nacho wrote:Paste this code in the CSS Stylesheet

AP-->Display-->Colors-->CSS

Code:
ul.linklist li a img:hover {
filter:alpha(opacity=70);
-moz-opacity: 0.65;
opacity: 0.65;
position: relative;
top: -1px;
cursor:allowed;
}

Only works with phpBB3

Wink

where do you place the color you want in that code?
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

nav bar hover color ???? Empty Re: nav bar hover color ????

Post by TheListener October 1st 2009, 3:31 pm

With that code it shows brighter
avatar
TheListener
Forumember

Male Posts : 796
Reputation : 0

Back to top Go down

nav bar hover color ???? Empty Re: nav bar hover color ????

Post by Dragon88 October 1st 2009, 7:17 pm

well thanks for your help, Guys. but the prob is that i am not using pbb3 am using invision .

so is there a code to do it in a invision forum type?????
Dragon88
Dragon88
Forumember

Male Posts : 83
Reputation : 0
Language : Engilsh
Location : The ナミノミラテミ Planet

Back to top Go down

nav bar hover color ???? Empty Re: nav bar hover color ????

Post by Guest October 1st 2009, 7:50 pm

If you want to use the above code, this is what you need for an Invision board:

Code:
#submenu ul li a img:hover {
filter:alpha(opacity=70);
opacity: 0.7;
}
I simplified the code...the other stuff was unnecessary. If you want a 3-D effect, try this code instead of playing with the opacity:

Code:
#submenu ul li a img {border: 1px outset #a0a0a0;}
#submenu ul li a img:hover {border: 1px inset #a0a0a0;}
change the #a0a0a0 (a gray color) to whatever color matches your images.
avatar
Guest
Guest


Back to top Go down

nav bar hover color ???? Empty Re: nav bar hover color ????

Post by Dragon88 October 7th 2009, 9:30 pm

thanks guys , am now using pbb3

I will try these out
Dragon88
Dragon88
Forumember

Male Posts : 83
Reputation : 0
Language : Engilsh
Location : The ナミノミラテミ Planet

Back to top Go down

nav bar hover color ???? Empty Re: nav bar hover color ????

Post by kirk October 7th 2009, 9:48 pm

Nacho wrote:With that code it shows brighter

oh thanx.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Back to top

- Similar topics

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