Re: [css-d] Selectivizr

2013-08-26 Thread Jukka K. Korpela
2013-08-26 22:18, Tom Livingston wrote: Anyone (still) use this? Is there something better? http://selectivizr.com/ I use it regularly as nth-of type and first/last-of-type is so handy and I have to support back to IE7 usually. Since Selectivzr handles such things nicely (and I think it adds

Re: [css-d] CSS3 Animation Top Position Percent problem

2013-08-26 Thread Philippe Wittenbergh
Le 27 août 2013 à 14:52, "L. David Baron" a écrit : > Many of the other references in the CSS spec to things that are > based on the height of the containing block explicitly say that if > the containing block's computed height is 'auto', then the > percentage is as well. See, for example: > h

Re: [css-d] CSS3 Animation Top Position Percent problem

2013-08-26 Thread Karl DeSaulniers
I think this may be because the 0% and 100% are key words for the selectors and the css animation is confused? Its probably trying to find the selector -120%. But I am guessing here. Does look like others have run across this and determined it was a bug. Karl DeSaulniers Design Drumm http://desi

Re: [css-d] CSS3 Animation Top Position Percent problem

2013-08-26 Thread L. David Baron
On Tuesday 2013-08-27 14:05 +0900, Philippe Wittenbergh wrote: > I'm absolutely not clear why the percentage based animation actually works in > Firefox (and incidentally, Presto based Opera 12.x). And Eric notes it > doesn't seem to work in IE 11 (and IE 10?). That seems correct per spec to > m

Re: [css-d] CSS3 Animation Top Position Percent problem

2013-08-26 Thread Philippe Wittenbergh
Le 27 août 2013 à 01:52, Chris Rockwell a écrit : > This is a webkit thing, check it in Firefox and it should work. I'll need > to do more research to find out why. I'm absolutely not clear why the percentage based animation actually works in Firefox (and incidentally, Presto based Opera 12.x

Re: [css-d] CSS3 Animation Top Position Percent problem

2013-08-26 Thread Eric
I forgot to mention thisthe -moz- prefixes for animation are no longer necessary, haven't been for a couple of versions. __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/F

Re: [css-d] CSS3 Animation Top Position Percent problem

2013-08-26 Thread Eric
I read something about this a couple of months ago on the W3C CSS mail list. As I recall the discussion was about percentage positioning units not working per spec in Mozilla and one of the Moz engineers agreed. I can't seem to find it right now but it's worth a search. In both webkit and IE11 the

[css-d] Selectivizr

2013-08-26 Thread Tom Livingston
List, Anyone (still) use this? Is there something better? http://selectivizr.com/ I use it regularly as nth-of type and first/last-of-type is so handy and I have to support back to IE7 usually. TIA -- Tom Livingston | Senior Front-End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.

Re: [css-d] Window widths and responsive design

2013-08-26 Thread Michael Stevens
That is interesting since I never zoom pages in a browser. I'm wondering, though, how did you tell that your "adjusted" sizes were 1920 pixels or smaller than 400 pixels? Mike -Original Message- On Behalf Of David Hucklesby Working on my first "responsive" website, I discovered something

Re: [css-d] Window widths and responsive design

2013-08-26 Thread Tom Livingston
On Mon, Aug 26, 2013 at 1:30 PM, David Hucklesby wrote: > Working on my first "responsive" website, I discovered something useful. > Dragging a browser window to different sizes has limitations, but I can see > how > a page reacts to different widths by using browser "zoom" as well. > > The good n

[css-d] Window widths and responsive design

2013-08-26 Thread David Hucklesby
Working on my first "responsive" website, I discovered something useful. Dragging a browser window to different sizes has limitations, but I can see how a page reacts to different widths by using browser "zoom" as well. The good news is that both Firebug and Chrome tools reflect the "adjusted" el

Re: [css-d] Too much space in header

2013-08-26 Thread Chris Rockwell
It's this: .single-format-standard h1 { font-size: 260px; line-height: 1.1em; margin-bottom: 10px;} on line 53. Your line-height is using em's, which means it's based on that font-size of 260px (woah!). Line-height doesn't need units: http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-hei

[css-d] Too much space in header

2013-08-26 Thread Gates, Jeff
I've noticed a problem with how my header displays on individual blog post pages when the site is viewed on a smartphone. It's a WP responsive template. The media queries defining both seem to be the same (unless I'm missing something, which is possible). Here is an example of what it looks like:

Re: [css-d] CSS3 Animation Top Position Percent problem

2013-08-26 Thread Chris Rockwell
This is a webkit thing, check it in Firefox and it should work. I'll need to do more research to find out why. On Mon, Aug 26, 2013 at 12:31 PM, Kuzeko Web Design - Matteo Lissandrini < w...@kuzeko.com> wrote: > Hi all, > > I am trying a simple animation: long text inside a box scrolling up. >

[css-d] CSS3 Animation Top Position Percent problem

2013-08-26 Thread Kuzeko Web Design - Matteo Lissandrini
Hi all, I am trying a simple animation: long text inside a box scrolling up. Since I have multiple boxes they have different length, so I am trying to use keyframe animation with top positioning with percent value. Please find an example here: http://jsfiddle.net/sKEnv/1/ As you can see the fir