gpt4 book ai didi

CSS 悬停图像链接在 Internet Explorer 中不起作用

转载 作者:行者123 更新时间:2023-11-28 12:24:59 25 4
gpt4 key购买 nike

请引用http://solarisdutamas.com/fb/KonzeptGarden/sample.php ,将鼠标悬停在“Pebbles Wash”上并单击图像。它在 Chrome 和 Firefox 中工作正常,但链接在 IE 中不起作用。这是我的代码:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Konzept Garden</title>
<style type="text/css">
* {margin: 0; padding: 0;}
#main {
width: 520px;
height: 228px;
background-image: url(stone.jpg);
background-repeat: no-repeat;
position: relative;
margin: 0 auto;}

#main ul li {
list-style: none;
display: inline;}

#main ul li:hover {
visibility: visible;}

#main ul li a {
position: absolute;
z-index: 1;}

#main ul li a:hover {
z-index: 100;}

#main ul li img {
position: absolute;
top: 300px;
right: 999em;}

#submain1 .butt1 a {
left: 8px;
top: 80px;
width: 90px;
height: 32px;}

#main ul .butt1:hover img {
left: 8px;
top: 80px;}
</style>
</head>
<body style="margin: 0px; width: 520px;">
<div id="main">
<ul id="submain1">
<li class="butt1"><a href="http://konzeptstone.com/p_pebbles.html" target="_blank"></a><img src="p1.png"></li>
</ul>
</body>
</html>

有谁知道为什么这在 IE 中不起作用?

最佳答案

如果您使用的是早期版本的 IE,:hover 会出现问题。

http://reference.sitepoint.com/css/pseudoclass-hover

关于CSS 悬停图像链接在 Internet Explorer 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7617863/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com