No clue. Try adding 'javascript: before your style. so it'd be onMouseOver="javascript:style.backgroundColor='##666666';"
Doug Brown wrote: > Why does this work in just a plain .cfm page with no <cfoutput> > > <TR bgcolor="#c6c6c6" onMouseOver="style.backgroundColor='#666666';" > onMouseOut="style.backgroundColor='#c6c6c6';"> > > And this does not when enclosed within <cfoutput> > > <TR bgcolor="##c6c6c6" onMouseOver="style.backgroundColor='##666666';" > onMouseOut="style.backgroundColor='##c6c6c6';"> > > > > > > > Thanks > > > > Doug > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263367 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

