【发布时间】:2013-11-17 10:26:29
【问题描述】:
希望你能帮助我:-)
我的 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>
【问题讨论】:
标签: html css internet-explorer hover mouseover