media-queries
media-queries VS. fluid grids FOR different mobile-formats
This post is not about code-syntax but about work-strategy, before I start developing the site. If I need to design the front-end of a mobile-site for smart-phones (Androids { 3 different sizes}, ip[详细]
2023-04-04 21:42 分类:问答Responsive design - Media Queries - How not to load certain images
Ok, So I designed a responsive layout that doesn\'t show images for very small screen sizes, using media queries and display: none;.[详细]
2023-04-04 09:56 分类:问答how to resize an iframe? (css media queries?)
Hi guys I\'m looking to resize an iframe depending on size of the browser window, but I\'m all turned around as too the height and width. Would REALLY appreciate some explan开发者_运维问答ation on whe[详细]
2023-04-04 09:05 分类:问答How to select specific viewports with media queries
I am trying to select an area between 767px, and 1024px. I want this to apply to the screen, iPad portrait, but NOT iPad landscape.[详细]
2023-04-04 01:10 分类:问答What's the difference between the media queries max-width and max-device-width? [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: What is the difference between max-device-width and max-width for mobile web?[详细]
2023-04-02 21:30 分类:问答Most used media queries for smarthphones and tablets?
Right now, I\'m using this one for tablets: @media screen and (max-w开发者_开发知识库idth: 960px) {[详细]
2023-04-02 11:27 分类:问答Media Query-like behaviour on width of a specific div
I\'m building an editor where the content of a post is loaded in a div, and jQuery selectors allow me to edit the content inline.[详细]
2023-04-01 16:14 分类:问答jquery mobile theme scaling
I\'m looking for the best aproach how to scale theme(read headers, footer, inputs etc) using jquery mobile,[详细]
2023-04-01 07:48 分类:问答Is it redundant using jQuery Mobile and a responsive layout /CSS media queries?
I was checking out http://mediaqueri.es/ today and found out that the websites adapt fantastically to mobile devices. So i wondered if using jQuery Mobile and a response/adaptive layout with media que[详细]
2023-04-01 04:50 分类:问答@media in stylesheet ignored by IE
At the biginning of my stylesheet, I hav开发者_JAVA百科e those 3 lines that adjust the font-size depending of the sreen resolution. It work perfectly in all browsers except IE (I tested IE7-8).[详细]
2023-03-31 19:02 分类:问答