Re: [css-d] Height 100% issue

2014-06-16 Thread Tom Livingston
Does .dots contain something that contribute to the height of .leftcol? This is a possible solution: .leftcol { position: relative; } .dots { position: absolute; top: 0; bottom: 0; } This looks like it's gonna work well. Thanks Philippe. -- Tom Livingston | Senior Front-End Developer

Re: [css-d] font-variant:small-caps;

2014-06-16 Thread Richard Wendrock Forum
I used David's suggestion to solve the problem. Assuming Arial does not have small-caps variants, I switched to font-family: Verdana, Geneva, sans-serif; and that solved the problem. Thank you everyone! The Lord bless you and keep you, Richard Numbers 6:24-26 -Original Message-

Re: [css-d] font-variant:small-caps;

2014-06-16 Thread Jukka K. Korpela
2014-06-16 22:01, Richard Wendrock Forum wrote: I used David's suggestion to solve the problem. I don't think he made any suggestion. He wrote Not using Arial. Assuming Arial does not have small-caps variants, There is no reason to assume such things; it is a fact that can be checked. I