Is there a way to translate the position of div x and y using Jquery that is compatible with all browsers, such as IE 7, IE8, IE9, and IE10? I have attempted the following:
<div id="s1" style="-ms-transform:translate(159,430)">
hello
</div>
Unfortunately, this method is not effective. How can I properly translate the div to a specific x and y position on the page in IE7, IE8, and IE9 browsers?
I am looking for a solution that will work across all versions of Internet Explorer from IE7 to IE10.
Thank you,
Siva