Re: [css-d] Media Query Not Working

2012-12-19 Thread Gates, Jeff
>2012-12-19 21:11, Gates, Jeff wrote: > >> Firebug is showing that when it's resized it's still applying the >>regular >> style for the caption >[...] >> @media only screen and (max-device-width: 480px) { > >The rule tests for device width, not viewport width. For the latter, you >would use max-wi

Re: [css-d] Media Query Not Working

2012-12-19 Thread Jukka K. Korpela
2012-12-19 21:11, Gates, Jeff wrote: Firebug is showing that when it's resized it's still applying the regular style for the caption [...] @media only screen and (max-device-width: 480px) { The rule tests for device width, not viewport width. For the latter, you would use max-width. http

[css-d] Media Query Not Working

2012-12-19 Thread Gates, Jeff
I am redesigning a splash page and in it I have a jquery slider (which is responsive). The page has to reformat gracefully from a full site to a smartphone size. Most of our site is mobile already. The slider is resizing nicely but the captions that are included in some of the slides are not. Fir