Re: [css-d] vw and vh units -- how does one learn of developments in the CSS spec. such as these ?

2017-04-05 Thread Philippe Wittenbergh
> On Apr 6, 2017, at 9:05 AM, Karl DeSaulniers wrote: > > Thanks Kevin for the link. > Curious though. As the page did not explain, what is "ch"? > Character height? > >> On Apr 4, 2017, at 6:21 PM, Kevin Randall wrote: >> >>

Re: [css-d] vw and vh units -- how does one learn of developments in the CSS spec. such as these ?

2017-04-05 Thread Eric A. Meyer
On 5 Apr 2017, at 22:52, Philippe Wittenbergh wrote: On Apr 6, 2017, at 9:05 AM, Karl DeSaulniers wrote: Curious though. As the page did not explain, what is "ch"? Character height? Here is the spec text about `ch`: https://drafts.csswg.org/css-values-3/#ch As far as

[css-d] IE Edge svg hover issue

2017-04-05 Thread Tom Livingston
Here is my structure and css: http://www.w3.org/2000/svg; viewBox="0 0 100 100"> .st0{fill:#afafaf;} .navbar{ display: block; position: relative; list-style-type: none; padding: 0; margin: 0; //width: 52%; max-width: 225px; li{ position: relative; background:

Re: [css-d] IE Edge svg hover issue

2017-04-05 Thread Philippe Wittenbergh
> On Apr 6, 2017, at 1:47 AM, Tom Livingston wrote: > > Here is my structure and css: > In Edge, on hover the svg disappears when you move your cursor off the > element. > > Anyone see why or know what's up? I've been messing around with style > changes, but can't see what

Re: [css-d] vw and vh units -- how does one learn of developments in the CSS spec. such as these ?

2017-04-05 Thread Karl DeSaulniers
Thanks Kevin for the link. Curious though. As the page did not explain, what is "ch"? Character height? Best, Karl DeSaulniers Design Drumm http://designdrumm.com > On Apr 4, 2017, at 6:21 PM, Kevin Randall wrote: > > https://www.w3schools.com/cssref/css_units.asp

Re: [css-d] IE Edge svg hover issue

2017-04-05 Thread Tom Livingston
Oh boy. Sorry about the sass. I discovered that Edge needed a fixed width for the effect to work. I was using calc. Percentage didn't work either. Thanks for looking. When I can, I'll try to follow up with the working sample. On Wed, Apr 5, 2017 at 7:31 PM Philippe Wittenbergh