View Single Post
Old 11-27-2010, 07:31 PM   #61
NicWest
Member
NicWest began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Nov 2010
Device: Kindle
bit of a necro post, but I find this works well for ADE-kindle on 100% text:

.drop {
overflow: hidden;
line-height: 89%;
height: 0.75em;
font-size: 281%;
margin-right: 0.075em;
float:left;
}

example/images on this blog post: http://stunjelly.com/e-books-drop-caps/

The overflow hidden gets rid of the need for the negative margins that kindle gets so upset by

Last edited by NicWest; 11-27-2010 at 07:38 PM.
NicWest is offline   Reply With Quote