here is what i tried: i installed lotus and found its registry key in HKLM\Software\Lotus and here is the path of the registry key i am checking in system search:
Property=LOTUS_FOUND
operation= read directory name from registry
Root=HKLM
key=Software\Lotus\Notes\5.0
value=
value is...
I have these 2 styles:
Code:
td.on {
background: #660000;
}
td.off {
background: #cccc99;
}
and i am using them as:
Code:
<td class="off" onMouseOver="this.className='on'" onMouseOut="this.className='off'">
which works fine ONLY IF i have those styles embedded on the page, now...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.