親フレームで読み込んでいるCSSファイルを、iframe内でCSSファイルを読み込まずに、iframe内でcssを適用させることはできないでしょうか?
html
1<html> 2 3<head> 4<link href="/css/default.css" rel="stylesheet"> 5</head> 6<body> 7親 8<iframe src="ex.html" width="600" height="400" sandbox="allow-same-origin allow-scripts"></iframe> 9</body>
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。