希望你能帮我 :-)
我的 html 代码在 Google Chrome 和 Firefox 中运行良好,但在 IE10 中却不行。任何人都可以看到代码中有什么问题吗?
我的网站: http: //produkt-guiden.dk/testside2
我的代码:
<style type="text/css">
#cell1 {
width: 610px;
height: 1000px;
vertical-align: middle;
background-image: url(/media/wysiwyg/guiden1.png)
}
#cell1:hover {
background-image: url(/media/wysiwyg/guiden0.png)
}
</style>
</head>
<body>
<table border="0">
<tbody>
<tr>
<td id="cell1"><iframe src="myiframeurlcode" frameborder="0" scrolling="auto" marginheight="0" allowtransparency="true" width="610px" height="1500px">iframe not supported!</iframe></td>
</tr>
</tbody>
</table>