>>1198remember when i was working with fluid images and ran into issues where my imgs werent responsive in ie10? turns out some old versions of IE require specific css to make sure background-images are properly scaled. had ta add
ms-width: 100%;
, man that saved a headache!
>never underestimate browser-specific quirksactually wait, lemme think about this more