简体   繁体   中英

css:Multiple effects cause the rollover to be invalid

I have an input[type='button'] element that needs to be flipped.

When using transform: scale(-1,1), it can be displayed correctly.

However, when I add other effects (ex: transform: scale(-1,-1) tranlate(0px,0px)), I can't flip it properly. What is the reason?

Check this >>> i think you miss a letter translate() try to validate your code to see what's wrong with it. I will recommend you to go https://validator.w3.org/#validate_by_inpu . i hope this was helpful.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM