On Sep 16, 2014, at 1:21 PM, Tom Livingston <tom...@gmail.com> wrote:

>> the px fallback being to add
>> 
>> font-size: 16px;
>> font-size: 1rem;
>> 
>> to my css up at the top, right? Does this also set 1rem equal to 16px?
> 
> No no. For each use of rem, you need to add a px fallback. The above
> was just an example of it...


Ah..that’s right..sorry..it’s so that IE8 will ignore the rem but will happily 
use the px, and by putting the rem size afterward, “modern” browsers will use 
rem, not px.

J
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to