To flip a image in CSS you can use the following snippet.
img { -moz-transform: scaleX(-1); -o-transform: scaleX(-1); -ms-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: "FlipH"; }
All the Code Snippets and Samples you need
To flip a image in CSS you can use the following snippet.
img { -moz-transform: scaleX(-1); -o-transform: scaleX(-1); -ms-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: "FlipH"; }
You must be logged in to post a comment.
RT @CodeSnippetsNET: Flip a image in #CSS http://t.co/Gv3avPGb9P #html #php #js #jquery #javascript #programming #code #coding
RT @CodeSnippetsNET: Flip a image in #CSS http://t.co/Gv3avPGb9P #html #php #js #jquery #javascript #programming #code #coding