Jump to content

irrumate

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by irrumate

  1. Yes it is possible to change text written on a page, use innerHTML, this should do what you asked for:
    <a href="http://www.google.com" style="text-decoration:none" onmouseover="this.innerHTML='[Mouseover Link]'" onmouseout="this.innerHTML='Mouseover Link'">Mouseover Link</a>

    :)

    One more question. The code you have written for me works fine, but I was wondering how I could write it to put it in my external CSS. Please help if you can. Thank you.
  2. I am sort of new to php and css, but have some background in HTML/XHTML/DHTML and was wondering if it was possible to create a mouseover script that would change the text of a link, i.e.:if the original text for the link is:Mouseover Linkcould I create a script to make it say:[Mouseover Link](with the brackets around it)please help me find out if this is possible. Thank you very much.

×
×
  • Create New...