I am wondering if it is a good idea to use rem in my mobile website. Doing so makes life a lot easier but I don't have any older devices to test on and I can't find any clear information on support in ie mobile.
Asked
Active
Viewed 336 times
0
-
1Related: [Should I use px or rem in my css?](http://stackoverflow.com/questions/11799236/should-i-use-px-or-rem-in-my-css) – Wesley Murch Mar 07 '13 at 16:32
-
1http://caniuse.com/rem – Šime Vidas Mar 07 '13 at 16:34
-
I saw this table, but it does not specifically mention ie mobile. I know they are supposed to be compatible with the desktop version but experience with other mobile browsers makes me very pessimistic about compatibility claims. – Finglish Mar 07 '13 at 16:42
1 Answers
1
CSS3 has the new “rem” unit which picks up the root (html) fontsize....IE7 and 8 don't support it but does it matter? no, since you mention Mobile and therefore rem should be fine. but you want to check for testing different mobile os/versions? Try this:
From the looks of it really old mobile OS and old ie dont support it

Riskbreaker
- 4,621
- 1
- 23
- 31