filter: fliph();
Browser |
|
---|---|
Type |
|
The fliph filter specifies the horizontal flip of the element.
#example {
filter: fliph();
}
Example
<img src="image/friend.gif" alt="IMG" width="170" height="140">
- Output
-
<div style="font: bold 170% sans-serif; width: 100%;">
Example text
</div>
- Output
-
Example text
<img src="image/friend.gif" alt="IMG" width="170" height="140" style="filter: fliph();">
- Output
-
<div style="font: bold 170% sans-serif; width: 100%; text-align: right; filter: fliph();">
Example text
</div>
- Output
-
Example text