Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Flip image horizontally with selectmenu. Re: Flip image horizontally with selectmenu.

#129483
JohnMotylJr
Participant

@Yammaski,
Oh yeah, sorry about that, forgot to add the extra syntax

.flipped {
-webkit-transform:scaleX(-1);
-moz-transform:scaleX(-1);
transform:scaleX(-1);
-ms-filter: "FlipH";
filter: FlipH;
}