Skip to main content

All Questions

Tagged with
1 vote
0 answers
207 views

SVG custom tooltip on hover following mouse movement

I'm tinkering here on JSFiddle. The issue faced is that onmouseleave the 3rd rect has the inscription left if any of the other rect are hovered. Can someone fix this? So that onmouseleave the tooltip ...
Liepājas Liedaga vidusskola's user avatar
0 votes
1 answer
582 views

SVG element hovering to cause other SVG elements change

JSFiddle example. The idea is, hovering over the big rectangle scales it in addition causing the other two smaller rectangles to scale too. Not vica versa. HTML <svg xmlns="http://www.w3.org/...
Liepājas Liedaga vidusskola's user avatar
1 vote
0 answers
59 views

One SVG class hover can affect another SVG element

On this page, I have chemical table in SVG code and the chemical elements are in rect tag. The names of the elements within the rect tag are in text tag. I require that when a mouse is over the text ...
Andrejs Zavaruhins's user avatar
1 vote
2 answers
4k views

Svg hover rect change color

so I have this gigantic svg file that contains one tiny rectangle. I want this rectangle to change color when you hover over it. I cannot use onmouseover b/c that is java and this is for a school ...
Nik Rawlins's user avatar