I designed a responsive website, and Internet Explorer 10 (possibly earlier versions as well; no way to check) is doing something infuriating when the browser window gets 400px wide or narrower. It enlarges the entire site by about 25% (text, images, everything) and then ignores all media queries as you continue reducing the width of the window; it just scales everything down equally to fit.
我设计了一个响应式网站,当浏览器窗口变宽400px或更窄时,Internet Explorer 10(也可能是早期版本;无法检查)正在做一些令人愤怒的事情。它将整个网站扩大了大约25%(文本,图像,所有内容),然后在继续缩小窗口宽度时忽略所有媒体查询;它只是将所有东西均衡地缩小以适应。
I know this won't really be an issue in the wild, since nobody will be browsing a website on a desktop computer at 400px, and if they're using a mobile phone, they won't be using Internet Explorer, but it's driving me up the wall nonetheless. Is there a way to make it not do that?
我知道这不会是一个真正的问题,因为没有人会在400px的台式机上浏览网站,如果他们使用手机,他们将不会使用Internet Explorer,但它正在推动尽管如此,我仍然在墙上。有没有办法让它不那样做?
Here's the site: www.rampartconstruction.net
这是网站:www.rampartconstruction.net
1 个解决方案
#1
0
The div 'galleria-info' has a fixed width of 900px, not sure if this will be casuing this issue. But ideally should be 100%.
div'galleria-info'的固定宽度为900px,不确定是否会出现此问题。但理想情况下应该是100%。
#1
0
The div 'galleria-info' has a fixed width of 900px, not sure if this will be casuing this issue. But ideally should be 100%.
div'galleria-info'的固定宽度为900px,不确定是否会出现此问题。但理想情况下应该是100%。