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.

Navigation bar

3 posters

Go down

Solved Navigation bar

Post by Josef Mon 4 Apr 2011 - 4:26

Is there a way i can make the buttons on my navigation bar "highlight" when your mouse hovers over it?

Here is an example: Navigation bar Forums10

Then when the mouse pointer hovers over it, it would change to this:Navigation bar 2f0adbd8b7944c3094ac91f54c866fd1

My forum version is phpbb2
avatar
Josef
New Member

Male Posts : 20
Reputation : 0
Language : English
Location : USA

Back to top Go down

Solved Re: Navigation bar

Post by Nera. Mon 4 Apr 2011 - 4:47

Yes.

Find in CSS =>
1.
Code:
a.mainmenu {
Add =>
Code:
    opacity: 3;

2. Then open a new rule if you don't have one or edit your present rule.
Code:
a.mainmenu:hover {
Add =>
Code:
    opacity: 0.7;

Both rules must be closed and you will have the hover.
If you wish you can change the numbers.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Navigation bar

Post by Josef Mon 4 Apr 2011 - 5:01

Thanks!


Last edited by Josef on Mon 4 Apr 2011 - 5:04; edited 1 time in total
avatar
Josef
New Member

Male Posts : 20
Reputation : 0
Language : English
Location : USA

Back to top Go down

Solved Re: Navigation bar

Post by Nera. Mon 4 Apr 2011 - 5:03

What is a spon feed? Confused
OK, let's try like this. Add this to CSS
Code:
a.mainmenu {
    opacity: 3;
}
a.mainmenu:hover {
    opacity: 0.7;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Navigation bar

Post by Josef Mon 4 Apr 2011 - 5:05

OH just after i posted that i found out what you meant Razz thank you Smile
avatar
Josef
New Member

Male Posts : 20
Reputation : 0
Language : English
Location : USA

Back to top Go down

Solved Re: Navigation bar

Post by Nera. Mon 4 Apr 2011 - 5:08

No problem Hello
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Navigation bar

Post by RoNo Mon 4 Apr 2011 - 6:20


Since the issue appears to be resolved,
this topic is closed.
Navigation bar Locked1Navigation bar Lock2 RoNo
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Back to top

- Similar topics

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