简体   繁体   English

页面能否响应一半而不能响应一半?

[英]Can a page be half responsive and half not?

We are creating a site which is responsive. 我们正在创建一个响应迅速的网站。 However, due to time constraint, we need to make a few pages only work for the desktop viewport. 但是,由于时间限制,我们需要使一些页面仅适用于桌面视口。 The pages have a top navigation which is responsive. 这些页面具有响应的顶部导航。 Is it possible that when accessing that page from a mobile, the navigation is responsive, but the rest of the page just loads completely adaptive (like a non-responsive site would load on the phone)? 从移动设备访问该页面时,导航是否可能具有响应能力,但页面的其余部分仅加载完全自适应的内容(就像无响应站点将加载到手机上一样)?

Please advise. 请指教。

I dont think, that this would work very well. 我不认为这会很好。

How would you put two 1000px and a 300px width element on one page so that they both use 100% of the screen? 您如何将两个1000px和300px宽度的元素放在一页上,以便它们都使用100%的屏幕?

Maybe you can make a responsive page with navigation an all and load the pages you dont get responsive in an full size iframe below the navigation. 也许您可以使用导航创建一个响应式页面,然后在导航下方的全尺寸iframe中加载不响应的页面。 But dont know if this would work very well. 但不知道这是否会很好。 Also iframe handling, like scrolling etc is a bit picky on mobile devies. 此外,iframe处理(例如滚动等)对移动设备也有些挑剔。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM