html question
html question
- Started
- Last post
- 4 Responses
- Mdub5000
Hi,
How can i make the text of a link change once hovered over? to say something else?
- letgo™0
oops, sorry, that's a legit question, I misread it and thought you wanted to do simple hover.
- gabriel_pc0
give the link an id and then change the content of it using the innerHTML property.
document.getElementById("thelink... = "new link text";
- Mdub50000
Thank you gabriel.
yes a simple hover i can find that at w3schools.