gpt4 book ai didi

CSS 3 馅饼 :hover not working

转载 作者:太空宇宙 更新时间:2023-11-04 00:09:25 26 4
gpt4 key购买 nike

IE 不显示圆 Angular 。如果我取出 :hover,它会起作用。

<!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=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
.tooltip {
position:absolute;
text-decoration: none;
display:inline-block;
}
.tooltip span {
margin-left:-999em;
}
.tooltip:hover span {
background-color: black;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: #fff;
display: inline-block;
position: relative;
left: 30px;
padding: 10px;
top:0px;
z-index:1;
behavior:url(PIE.htc);
margin-left:0;
}
</style>
</head>
<body>
<label>This is a label
<a href="#" class="tooltip">
<img src="img/help.jpg" style="border:1px solid black;width:15px;height:15px;position:absolute;left:5px;top:5px;"/>
<span>This is a test</span>
</a>
</label>
</body>
</html>

最佳答案

您必须设置跨度以观察悬停元素(在您的情况下为“tooltip”元素)的行为变化。通过添加设置跨度以观察“工具提示”行为变化:

.tooltip span {
-pie-watch-ancestors: 1;
}

'1' 表示与您的圆 Angular 元素相关的祖先级别。

更多信息在这里: http://css3pie.com/documentation/supported-css3-features/#pie-watch-ancestors

关于CSS 3 馅饼 :hover not working,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13595141/

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