ホーム » WebGL » iframe を右下に

2017年7月
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

カテゴリー

アーカイブ

ブログ統計情報

  • 79,413 アクセス



iframe を右下に

左上を指定して下や右をフィットさせるのが意外と面倒だったので…


<!DOCTYPE html>
<html	lang="ja">
	<head>
		<meta	charset="UTF-8"	/>
		<title	>iframe</title>
		<style>
			body {
				margin		:	auto auto	auto auto	;
				overflow	:	hidden	;
				}
			</style>
		</head>

	<body>
		Text<br/>
		<iframe	
			src='/3D_Data/three_js/ThreeIMO.htm'	
			name='ifrm'
			style='
				position	:	absolute ;
				width   	:	99% ;
				height  	:	90% ;
				bottom  	:	2pt ;
				margin-left	:	2pt ;
				margin-right	:	2pt ;
				'
			>
			</iframe>
		</body>
	</html>

//itl.mish.work/~Iwao/…/test6/


2017/07/10 さらに変更したもの
itl.mish.work/…/to_wgl/

Is this 投稿 useful? Useful Useless 0 of 0 people say this 投稿 is useful.

コメントする

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

%d人のブロガーが「いいね」をつけました。