<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> </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 <hutchlists@midwales.com><BR></FONT>> So does anyone have a script that can be used to just change the color of a<BR>> node body background, perhaps with greater opacity on a mouseover? <BR><BR>Do it in css<BR><BR>.node:hover {<BR> 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> background-color: #EEE;<BR> border: 1px solid #888;<BR> font-size:11px;<BR>}<BR>.form-textarea:focus {<BR> background-color: #FFC;<BR> border: 1px solid #F88;<BR>}<BR>.form-textarea:hover {<BR> background-color: #FFC;<BR>}<BR><BR><BR><BR>> Nancy E. Wichmann, PMP<BR>> Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L.<BR>> King,
Jr.<BR><BR><BR>-- <BR>-----------------<BR>Bob Hutchinson<BR>Midwales dot com<BR>-----------------<BR></DIV></DIV></div></body></html>