html - Keep hover area from disappering -
- How to keep the displayed area from disappearing on the hover?
Thanks
You only provide very little code ( what I'm saying? I mean none ... ) and video does not help in code-wise, but I can suggest a solution to the problem which I think That you are doing, i.e. you are removing the hover image and so the hovered box is hidden. Instead of showing parents
instead of showing
child
, show child
on Children
div while hovering on father and This means that when you delete parents
and to child
, but kids
Just go to parents
, appear.
Example HTML
& lt; Parent & gt; To show it ... & lt; Child & gt; Take on .. & Lt; / Child & gt; & Lt; / Parent & gt;
example CSS
guardian child {display: none; } Parents: Children, Parents Children: Hover {Display: Block; }
As long as you do not hide child
by leaving both elements, your hover will continue, so it will not trigger unless This is original
.
Comments
Post a Comment