Received some spam telling me my website needs a responsive layout. I wonder if @beep gets these emails.
Received some spam telling me my website needs a responsive layout. I wonder if @beep gets these emails.
When using the display: table
trick to move elements around, beware that Opera+FF require the fake-table element to also have table-layout: fixed
set in order for descendant img { max-width: 100% }
to work. As pointed out by Scott Anderson #css #responsive
en.riff.is is an excellent example of why device testing is an important part of responsive design (try using it at iPad screen size)
Mobile+Responsive design side effect: People are talking about and thinking in Resources instead of Representations.
Further reading:
Just tried to resize my iPads browser window. I think I’m getting a bit too caught up in responsive design.