1
無下劃線
請檢查該plunker:SVG <text>元素中<a>元素在IE
https://plnkr.co/edit/jqPx9qpN3W1Jrix2axPw?p=preview
<div width="100px">
<svg width="100px" viewBox="0 0 100 100">
<a xlink:href="#" class="node">
<text transform="translate(50 50)">hh2</text>
</a>
</svg>
</div>
a:hover {
text-decoration: underline;
}
在Chrome,你會看到在懸停下劃線,但在IE上沒有下劃線。我嘗試用CSS解決沒有成功。
「使用CSS解決」 是指什麼? – Sirko