css - How to do translate3d type effect for older versions of IE -


on site i'm working on, have css uses translate3d style accordingly. example:

style="transform: translate3d(-133px, -8px, 0px);" 

however, need address in older versions of ie. other ways can done? there way use filters or else make happen?

maybe negative margins help: margin-left: -133px; margin-top: -8px; might depend on parent element styles.


Comments

Popular posts from this blog

ios - Is 'init' forbidden as *part* of a variable name? -

javascript - Why Selenium can't find an element that is graphically visible -

angular - Angular2 Router: Cannot find primary outlet to load 'HomeComponent' -