在WebView中间显示2张重叠的图片
我希望我的 webView 显示 2 张重叠的图片,放置在页面中间;好吧,我尝试了这个:
<div align="center">
<img src="http://img.youtube.com/vi/n8h7YJNGyAY/default.jpg" style="z-index: 0; position: absolute;" />
<img src="file:///android_asset/yt_play.png" style="z-index: 1; position: absolute" />
</div>
尽管图片显示重叠,但它们不会放置在中间......我该如何解决这个问题? 谢谢
I'd like my webView to show 2 overlapped pictures, placed in the middle of the page; well I tried this:
<div align="center">
<img src="http://img.youtube.com/vi/n8h7YJNGyAY/default.jpg" style="z-index: 0; position: absolute;" />
<img src="file:///android_asset/yt_play.png" style="z-index: 1; position: absolute" />
</div>
and despite the pictures are shown overlapped they won't be placed centrally...how can I fix this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看此网站。一个例子是:
Check out this site. An example is: