Re: [css-d] Rotating along Z

2014-11-28 Thread Crest Christopher
Wrong value, I should have used Y instead of Z. [Update http://jsfiddle.net/yexao7mL/3/] MiB mailto:digital.disc...@gmail.com Friday, November 28, 2014 2:52 AM You have the wrong expectations here. This is a great site to explore what different transform commands does and get some code out

[css-d] Drop Menu failing on most Mobile Phones

2014-11-28 Thread Crest Christopher
Hi, the following effect http://cssdeck.com/labs/navigation-dropdown-with-flip-effect is not collapsing on iPhone and it's not opening or collapsing on WP8.x. I can't say whether it works on Android as I didn't test on Android ? Christopher

[css-d] Numbered lists with unique numbers per line

2014-11-28 Thread Øyvind Teig
Hi! I'd like this list http://www.teigfam.net/oyvind/home/technology/ to look like this: 092 Not so blocking after all (and a conditional admission) 091 To reset a plane 090 Atomic for all? Go-style concurrency (at embedded.TRD 26March2014) 084 CSP on Node.js and ClojureScript by JavaScript

Re: [css-d] Numbered lists with unique numbers per line

2014-11-28 Thread Ken Robinson
This is not a CSS related question -- it's just HTML pAn ordered list:/p ol li value=92Coffee/li li value=91Tea/li li value=84Milk/li /ol Will do what you want (but without leading zeros). Ken On Fri, Nov 28, 2014 at 11:06 AM, Øyvind Teig oyvind.t...@teigfam.net wrote: Hi! I'd like

Re: [css-d] Numbered lists with unique numbers per line

2014-11-28 Thread Jukka K. Korpela
2014-11-28 18:23, Ken Robinson wrote: This is not a CSS related question -- it's just HTML There is a CSS related issue here, too. pAn ordered list:/p ol li value=92Coffee/li li value=91Tea/li li value=84Milk/li /ol Will do what you want (but without leading zeros). The CSS

Re: [css-d] Numbered lists with unique numbers per line

2014-11-28 Thread Eric
Have you tried CSS counters...might just work for you. https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Counters http://caniuse.com/#search=counter On November 28, 2014 at 11:06 AM Øyvind Teig oyvind.t...@teigfam.net wrote: Hi! I'd like this list

Re: [css-d] Rotating along Z

2014-11-28 Thread Eric
Check this one out, it helped me understand how it works... http://thewebrocks.com/demos/3D-css-tester/ On November 28, 2014 at 1:40 AM Crest Christopher crestchristop...@gmail.com wrote: I need some help, why this http://jsfiddle.net/yexao7mL/ doesn't rotate along the Z, I know it's flat

Re: [css-d] Numbered lists with unique numbers per line

2014-11-28 Thread Øyvind Teig
No, I haven't, as I think perhaps that's somewhat difficult with unique values for each. But I have just now tried TablePress WordPress plugin, I have pasted it into the page at the bottom. I just realised that I had asked for a standard tabular view(blush). I get some additional benefits,

Re: [css-d] Rotating along Z

2014-11-28 Thread Crest Christopher
Thanks for the link ! Christopher Eric mailto:e...@minerbits.com Friday, November 28, 2014 1:38 PM Check this one out, it helped me understand how it works... http://thewebrocks.com/demos/3D-css-tester/ On November 28, 2014 at 1:40 AM Crest Christopher crestchristop...@gmail.com wrote:

Re: [css-d] Drop Menu failing on most Mobile Phones

2014-11-28 Thread David Laakso
On Fri, Nov 28, 2014 at 10:58 AM, Crest Christopher crestchristop...@gmail.com wrote: Hi, the following effect http://cssdeck.com/labs/navigation-dropdown-with-flip-effect is not collapsing on iPhone and it's not opening or collapsing on WP8.x. I can't say whether it works on Android as I

Re: [css-d] Drop Menu failing on most Mobile Phones

2014-11-28 Thread Crest Christopher
Thanks David, the example you provided doesn't have the nice collapse effect ! Do you think jQuery could iron out any quirks that this menu has, or strictly JS will only work ? Christopher David Laakso mailto:laakso.davi...@gmail.com Friday, November 28, 2014 2:20 PM On Fri, Nov 28, 2014 at

Re: [css-d] Drop Menu failing on most Mobile Phones

2014-11-28 Thread Karl DeSaulniers
Yes. jQuery can make this work. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Nov 28, 2014, at 2:13 PM, Crest Christopher crestchristop...@gmail.com wrote: Thanks David, the example you provided doesn't have the nice collapse effect ! Do you think jQuery could iron out