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.

How would I make it so that my navigation bars change when you scroll over them?

4 posters

Go down

Solved How would I make it so that my navigation bars change when you scroll over them?

Post by BrickMaster December 21st 2009, 5:57 pm

I would like to know how I could make my navigation menu's buttons change when they are scrolled over. I have both sets ready (Regular buttons, and the scroll over buttons) so I just need to know how to do it if possible.

Here's an example two of the images side-by-side:

Regular------Scrollover
How would I make it so that my navigation bars change when you scroll over them? 193990492987086992How would I make it so that my navigation bars change when you scroll over them? 193990554359532687


Thank you all for your time and help.
BrickMaster
BrickMaster
Forumember

Male Posts : 253
Reputation : 0
Language : English, CSS, HTML

http://www.brick-builder.com

Back to top Go down

Solved Re: How would I make it so that my navigation bars change when you scroll over them?

Post by kirk December 21st 2009, 7:40 pm

you will have to make cutum buttons with a mouse over.

here's one way to do it over at cool text.com there are a few other ways too so i would wait for a couple other people to reply so you have a few different options.
but you can check this out in the mean time if you like.

be sure to choose the effect for mouse over.
http://cooltext.com/Buttons
kirk
kirk
Forumaster

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

Back to top Go down

Solved Re: How would I make it so that my navigation bars change when you scroll over them?

Post by BrickMaster December 21st 2009, 9:26 pm

kirk wrote:you will have to make cutum buttons with a mouse over.

here's one way to do it over at cool text.com there are a few other ways too so i would wait for a couple other people to reply so you have a few different options.
but you can check this out in the mean time if you like.

be sure to choose the effect for mouse over.
http://cooltext.com/Buttons


Thank you, I'll check it out.


Does anyone know how I could do it with the buttons I created?




Edit: Question,

Is it possible for me to create the mouseover navigation bar through the CSS script?
BrickMaster
BrickMaster
Forumember

Male Posts : 253
Reputation : 0
Language : English, CSS, HTML

http://www.brick-builder.com

Back to top Go down

Solved Re: How would I make it so that my navigation bars change when you scroll over them?

Post by BrickMaster December 23rd 2009, 3:35 am

Bump,


Any help?


Am I able to use my own images to do this?
BrickMaster
BrickMaster
Forumember

Male Posts : 253
Reputation : 0
Language : English, CSS, HTML

http://www.brick-builder.com

Back to top Go down

Solved Re: How would I make it so that my navigation bars change when you scroll over them?

Post by SweetMysty December 23rd 2009, 7:28 pm

I tried this a while back myself and it wouldnt work. So I just gave up :p Maybe someone will post how to do it ... if possible.
avatar
SweetMysty
Forumember

Posts : 249
Reputation : 1
Language : Enlgish

http://www.abclounge.forumotion.com

Back to top Go down

Solved Re: How would I make it so that my navigation bars change when you scroll over them?

Post by ankillien December 24th 2009, 5:43 am

Hello,

You can change it with CSS. Tell me what forum version you use and what hover effect you want on nav bar?
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: How would I make it so that my navigation bars change when you scroll over them?

Post by BrickMaster December 24th 2009, 6:55 pm

ankillien wrote:Hello,

You can change it with CSS. Tell me what forum version you use and what hover effect you want on nav bar?

First off thank you for your help. It's greatly appreciated. Smile


I use phpBB3 and these are the examples of the navigation button's scrollover effect:

This:
How would I make it so that my navigation bars change when you scroll over them? 193990492987086992

To change to this:
How would I make it so that my navigation bars change when you scroll over them? 193990554359532687
BrickMaster
BrickMaster
Forumember

Male Posts : 253
Reputation : 0
Language : English, CSS, HTML

http://www.brick-builder.com

Back to top Go down

Solved Re: How would I make it so that my navigation bars change when you scroll over them?

Post by ankillien December 25th 2009, 5:15 am

Try adding this code to Admin CP > Display > Colors > CSS
Add this code there and submit...

Code:
a.mainmenu img {
   -khtml-opacity : 0.7;
   -moz-opacity : 0.7;
   filter : alpha(opacity=70);
   opacity : 0.7;
   }
a.mainmenu:hover img {
   -khtml-opacity : 1;
   -moz-opacity : 1;
   filter : alpha(opacity=100);
   opacity : 1;
   }
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: How would I make it so that my navigation bars change when you scroll over them?

Post by BrickMaster December 25th 2009, 4:39 pm

Thank you so much! I love it!

Merry Christmas!

Mods can lock this now. Smile
BrickMaster
BrickMaster
Forumember

Male Posts : 253
Reputation : 0
Language : English, CSS, HTML

http://www.brick-builder.com

Back to top Go down

Solved Re: How would I make it so that my navigation bars change when you scroll over them?

Post by ankillien December 25th 2009, 4:41 pm

Merry Christmas santa

Solved > Locked
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