| | |
Change Cursor Type & BackColor
Please support our ASP.NET advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
0
#2 Oct 12th, 2009
The below code should solve the problem...
ASP.NET Syntax (Toggle Plain Text)
<td onmouseover="style.backgroundColor='blue'" onmouseout="style.backgroundColor=''" style="cursor:pointer;"> hi </td>
Last edited by Dhaneshnm; Oct 12th, 2009 at 11:54 pm.
•
•
Join Date: Apr 2008
Posts: 75
Reputation:
Solved Threads: 0
0
#3 Oct 13th, 2009
Thx...
Thru JS
Thru JS
ASP.NET Syntax (Toggle Plain Text)
<script type ="text/javascript" > function onMouseMove() { document.getElementById("1").style.backgroundColor ="skyblue"; document.body.style.cursor = 'hand'; } function onMouseLeave() { document.getElementById("1").style.backgroundColor =""; document.body.style.cursor = "default"; } </script> <td id="1" style="width: 98px; height: 46px;" onMouseOver="onMouseMove()" onMouseOut="onMouseLeave()"> </td>
![]() |
Similar Threads
- change font type, font color, font size and bacground color in listbox (JavaScript / DHTML / AJAX)
- change cursor from pointer to hand (JavaScript / DHTML / AJAX)
- change cursor (Visual Basic 4 / 5 / 6)
- i have problem in cursor type and lock type (ASP)
- Small problem face me (C#)
- Change the mouse cursor using only css (HTML and CSS)
- change the cursor (HTML and CSS)
- Change form's cursor in a static member function (C)
Other Threads in the ASP.NET Forum
- Previous Thread: Need help for Regular Expression
- Next Thread: Converting Html to xml
Views: 404 | Replies: 3
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 3.5 activexcontrol advice ajax application asp asp.net bc30451 bottomasp.net browser businesslogiclayer button c# c#gridviewcolumn checkbox child class click compatible confirmationcodegeneration content contenttype countryselector courier css database datagrid datagridview datagridviewcheckbox datalist deadlock development dgv dropdown dropdownmenu edit feedback flash flv folder form forms google grid gridview homeedition hosting identity iframe iis index javascript jquery list maps menu mono mssql multistepregistration nameisnotdeclared object objects order problem profile ratings refer rotatepage save search security serializesmo.table session silverlight smartcard software sql suse textbox tracking typeof unauthorized update validation vb vb.net video view virtualdirectory vista visual-studio visualstudio vs2008 web webarchitecture webdevelopemnt wizard xml





