| | |
Change Cursor Type & BackColor
Please support our ASP.NET advertiser: Intel Parallel Studio Home
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
| Thread Tools | Search this Thread |
.net 2.0 3.5 activexcontrol advice ajax asp asp.net bc30451 beginner bottomasp.net browser businesslogiclayer button c# c#gridviewcolumn cac checkbox child class click commonfunctions compatible confirmationcodegeneration content contenttype control countryselector courier css database datagrid datagridview datagridviewcheckbox datalist deadlock deployment development dgv dialog dropdownmenu dynamic edit embeddingactivexcontrol expose feedback findcontrol flash flv formatdecimal forms formview gridview homeedition iframe iis javascript jquery list menu mono mssql multistepregistration nameisnotdeclared novell objects order problem ratings rotatepage save search security serializesmo.table silverlight smartcard sql sqlserver2005 ssl suse textbox tracking treeview typeof unauthorized validation vb.net video virtualdirectory vista visual-studio visualstudio vs2008 web webarchitecture webdevelopemnt webdevelopment wizard xml youareanotmemberofthedebuggerusers





