http://selectors.linxz.de/#32
------------------
????????????????????????????????????
------------------ ???????? ------------------
??????: "David Hucklesby";
????????: 2012??6??30??(??????) ????12:03
??????: "wsg";
????: Re: [WSG] cross-browser or vendor-specific CSS
On 6/29/12 11:08 AM, coder wrote:
>
> ----- Original Message ----- From: "David Hucklesby"
>
>> Start with a simple design for mobile and old browsers. Add advanced
>> CSS inside @media queries or qualified by :root.
>
> qualified by :root? can you give us an example here?
>
In HTML, :root is functionally equivalent to "html". Not supported by IE
prior to version 9, so a rule like this:
:root .thumbs .figure { display: inline-block; }
...would be ignored by old IE.
HTH
--
Cordially,
David
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************