| | |
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 |
Tag cloud for ASP.NET
.net 2.0 activexcontrol advice ajax alltypeofvideos anathor application asp asp.net bc30451 bottomasp.net box browser button c# checkbox click commonfunctions complex dataaccesslayer database datagridview datagridviewcheckbox datalist development dgv dropdownlist dynamically edit editing expose feedback fileuploader fill flash form formatdecimal formview google gridview gudi iframe iis javascript list listbox login microsoft migration mono mouse mssql multistepregistration news numerical object opera panelmasterpagebuttoncontrols parent problem project radio redirect registration relationaldatabases reportemail richtextbox rotatepage rows save schoolproject search security select session silverlight smartcard smoobjects software sql-server sqlserver2005 suse textbox tracking unauthorized validation vb.net video videos view vista visualstudio web webapplications webdevelopemnt webprogramming webservice xsl youareanotmemberofthedebuggerusers





