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
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
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
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
> -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
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
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
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