responsive design - CSS media query for zoom capable devices -



responsive design - CSS media query for zoom capable devices -

when screen size allows it, menu bar fixed on left side of page.

@media (min-width: 900px) { #menu { position: fixed; } }

but when viewed on smartphone example, using pinch zoom create menu zoom content , collide rest of page. can avoided @media zoom-capable kind of query?

clarification: i'm after - menu fixed on computer screens normal/default on screens allow finger zooming. using cmd plus/minus enlarge page on desktop computer isn't problem.

css responsive-design media-queries

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -