I have the following css rule:
transform-origin: 100% 50%;
How to make it work in IE7 and IE8? I was google’ing for 4 hours with no luck. Any help appreciated!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have solved this by making image double width as it was before and added
left: -300px(half width of image). I know this is not the best way to do it, but anyway it works like it should do. Hope someone will find this answer helpful 🙂