theborg72
06-07-2011, 08:14 AM
Hello..
hello, trying to create an effect with onmouseover and can not make it work right
the play code is
<cfoutput query="rsTest">
<table width="300" border="0" cellspacing="1" cellpadding="0" >
<tr style="background-color:###IIF(CurrentRow MOD 2, DE("99FFFF"), DE("9999FF"))#" >
<td>#rsTest.Betyg#</td>
</tr>
</table>
</cfoutput>
</body>
</html>
find it..
hello, trying to create an effect with onmouseover and can not make it work right
the play code is
<cfoutput query="rsTest">
<table width="300" border="0" cellspacing="1" cellpadding="0" >
<tr style="background-color:###IIF(CurrentRow MOD 2, DE("99FFFF"), DE("9999FF"))#" >
<td>#rsTest.Betyg#</td>
</tr>
</table>
</cfoutput>
</body>
</html>
find it..