Skip to main content

Questions tagged [hover]

Hover refers to the action of placing the mouse cursor over a given element. Hover can also refer to an event in which a user on a touch-enabled device touches a given element.

hover
0 votes
0 answers
14 views

How to implement react-use-hoverintent properly

I'm currently trying to implement the functionality of react-use-hoverintent in my code of the existing mega menu (hhttps://www.npmjs.com/package/react-use-hoverintent). I'm trying this option: With ...
DJanssen's user avatar
0 votes
0 answers
16 views

Position of Menu Headings :hover:: after underline is in wrong place [duplicate]

For my Mobile navbar I have a :hover::after effect that creates a 2px height line underneath the heading when the menu heading is hovered over. This works fine for the menu headings that don't have a ...
Garreth's user avatar
0 votes
1 answer
19 views

How can I solve flicking problem on hover by event handler or raw CSS?

I am facing a flickering problem on img Hover. I want to show all img as grid from 6 to 3 on img hover . For this , I use event handler & state. But , because of event function using, it is ...
Zannatul Ferdousi Hema's user avatar
0 votes
0 answers
32 views

Implement a hover provider in a VS Code extension that logs the word under the cursor when hovered over

I want to implement something like that. hover example Now, here's some of my extension code. I'm trying to select a code snippet, analyze it and then get some feedback on variables when hovering over ...
achraf's user avatar
  • 1
0 votes
0 answers
21 views

Image reveal on Hover CSS Squarespace

Currently Have the following CSS in place .header-menu-nav-item:nth-child(1)::after { content: url(link); /* Set content here */ position: absolute; top: 50!important; /* Adjust vertical ...
Kalie Isaacs's user avatar
-1 votes
0 answers
26 views

Hover jquery ans show text in Ajax

When I double click on the last line of my html table datad-id=5 the thumbnail appears with the data but it is displayed several times. On the other hand I have no problem for data-id=4 $('#...
Nicos's user avatar
  • 11
0 votes
0 answers
15 views

Center slides while hovering

I create this slider, all works fine, but the last slide, that has a width without hover, when start the hover animation goes out of the viewport and it can't display properly. I want that when start ...
AleSparano's user avatar
1 vote
0 answers
23 views

How to add function definitions to hover in a custom VSCode language extension?

I'm trying to add support for a language in Visual Studio Code using TypeScript. I'm new to VSCode extension development, and I've run into a bit of a problem. I've managed to add a Hover that shows ...
wonderfuloceans's user avatar
0 votes
2 answers
39 views

Hover not working even with correct syntax?

I'm working on my final project for school, and I'm trying to code a piece of text(d0 in this example) to appear when I hover over the door, which is a class for an image. body { background-...
Ches Nogat's user avatar
2 votes
1 answer
60 views

Angular Material Add transparent color to Row on Hover

I have an Angular Material mat-mdc-table. I want a greyish background color when I hover on a row. .mat-mdc-row:hover{ cursor: pointer; background-color: rgba(0, 0, 0, 0.04) !important; } ...
Mihai Socaciu's user avatar
1 vote
1 answer
65 views

How can i make that all the chart in a radar chart.js show me in hover a list of the data?

I'm trying to make a chart where the data shows up when I put the mouse in all the area generated and not only in the nodes. The idea is that the hover shows the entire data together. This is what I ...
CMB's user avatar
  • 11
0 votes
2 answers
32 views

Transtion effect not working on hover in html css

I want to do some slow smooth transition when hover on .bg-gradient and same when i remove cursor from hover but its come quick gone quick on hover. .asc { height: 500px; background-position: ...
MR Lappy's user avatar
2 votes
0 answers
33 views

video reset on hover out instead of pause! JavaScript

This is a JavaScript which plays a video on hover and pauses on hover out can someone modify it so it resets on hover out? const videos = document.querySelectorAll(" .hover_video_wrapper .video&...
Vincent Eutin's user avatar
0 votes
0 answers
57 views

Playing .webm video files in a hover-provider in a vscode extension

I've written a extension for my own language of my game. I already have a hover provider with various features For example hovering over lines like setImage(Assets/Img/foo) in vscode will preview the ...
Marvellous Lunatic's user avatar
0 votes
1 answer
20 views

Css problem with area for the effect :hover

.navbar { list-style-type: none; line-height: 3em; padding: 5px; } .navbar li { position: relative; padding-right: 200px; top: -5px; display: inline; cursor: pointer; } .navbar li:nth-...
Melchior Dengis's user avatar

15 30 50 per page
1
2 3 4 5
719