PDA

View Full Version : Interactive links in html


Pittsb J
03-06-2008, 11:55 PM
Hi All,

I want to program some interactive links that change color when you you mouse over the link(much like the menu bar at the top of the actionscript.org website where the orange background turns grayscale when moused over). I know you can do this in javascript, but the buttons above don't seem to be made using javascript. Doe anyone know how I can create buttons like those above?

yell0wdart
03-07-2008, 03:29 PM
My guess would be that they were done with CSS, which is a little easier to accomplish than with JS... Or I should say, there's less code involved. ;)