media-queries
Media Queries - Landscape Mode on iPhone way too oversized
I\'m using the following media query in my css: @media screen and (max-device-width: 480px) {} This looks fine on my older iphone 3g ... but when I change orientation from portrait to landscape.. i[详细]
2023-03-16 00:30 分类:问答Testing environment for mobile devices, specifically media queries
I\'m trying to \'mobilize\' a site I\'m working on using media queries in CSS. I have an Android phone myself so have been testing on that with good results.[详细]
2023-03-14 19:25 分类:问答jQuery if statement with CSS media queries
I\'m trying to use media queries to disable float at a certain browser width. This if statement only works if I reload the page for the current size. Is it possible to have jQuery apply the change whe[详细]
2023-03-14 12:27 分类:问答Media Queries: How to target desktop, tablet, and mobile?
I have been doing some research on media queries and I still don\'t quite understand how to target devic开发者_JAVA百科es of certain sizes.[详细]
2023-03-13 15:08 分类:问答media queries internet explorer
i tried to use media queries in my sit开发者_JAVA技巧es. it works well in firefox and safari, but not for IE. does anyone know to make the media queries work well in IE(internet explorer 7 and 8).[详细]
2023-03-12 14:47 分类:问答What are best practices for the default stylesheet when using CSS @media queries?
I\'ve just discovered CSS @media queries and I think they\'re great! However, I know that not all browsers support them (namely all but the most recent versions of I.E.).[详细]
2023-03-12 09:58 分类:问答CSS media query on iPhone
I\'m trying to use a CSS media query, specifically targeting the iPhone. It works when I use a regular link rel:[详细]
2023-03-09 18:57 分类:问答Detect @media queries support in Modernizr 2.0 beta
Does Modernizr 2.0 beta have a way to detect browser support for @media queries? In Modernizr 1.7 you could test using Modernizr.mq(\'(min-width)\'), but that feature seems to be mi开发者_如何学Pytho[详细]
2023-03-08 01:25 分类:问答Media queries not behaving as expected on Android
I have 4 media queries. The 1st, 3rd and 4开发者_开发百科th work, but the 2nd one doesn\'t seem to activate.[详细]
2023-03-06 15:40 分类:问答CSS3 Media Query Troubleshooting
My media queries were working, but now they\'re not. I missed the point where something went wrong. As I inspect html elements in Chrome\'s version of Firebug, it shows that the media query rules are[详细]
2023-03-03 03:58 分类:问答