[css-d] What is box-orient in the css3-flexbox specification?

2011-12-27 Thread Peng Yu
Hi, The flexbox document has been changed quite a bit recently. http://www.w3.org/TR/css3-flexbox/ Properties like "box-orient" should have been changed to a different name in the new specification. But I'm not sure what the new name is. Does anybody know? Is there a mapping between all the old

Re: [css-d] Where is the document for the syntax @media (-webkit-transform-3d)?

2011-12-27 Thread Peng Yu
On Tue, Dec 27, 2011 at 1:38 PM, Joergen W. Lang wrote: > A Google search for "media queries" gives me these: > >  http://www.w3.org/TR/css3-mediaqueries/ >  http://www.w3.org/TR/CSS2/media.html#at-media-rule If I understands it corrrectly, the usage @media (-webkit-transform-3d) matches the foll

Re: [css-d] Detailed browser compatibility of each css features?

2011-12-27 Thread Tom Livingston
How about: http://caniuse.com/ On Mon, Dec 26, 2011 at 11:18 PM, Peng Yu wrote: > Hi, > > I'm not able to find a detailed browser compatibility table for each > css features (the following is just a high level table). Does anybody > know if there is a such detailed table? > > http://www.findmeb

Re: [css-d] Where is the document for the syntax @media (-webkit-transform-3d)?

2011-12-27 Thread Joergen W. Lang
A Google search for "media queries" gives me these: http://www.w3.org/TR/css3-mediaqueries/ http://www.w3.org/TR/CSS2/media.html#at-media-rule hth, Jørgen Am 27.12.11 19:51, schrieb Peng Yu: -webkit- is a vendor specific prefix, I think that you misunderstood my question. My question wa

Re: [css-d] Where is the document for the syntax @media (-webkit-transform-3d)?

2011-12-27 Thread Peng Yu
> -webkit- is a vendor specific prefix, I think that you misunderstood my question. My question was where the usage of @media (...) is defined? -- Regards, Peng __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss

Re: [css-d] Where is the document for the syntax @media (-webkit-transform-3d)?

2011-12-27 Thread mem
On Dec 27, 2011, at 17:28 , Peng Yu wrote: > Hi, > > Where are things > like -webkit-transform-3d that can be used with @media documented? -webkit- is a vendor specific prefix, cf. section: 4.1.2.1 http://www.w3.org/TR/CSS21/syndata.html#vendor-keywords -webkit- specifically it seems to be Ap

[css-d] Where is the document for the syntax @media (-webkit-transform-3d)?

2011-12-27 Thread Peng Yu
Hi, I see the usage @media (-webkit-transform-3d) for example at the following address. http://www.hagenburger.net/BLOG/3d-Github-badge-with-pure-CSS3.html Although http://www.w3.org/TR/CSS2 has a section on @media, it doesn't describe the usage of @media (-webkit-transform-3d). Where are things

Re: [css-d] two drop downs / z-index / conflict / fixed

2011-12-27 Thread Bob Meetin
Original problem: I am working on a joomla theme/template. The mainmenu works fine by itself. For the requirements I needed to add a secondary, dropdown menu module. The second menu will live above the main dropdown. The problem is that in spite of adding some high z-index numbers in what I t