I'm editing a book that contains some upside-down text, and I'm having issues getting it to show correctly on my Kobo Libra 2. Here is my current CSS class:
Code:
.anclrg-ud {
transform: scale(-1, -1);
-ms-transform: scale(-1, -1);
-webkit-transform: scale(-1, -1);
-o-transform: scale(-1, -1);
-moz-transform: scale(-1, -1);
}
Even without the -ms, -webkit, -o, and -moz compatabilities it shows just fine in Sigil, and, at least with them, it works in Calibre, but on my Kobo it's not working. Is there an additional version of the transform element I can add, or is it just something Kobo won't play nice with?
My Kobo is at the latest stock firmware. I should mention I'm using ePub 2. I'd rather not go to 3 because I don't use any of its other features and hate seeing the nav file in Sigil, but if that's what's necessary then it is what it is.
Thanks in advance!