Day: December 24, 2012

  • Mobile only CCS taking into account pixel density

    Here is just a CSS media query for targeting phones with a pixel width of no greater than 320px (eg. iphone portrait) taking into account the higher pixel density phones too. @media (max-device-width : 320px) , (-webkit-min-device-pixel-ratio: 2) and (max-device-width : 640px) {

  • Removing ie9 compatibility mode

    IE9’s compatibility code is one of the most annoying things in my opinion. For some reason it’s the default even when the site looks fine with it off….. and it can make the website look crap when it’s on. To get rid of it (or switch it off by default I’m not sure) just add…