Responsive Design And Windows 8 Snapped Mode

Responsive Design And Windows 8 Snapped Mode

I realized that responsive websites didn't behave, as expected, when Internet Explorer was snapped in Windows 8 (like 1/2 the screen). I did some searching around and didn't come up with anything, but...

Chris Coyier, of css-tricks.com, responded to an inquiry that I sent. He forwarded me to timkadlec.com and it worked like a charm.

The necessary code is...
@-viewport{ width:device-width; } (or, more accurately, the -ms- vendor prefixed version).