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.

Flash Navigation Images?

2 posters

Go down

Flash Navigation Images? Empty Flash Navigation Images?

Post by Zaneyx October 8th 2009, 3:24 am

I'm seeing several forums sites, where you can hover your cursor at the navigation image like "Home" on the top menu and something happens like, the whole image highlights, or something else pops up.

Does anyone have a basic code for that? Or teach me how to do that. (sorry, can't explain it though..hope you guys can understand what i'm talking about.)

Thank you in advance.
avatar
Zaneyx
New Member

Posts : 17
Reputation : 0
Language : English

Back to top Go down

Flash Navigation Images? Empty Re: Flash Navigation Images?

Post by ankillien October 8th 2009, 4:02 am

Hello,

You can't use flash in the forumotion nav bar.
You can make simple effects using CSS.
What version you use?
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Flash Navigation Images? Empty Re: Flash Navigation Images?

Post by Zaneyx October 8th 2009, 5:00 am

I use Phpbb2 version.
Can you tell me how to do the simple effects?
avatar
Zaneyx
New Member

Posts : 17
Reputation : 0
Language : English

Back to top Go down

Flash Navigation Images? Empty Re: Flash Navigation Images?

Post by ankillien October 8th 2009, 8:17 am

Well,

I can't teach you but if you tell me what effect you want, I'll tell you how to do it.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Flash Navigation Images? Empty Re: Flash Navigation Images?

Post by Zaneyx October 8th 2009, 8:31 am

Awesome. I want to know how.
avatar
Zaneyx
New Member

Posts : 17
Reputation : 0
Language : English

Back to top Go down

Flash Navigation Images? Empty Re: Flash Navigation Images?

Post by ankillien October 8th 2009, 8:43 am

Go to Admin CP > Display > Colors >CSS
Add this codes there and submit. Then see the effect on the forum page.

Code:
a:link.mainmenu {
color : red;
}
a.mainmenu:hover {
color : green;
}

The above code will change color on hover..

This will make border around...

Code:
a:link.mainmenu {
padding : 3px;
}
a.mainmenu:hover {
border : 1px solid black;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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