Я хочу реализовать iframe
, но он не может работать с приведенным ниже кодом:
<html>
<head>
<style>
html {
background: green;
}
</style>
</head>
<body>
<p>Hello</p>
<iframe src="xxxxxxxxxxxxxxxxxxxx.html" position="fixed" right="60" bottom="60"
background="transparent" marginwidth="0" marginheight="0" frameborder="0" style="border:none;"></iframe>
</body>
</html>
iframe
показать, но он не работает position='fixed'
и background='transparent'
.