Animated Rollover Website Navigation

Soldato
Joined
25 Jul 2006
Posts
3,529
Location
Taunton
I prob cant explain this as best i would like to, but i would like to make a small 'animated' navigation bar that when you scroll over an icon the icon highlights in some way (that bit doesnt matter that much), but... i would also like it to place corresponding text into a near by text box or layer.

im not sure thats exactly how it happens but as a sort of example:
exampleqp1.jpg

so for instance when you scroll over the 2nd icon the 'About Me' bit changes to 'Home' or 'Links'...

hope you get the idea and can help.
 
Easy with a little bit of Javascript, function fires onmouseover the menu items to either show an element or change the text of an element to whatever you want. Onmouseout resets it either by hiding the element(s) or resetting its text back to an empty string.

Alternatvely uses a few images if you need the font to be something a little more fancy.

Another option is Flash, all depends on your skillset.

Simple.
 
roboffer said:
Easy with a little bit of Javascript, function fires onmouseover the menu items to either show an element or change the text of an element to whatever you want. Onmouseout resets it either by hiding the element(s) or resetting its text back to an empty string.

Alternatvely uses a few images if you need the font to be something a little more fancy.

Another option is Flash, all depends on your skillset.

Simple.
mmm it sounds like it *could* (read that as maybe) be done using just css...

akakjs
 
would either of you be able to show examples of this, i have very little knowledge of java or flash, i mainly code in CSS and HTML
 
Pulse said:
would either of you be able to show examples of this, i have very little knowledge of java or flash, i mainly code in CSS and HTML
Im in the middle of scanning images in so I might be able to spare 10 mins. Keep an eye out.
 
omg, a big thanks to both of you :D

cheers for the help now i can get on with the website now i know how to do it :D

sorry akakajs but after looking at the codes think ill be going with JavaScript as it looks a lot neater in code
 
Last edited:
Back
Top Bottom