Changing font and color of link

M

M. Noroozi Eghbali

Hi,

I want to change the font and color of links when the mouse moves on it. Any
help?

Thank you,
Mehrdad
 
C

Chance Hopkins

javascript

document object model (dom)

search for "onmouseover=" in google, it is an attribute that will call the
event you want, you'll just need to pass the new values and then call
onmouseout="yourjavascripthere" to set them back

good luck :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top