Click here to Skip to main content
15,887,453 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Every one, I am lakshmana rao,
i have a web page contains asp.net panel control & i want to on mouse over&out events for that,here the specification is i want to change width& height of the panel when i place a mouse over that control. I tried out with the
onmouseover="this.style.zoom=2" onmouseout="this.style.zoom=1"
it is working but the zooming is displacing the original position of the control. Please suggest any one to getting this.(i want a solution with out ajax my hosting doesn't support ajax)
Posted
Updated 10-May-17 5:05am
v2

Hope this[^] might help you.
 
Share this answer
 
I don't see it. It could be an indirect effect of zooming of something else. You may want to make a short HTML sample to show this effect. (Only make is really simple, don't post all of your code. Also, post only HTML (not ASP.NET).)

By the way, do you know that the zoom style element is not Browser-portable? It works in IE8, not Mozilla.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900