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
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
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
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
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
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
__