Re: row align and padding

Here's are two versions that work on Safari. For Safari 6.0.5 or earlier,
use the one labeled old syntax. For 6.1 and 7.0, use the other (which uses
new syntax). Safari still requires use of the "-webkit-" prefix in both
cases.


On Wed, Nov 13, 2013 at 5:09 AM, Glenn Adams <glenn@skynav.com> wrote:

> Simplified and clean up example, using single <p> for each caption's text
> (instead of separate p per line).
>
>
> On Tue, Nov 12, 2013 at 5:56 PM, Glenn Adams <glenn@skynav.com> wrote:
>
>> The attached uses to CSS3 Flexbox and a few other properties to produce
>> the desired effects for the row align and padding examples I've seen. It
>> works on current versions of Chrome, Firefox, and Opera. It doesn't seem to
>> work on Safari 6.0.5. I haven't tested IE, but supposedly IE10 and
>> following supports Flexbox.
>>
>
>

Received on Wednesday, 13 November 2013 03:04:46 UTC