简体   繁体   English

IE7中的圆形悬停区域

[英]Circle Hover Area in IE7

how can I make circle hover area what will work in IE7? 我怎样才能使圈子悬停区域在IE7中起作用?

I made example with border-radius but it is not work for IE7: http://jsfiddle.net/y4xpQ 我用border-radius做了一些例子但它不适用于IE7: http//jsfiddle.net/y4xpQ

Thx 谢谢

pretty sure you cant. 相当肯定你不能。 The item is displayed as block(think of it as a brick). 该项目显示为块(将其视为砖块)。 Not as circle. 不是圈子。 Sorry 抱歉

but if you are after the border radius in ie7 look here - http://css3pie.com/ 但如果你在ie7的边界半径之后看这里 - http://css3pie.com/

If you're targeting "old" browsers you might want to take a look at the also very old <area>. 如果您的目标是“旧”浏览器,您可能需要查看非常旧的<area>。 Not the best element to use when it comes to accessibility (or standards compliance if you're after a circle made with shape="circ") but in this case i guess it gets the job done. 对于可访问性而言,这不是最好的元素(如果你是在使用shape =“circ”制作的圆圈之后,那么标准符合性),但在这种情况下,我猜它可以完成工作。 https://developer.mozilla.org/en/HTML/Element/area https://developer.mozilla.org/en/HTML/Element/area

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM