你好,我正在使用jquery处理php文件(html)。 我已经查找了如何解决悬停代码问题,但似乎没有一个对我有用
我使用了悬停,指针事件等所有功能,但仍然无法正常工作。
#onebox {
fill: none;
pointer-events: all;
}
#onebox:hover {
fill: grey;
cursor: pointer;
}
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<body>
<svg version="1.1" id="jaebal" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="959px"
height="593px" viewBox="0 0 959 593" enable-background="new 0 0 959 593"
xml:space="preserve">
<g id="gr1234">
<rect id="onebox" class="st0" x="359" y="24" stroke="black" stroke-miterlimit="10" width="242" height="166"/>
</g>
<body>
有没有人可以检查这段代码有什么问题?