iframe 如何全屏显示?
想让iframe中的网页全屏,应该怎么做?我现在的代码是这样的:<!doctypehtml><html><head><metacharset="utf-8"><style...
想让iframe中的网页全屏,应该怎么做?
我现在的代码是这样的:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<style>
#content{width:100%;height:100%}
</style>
</head>
<body>
<div id="content">
<iframe src=""></iframe>
</div>
</body>
</html>
只能显示在很小的地方
我是初学者,请问有没有什么简单的方法可以实现全屏显示? 展开
我现在的代码是这样的:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<style>
#content{width:100%;height:100%}
</style>
</head>
<body>
<div id="content">
<iframe src=""></iframe>
</div>
</body>
</html>
只能显示在很小的地方
我是初学者,请问有没有什么简单的方法可以实现全屏显示? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询