<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:12pt"><DIV></DIV>
<DIV>Thanks, Bob. Sometimes you just have to hit your forehead and say DUH!<BR>&nbsp;</DIV>
<DIV><BR></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: arial, helvetica, sans-serif"><BR>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif"><FONT face=Tahoma size=2>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Bob Hutchinson &lt;hutchlists@midwales.com&gt;<BR></FONT>&gt; So does anyone have a script that can be used to just change the color of a<BR>&gt; node body background, perhaps with greater opacity on a mouseover? <BR><BR>Do it in css<BR><BR>.node:hover {<BR>&nbsp; background: #FFFF00;<BR>}<BR><BR>or you could do it on .content. <BR>I use this method on forms, it tells people when to click to get the cursor in <BR>and once its there I use :focus so they know where they are in the form. eg<BR>.form-textarea {<BR>&nbsp; background-color: #EEE;<BR>&nbsp; border: 1px solid #888;<BR>&nbsp; font-size:11px;<BR>}<BR>.form-textarea:focus {<BR>&nbsp; background-color: #FFC;<BR>&nbsp; border: 1px solid #F88;<BR>}<BR>.form-textarea:hover {<BR>&nbsp; background-color: #FFC;<BR>}<BR><BR><BR><BR>&gt; Nancy E. Wichmann, PMP<BR>&gt; Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L.<BR>&gt; King,
 Jr.<BR><BR><BR>-- <BR>-----------------<BR>Bob Hutchinson<BR>Midwales dot com<BR>-----------------<BR></DIV></DIV></div></body></html>