Repeater控制鼠标在样式上 [英] Repeater control mouse over styles

查看:62
本文介绍了Repeater控制鼠标在样式上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

转发器控件行背景颜色正在改变鼠标我不想要它,我不想改变鼠标上的行颜色,如何实现它。

Repeater control row background colour is changing on mouse over I don't want it, I don't want to change row colour on mouse over ,how to achieve it.

推荐答案

<table><tbody><tr onmouseover="this.style.backgroundColor='blue'" onmouseout="this.style.backgroundColor=''">
</tr></tbody></table>





更多信息.. :)



在转发器中鼠标翻转行颜色 [ ^ ]



鼠标悬停在Asp .net上的变换器行背景颜色 [ ^ ]


如何更改Repeater控件中行的背景颜色,当它上面有MouseOver时? [ ^ ]



fore more info.. :)

chang row color in mouse over in repeater [^]

Change Repeater row background color on mouse hover in Asp .net[^]

How to change background color of row in repeater control , when MouseOver on it?[^]


设置你的转发器行背景颜色像这样 onmouseover

set your repeater row background color like this onmouseover
<tr  önmouseover="this.style.backgroundColor=''" >



来自:在转发器的鼠标悬停中变换行颜色


这篇关于Repeater控制鼠标在样式上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆