Apply multiple attributes to in-line onmouseover/out

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I've been looking around and I can't find an example of the following
anywhere. Just a syntax question really; in an HTA the following changes the
font style and size on mouse over/out:

<div onmouseover="me.style.font='16pt Arial'"
onmouseout="me.style.font='10pt ''Times New Roman'''">Example text.</div>

If I wanted to use IN-LINE arguments in the above example to also change the
font color and background color onmouseover and onmouseout, how would this be
done? Could someone please add these attributes to my example DIV above so
that it works?

Thanks much in advance.
.