Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
你好,我对这一切都很陌生。我已经使用 div 构建了我的布局,这些 div 的尺寸设置为百分比,以便在调整浏览器窗口大小时它们可以缩放到正确的大小。导航栏中的一些 div 表单按钮(每个按钮上都有文本)。但是当我调整浏览器窗口的大小时,文本仍然很大。有没有办法解决这个问题?
用这个:
iStandardWidth = 960; topofthetopdiv.style.zoom = parseInt(window.innerWidth/iStandardWidth, 10);