I was wondering, and after much try have failed. Can you make a mouseover affect so the word (for example):
LEARN HTML
(which would be a hyperlink)
would be changed to:
LEARN HTML NOW!
?
Could you do that? It would basicallt be adding a bit of text. These are some of the ways I tried (all useless):
that code prooved useless...Code:<script type="text/javascript"> document.write('<a href="blah.html">Hyperlink</a> onMouseover document.write('<a href="blah.html">Hyperlink to blah</a> </script>
as did that one...Code:<script type="text/javascript"> "extra"=to blah //variable document.write('<a href="blah.html">Hyperlink</a>') onMouseover document.write(extra) + ('<a href="blah.html">Hyperlink</a>') </script>
Any Ideas?




Reply With Quote

Bookmarks