3 questions

by klam1(at)usa.net

 Date:  Wed, 25 Mar 1998 05:47:34
 To:  hwg-graphics(at)hwg.org
  todo: View Thread, Original
Hello all
  I have 3 questions here:  The first is about font/font facing(?)does font face=whatever work in NN? and what are the top 10 most used/accessible fonts?
  Next question, have heard yes and now to this, does NN acknowledge mouseover text changes?  If so, how would I add that to this script:
{
        document.body.onmouseover=makeCool;
        document.body.onmouseout=makeNormal;
    }
    function makeCool() {
        src = event.toElement;
        if (src.tagName == "A") {
            src.oldcol = src.style.color;
            src.style.color = "#66FFFF"; 
        }
    }
    function makeNormal() {
        src=event.fromElement;
        if (src.tagName == "A") {
            src.style.color = src.oldcol;
        }
    }
Thanks again all!
Kevin


____________________________________________________________________
Get free e-mail and a permanent address at http://www.netaddress.com

HWG: hwg-graphics mailing list archives, maintained by Webmasters @ IWA