×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    OnMouseOver: Difference between revisions

    Content added Content deleted
    imported>mutante
    mNo edit summary
     
    (No difference)

    Latest revision as of 23:21, 13 September 2005

    How to create a JavaScript onMouseOver effect on a webpage:

    onMouseOver Image Effect Tutorial

    //image swapping function:
    function hiLite(imgDocID, imgObjName, comment) {
    if (browserVer == 1) {
    document.images[imgDocID].src = eval(imgObjName + ".src");
    window.status = comment; return true;
    }}
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.