做移动端,底部有一个菜单,是用的iframe引用的,然后对iframe定位用fixed或者用了fixed的元素包含了iframe,在手机上都看不到元素.比如
<div style="position: fixed;left: 0px;bottom: 0px;height:100px;width: 100%;background-color: red;"> <iframe src="blue.html" frameborder="0" width="100px" height="500px"></iframe> </div>
<div style="position: fixed;left: 0px;bottom: 0px;height:100px;width: 100%;background-color: red;"> </div>
求大神指导啊!!!
问题和
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
又经过测试..只有魅族手机不显示,
兼容无关,代码有缺陷。。。。
兼容无关,代码有缺陷。。。。
能说具体点不?你在css中加入html{margin:0;padding:0;border:0;}还会出现红框吗???