Responsive Web design, as defined by Ethan Marcotte, consists of a fluid grid, fluid images and media queries. Different browsers have different methods of calculating widths for percentage based layouts. Browsers have to translate percentages into actual device pixels to fit in the viewport and this can cause problems. This article describes the potential problems […]