We need little help for our project website. Please help us. We need a code for mouse hover in ASP.NET. For example, every time the mouse is over the image there is a pop-up image in its side. We'll wait..Thank you very much!
You can do so using JavaScript or jQuery(JavaScript Framework).
You can also do this with straight CSS if you use the :hover attribute. You can apply this to any HTML element.
Following links might help you
http://www.dynamicdrive.com/dynamicindex4/imagetooltip.htm http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm