“E:目标”在iframe中不起作用?

时间:2012-04-17 02:28:48

标签: css google-chrome target

在Chrome 20.0.1115.1 dev-m

中修复此错误

我在chrome20中发现了一个错误。 你对此有所了解吗?

http://jsdo.it/GeckoTang/x9Lo

HTML(http://jsdo.it/GeckoTang/x9Lo)

<iframe src="http://jsrun.it/GeckoTang/x9Lo"></iframe>

HTML(http://jsrun.it/GeckoTang/x9Lo)

<div id="hoge1">
<div id="hoge2">
    <a href="#hoge1">#hoge1</a>
    <a href="#hoge2">#hoge2</a>
</div>
</div>

CSS

#hoge1:target {background:red;}
#hoge1:target [href$="#hoge1"]{font-weight:bold;}
#hoge2:target {background:gold;}
#hoge2:target [href$="#hoge2"]{font-weight:bold;}
  • 不工作
    • chrome 20.0.1096.1 dev-m
    • 20.0.1104.0 canary
  • 工作
    • Chrome 19.0.1084.24 beta(Mac)
    • Chrome18
    • IE9
    • Firefox11.0
    • Firefox3.6.12
    • Firefox10.0
    • Firefox Nightly13.0a
    • Safari5.1.5

1 个答案:

答案 0 :(得分:0)

除目标上的name外,请尝试使用id