这种轮播都是div或者图片的,div能换成iframe显示嵌套网页吗?或者请问有没有其他方法能实现多个页面轮播?
我写了三个iframe
frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" >
frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" >
frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" >
调用了这个
css设置了iframe{
width: 100%;
height: 569px;
margin-bottom: 30px;
margin-top: 197px;
overflow:hidden;
text-align: center;
font-size: 18px;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
为什么还是没有实现??是哪里错了,调用路径检查过了是对的