View Single Post
Old 04-07-2015, 11:27 AM   #14
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,557
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by Ghitulescu View Post
Or one can make a floating block with display: inline-block eg in a div comprising both items. Again, where it is supported.
Yes, the difference is page-break-inside is a required property, and inline-block isn't. Readers that don't support the former are non-compliant, those that don't support the latter are probably non-compliant too, but for other reasons. However, it's probably more likely to find support for inline-block, so maybe one should try this.
Jellby is offline   Reply With Quote