I have a simple question related to viewport..
I have a page which has a div with a fixed width of say 1200px..Now i set meta viewport to device-width
So my question is how will the page be rendered now? Will the fixed width of 1200px be respected and viewport will be ignored OR will the device width override any fixed width on the page?
Also will this rendering behavior be same across all mobile browsers?
Just to add, i have already gone through the nice article on http://www.quirksmode.org/mobile/viewports2.html