Re: [css-d] Flex question

2017-05-22 Thread Tom Livingston
Thanks Al. This was the hint I needed. >> >> Hi Tom, >> >> I know you're very advanced in your CSS skills, so looking at the structure >> and CSS we're deploying on our home page should give you some clues: >> http://www.projectseven.com/ -- Tom Livingston | Senior Front End Developer | Media

Re: [css-d] Flex question

2017-05-22 Thread Tom Livingston
On Mon, May 22, 2017 at 1:20 PM, Al Sparber wrote: > On 5/22/2017 12:50 PM, Tom Livingston wrote: >> >> Hello list, >> >> Given the following: >> >> >> Item 1 >> Item 2 >> Item 3 >> Item 4 >> >> >> ol{ >> position: absolute; >> display: flex; >> flex-direction: column; >> hei

Re: [css-d] Flex question

2017-05-22 Thread Al Sparber
Just for the hell of it, try this: Item 1 Item 2 Item 3 Item 4 CSS: ol{ display: flex; flex-direction: column; margin: 0px; padding: 0px; } ol li { display: inline-flex; justify-content: center; } ol li:nth-child(odd) { background-color: red

Re: [css-d] Flex question

2017-05-22 Thread Al Sparber
On 5/22/2017 12:50 PM, Tom Livingston wrote: Hello list, Given the following: Item 1 Item 2 Item 3 Item 4 ol{ position: absolute; display: flex; flex-direction: column; height: 100%; /* 100% of taller parent */ } ol li{ display: flex; flex:1; } ol li a{ fle

[css-d] Flex question

2017-05-22 Thread Tom Livingston
Hello list, Given the following: Item 1 Item 2 Item 3 Item 4 ol{ position: absolute; display: flex; flex-direction: column; height: 100%; /* 100% of taller parent */ } ol li{ display: flex; flex:1; } ol li a{ flex:1; } the OL is absolute and 100% height of a

Re: [css-d] Pure CSS variables (no preprocessors)

2017-05-22 Thread Reese
At 08:08 PM 5/21/2017, Karl DeSaulniers wrote: Maybe a re-install is in order? Dunno. I asked about it on a Eudora group, I'm not the only one who has experienced this. Working hypothesis ATM: randomly-triggered bug in the Eudora v7.1.0.9 message viewer. Reese __