P Progman Mar 5, 2006 #1 tell me how do you change an image from another when the mouse is over using asp.net please past some code
tell me how do you change an image from another when the mouse is over using asp.net please past some code
E Eliyahu Goldin Mar 5, 2006 #2 It is a client-side task: <img src="image1.gif" onmouseover="this.src='image2.gif'"> Eliyahu
P Progman Mar 6, 2006 #3 txs Eliyahu Goldin said: It is a client-side task: <img src="image1.gif" onmouseover="this.src='image2.gif'"> Eliyahu Click to expand...
txs Eliyahu Goldin said: It is a client-side task: <img src="image1.gif" onmouseover="this.src='image2.gif'"> Eliyahu Click to expand...