Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what is flipv and fliph : is it removed from css3

Tags:

css

      <style>
        <!--
       .verticaltext {
           writing-mode: tb-rl;
           filter: flipv fliph;
        }
       -->
       </style> 

what is flipv and fliph ? Even if i remove them I can see the text vertical ? I have seen many places it's used and at some not...

like image 938
Saurabh Kumar Avatar asked May 18 '11 21:05

Saurabh Kumar


1 Answers

Those are proprietary IE CSS things that you can do to flip text vertically or horizontally.

like image 89
sdleihssirhc Avatar answered Oct 21 '22 06:10

sdleihssirhc