问:https://mb.yjz.top/web/sites/template
我用<iframe src="/shouye/index.html" id="CenterMainCenter" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="yes" width="100%" height="2500px"></iframe>
电脑版本高度合适, 手机版要高很多, 还不能自适应, 这个要怎么处理, 你们能不能把这个高度做成一致,官方企业站演示站问题
答:您好,
请问是否是pmo180c0c云建站,具体是哪里问题请截图详细说明以便我司核实,非常感谢您长期对我司的支持!
问: 我把云建站演示站, 用iframe框架 集成到自己的网站中, 高度设置3200 手机演示刚刚好合适
问: 但是点击电脑演示的时候, 高度太高 , 能不能把演示站,高度调成一致,或者怎么自动适应
答:您好,
抱歉,具体是哪个站点加载了此框架
无法设置自适应,这个需要您执行调整的,非常感谢您长期对我司的支持!
问:https://mb.yjz.top/web/sites/template 这个你们自己的网站,
高度不统一, 点pc演示 高度3200 点手机演示高度3600
答:您好,对应的模板网站无法调整,建议您在设置框架的时候设置高度设置为100%%uFF0C不要固定高度。
<iframe src="/shouye/index.html" id="CenterMainCenter" frameborder="no" border="0" marginwidth="0" marginheight="0" allowtransparency="yes" width="100%" height="100%"></iframe>
非常感谢您长期对我司的支持!
问:你确定能用
答:您好,您可以尝试一下,非常感谢您长期对我司的支持!
问:<iframe src="https://mb.yjz.top/web/sites/template" id="CenterMainCenter" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="yes" width="100%" height="100%"></iframe>
你们演示站代码有问题
答:您好,请使用<iframe src="https://mb.yjz.top/web/sites/template" id="CenterMainCenter" frameborder="no" border="0" marginwidth="0" marginheight="0" allowtransparency="yes" width="100%" height="100%"></iframe>
去掉scrolling="no" 这个语句是禁止滚动,非常感谢您长期对我司的支持!
问:他会有2个滚动条
答:您好,我司测试是没有问题的,您反馈的可能是当前访问电脑分辨率导致,可以参考https://blog.csdn.net/wh_xia_jun/article/details/ 进行设置。
我司模板网站是不能跳转的,如果您需要框架代理,请自行进行调整。这些都是代码相关,请联系您相关技术人员为您进行调整。
非常感谢您长期对我司的支持!
问:我的意思,你点中间那个手机模板
答:您好,我司云建站模板演示页面未指定高度,是自适应的,您只需要设置width=100%%uFF0C您出现两个进度条的原因应该是外部包裹iframe的页面高度设置的不合理导致的,非常感谢您长期对我司的支持!
问:<iframe src="https://mb.yjz.top/web/sites/template" id="CenterMainCenter" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="yes" width="100%" height="100%"></iframe>
你自己测试一下,主要问题是pc演示和手机演示高度不一致
答:您好,scrolling="auto" 改成这个试下看,非常感谢您长期对我司的支持!
问:能把源码给我看下吗, 你的代码我运行正常, 你用的也是iframe标签吗
答:您好,代码就是您自己提供的ifeame框架,一个是scrolling定义为auto,一个是定义no,其他都没变,您点击右键查看源码就能看到,非常感谢您长期对我司的支持!
问:能发一个文件给我,问题我这样,就不行, 你搞得就可以
问:空白页面就可以, 但是放在body里面就不行了
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<body>
<iframe src="https://mb.yjz.top/web/sites/template" id="CenterMainCenter" frameborder="no" border="0" marginwidth="0" marginheight="0" allowtransparency="yes" width="100%" height="100%" scrolling="auto"></iframe>
</body>
</html>
答:您好,1、把您html 文件中的足有代码清楚 换上如下代码。文件中只需要这些代码 ,非常感谢您长期对我司的支持!
<iframe src="https://mb.yjz.top/web/sites/template" id="CenterMainCenter" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="yes" width="100%" height="100%"></iframe>
问:我的意思,我要在一个页面中,加上头部和尾部,中间镶嵌你们的网站,
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<body>
<iframe src="https://mb.yjz.top/web/sites/template" id="CenterMainCenter" frameborder="no" border="0" marginwidth="0" marginheight="0" allowtransparency="yes" width="100%" height="100%" scrolling="auto"></iframe>
</body>
</html>
答:您好,1、我司测试是正常的,
如论是只用 iframe 代码,还是加上 head body ,都是正常的。 若您本地测试有问题,请您检查下您本地浏览器 ,或尝试更换浏览器测试下,或更换客户端测试下,
2、测试地址 http://duan.3yyy.top/index3.html ,非常感谢您长期对我司的支持!