Hi guys, As responsive layout becomes a trend, I considered re-designing my web site to be adjustable with users' device screen resolution. I've studied some tutorials on responsive web design on the web. Some use max-width and some use min-width with @media queries. The question is, with method I should go with. Anyone know which is the best? Thanks in advance, Ket
thanks drhowarddrfine, I don't see any tutorial use the mixed. They flow one way with max or min width and I'm confused. Supposed I target at 480px, 768px, 1024px and larger screen resolution, which way is best and should I go with.
I make all sites with width 100% and if I have content that's floating inside my page, I calculate the width of all that floating content and set it as the min-width value to avoid layout breaking when someone minimizes the screen.