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

2013-08-29 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

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

2013-08-28 Thread Kuzeko Web Design - Matteo Lissandrini
. I for one avoid animations with CSS. But that is just me I assume. Best, Karl Sent from losPhone On Aug 27, 2013, at 4:38 PM, Kuzeko Web Design - Matteo Lissandrini w...@kuzeko.com wrote: Ok, thank you. But then, the question becomes: how do I accomplish that effect with only CSS

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

2013-08-27 Thread Kuzeko Web Design - Matteo Lissandrini
Thank you all for the answers, but now I am really confused. So is this supposed to do so or is a bug? Can you fork my example and show me how to have this work properly if this is possible? -- Kuzeko On 27 August 2013 08:28, Philippe Wittenbergh e...@l-c-n.com wrote:

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

2013-08-27 Thread Kuzeko Web Design - Matteo Lissandrini
in CSS animations. Eric On August 27, 2013 at 8:09 AM Kuzeko Web Design - Matteo Lissandrini w...@kuzeko.com wrote: Thank you all for the answers, but now I am really confused. So is this supposed to do so or is a bug? Can you fork my example and show me how to have this work

[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

Re: [css-d] ADMIN: Just testing

2013-08-12 Thread Kuzeko Web Design - Matteo Lissandrini
No matter what Mr. Meyer, we all due you a big thank you for your continued dedicated service to this community. Thanks again! -- Kuzeko On 12 August 2013 14:12, Eric A. Meyer e...@meyerweb.com wrote: On 12 Aug 2013, at 10:52, Eric A. Meyer wrote: Normally I frown

Re: [css-d] Layouts using multicol vs traditional style layouts.

2013-05-13 Thread Kuzeko Web Design - Matteo Lissandrini
3. Is multicol still buggy in browsers. I have seen some spectacular ones with flexbox. Here you are: http://caniuse.com/#feat=multicolumn http://caniuse.com/#feat=flexbox -- Kuzeko __ css-discuss

Re: [css-d] Need Excellent Resources for Responsive Design

2013-05-07 Thread Kuzeko Web Design - Matteo Lissandrini
This is the GO-TO resource for responsive web design patterns. http://bradfrostweb.com/blog/web/this-is-responsive/ -- Kuzeko On 7 May 2013 17:29, Elli Vizcaino elli...@yahoo.com wrote: Hello CSS Discuss, Looking for some great resources on how I can create responsive

Re: [css-d] Media queries and em's

2013-01-17 Thread Kuzeko Web Design - Matteo Lissandrini
Related to the topic http://css-tricks.com/zooming-squishes/ -- Kuzeko On 13 January 2013 18:35, Kuzeko Web Design - Matteo Lissandrini w...@kuzeko.com wrote: Hi all, I would like to work on my new project building Responsive layouts making use of flexible em-based

Re: [css-d] Media queries and em's

2013-01-14 Thread Kuzeko Web Design - Matteo Lissandrini
Yes, you are right I expressed it the wrong way. So, do you have any particular suggestion? -- Kuzeko On 13 January 2013 21:37, Philip TAYLOR p.tay...@rhul.ac.uk wrote: Kuzeko Web Design - Matteo Lissandrini wrote: Yes, Christian is right, exactly from

Re: [css-d] Media queries and em's

2013-01-14 Thread Kuzeko Web Design - Matteo Lissandrini
I'm sorry Philip, but I may have missed something... Why recommending this particular website among the thousands available (e.g. http://MediaQueri.es )? Additionally that one does not use the technique I'm researching. On 14 January 2013 11:23, Philip TAYLOR p.tay...@rhul.ac.uk wrote:

Re: [css-d] Media queries and em's

2013-01-14 Thread Kuzeko Web Design - Matteo Lissandrini
Apologize. I'm sorry if I sounded rude or pretentious, I though that I was missing something about that site. That's it. -- Kuzeko On 14 January 2013 11:56, Philip TAYLOR p.tay...@rhul.ac.uk wrote: Kuzeko Web Design - Matteo Lissandrini wrote: I'm sorry Philip, but I

[css-d] Media queries and em's

2013-01-13 Thread Kuzeko Web Design - Matteo Lissandrini
Hi all, I would like to work on my new project building Responsive layouts making use of flexible em-based media queries instead of pixel based. The more detailed and up-to-date resources I've found are here http://filamentgroup.com/lab/how_we_learned_to_leave_body_font_size_alone/

Re: [css-d] Media queries and em's

2013-01-13 Thread Kuzeko Web Design - Matteo Lissandrini
Yes, Christian is right, exactly from this observation come my question. How to handle this fact? Is 16px enough widespread to let us hope the design will be coherent through different systems and devices? Did you had some workaround or trick to enact? -- Kuzeko On 13

Re: [css-d] Custom CSS resets

2012-08-13 Thread Kuzeko Web Design - Matteo Lissandrini
Then you all need to appreciate this: http://necolas.github.com/normalize.css/ -- Kuzeko On 13 August 2012 22:31, John D xfs...@hotmail.com wrote: The only CSS reset I normally use is this: * { margin: 0; padding: 0; border: 0; } This covers almost