Top "Media-queries" questions

Media queries enable the conditional application of CSS styles based on media types, such as screen and print, and the conditions of media features, such as viewport and device height and width.

Set printer paper size through css

My printer default size is A4,and I need to print payslip in size 8.5inx5.5in using the old dot …

html css google-chrome media-queries printing-web-page
Why does the order of media queries matter in CSS?

Of late, I've been designing sites that are more responsive and I've been using CSS media queries frequently. One pattern …

css media-queries responsive-design
Achieving min-width with viewport meta tag

I would like my webpage's viewport width to equal device-width as long as device-width > 450px, or 450px otherwise (my …

html gwt media-queries meta
Respond.JS Not Working in IE 8

For some reason it appears that respond JS isn't working. I am using Media Queries in IE 8 to change background …

internet-explorer css internet-explorer-8 media-queries respond.js
Is it possible to emulate orientation in a browser?

As the title is it possible to emulate orientation in google chrome or firefox? Meaning somehow change the browser to …

google-chrome css firebug media-queries developer-tools
@media queries and image swapping

I want the image in my site to completely change when the browser is resized. I've been using media-queries, but …

html css media-queries imagesource
CSS: max-width for @media query not working

(It works on other browsers but not chrome) I want to apply a style only when the browser size is …

html css media-queries
Should I use max-device-width or max-width?

With CSS media queries you can use max-device-width to target a device width (such as an iPhone or Android device) …

css responsive-design media-queries
Which are the most important media queries to use in creating mobile responsive design?

There are a lot different media queries for mobile screen sizes. It can be overwhelming to accomodate all of them …

css mobile responsive-design media-queries
3 media queries for iphone portrait, landscape and ipad portrait

I have tried the different combinations of width & device-width but on the iPhone in landscape this code never turns …

iphone css media-queries landscape portrait