Quote:
Originally Posted by JSWolf
Given that from the BPHs, most Kindle eBooks start off as ePub as the source format, I don't think using webkit columns will happen. Also, given that you cannot do webkit columns in Mobi, that's not going to happen in KF8. The problem is is that KF8 is hampered by Mobi. Amazon really should allow KF8 only eBooks to be sold.
|
Easily fixed using media queries:
Code:
@media amzn-kf8 {
/* CSS for KF8 devices */
}
@media amzn-mobi7 {
/* CSS for Mobi7 devices */
}
It really doesn't have to be an all or nothing thing Jon.