Questions tagged as 'hover'

2
answers

Why does: hover not work this way?

I have the following code: .player-info .episodios-lista .lista-episodios{ width:100%; height:100%; overflow-x:hidden; overflow-y:auto; box-sizing:border-box; display: flex; display:...
asked by 26.04.2017 / 14:15
1
answer

Hover in third div affect the first - Previous sibling element - with pure CSS

<div class="selelikes-wrap"> <div class="selelike"> <span><</span> </div> <div> <span>0</span> </div> <div class="seleunlike"> <span>></span> </div> I wan...
asked by 05.01.2019 / 00:52
1
answer

Problem in hover effect with less

I'm trying to make an effect of hover to add a background-color to my image but it does not work it creates background-color behind the image I needed it to stay in front I'm using less to do this follow my code LE...
asked by 29.01.2018 / 15:49
1
answer

HTML-CSS hide and show submenu does not work

I'm trying to make a menu that opens when mouseover opens the corresponding submenu. In this case, the menu "blouses and shirts" should be with its submenu closed, opening just by hovering over it to show the short sleeve options and the others....
asked by 04.01.2018 / 15:08
1
answer

How to style multiple elements with different hover styles

I have a div with multiple links, like this: Whereinhoverofdiv(wrapper)onlymadetheunderlineofboldtext(title)butdoinghoverintagsunderlineditstaganddidnotunderlineboldtext.IleavebelowaschematicofhowitisdoneandthecodethatIhavesofarforbet...
asked by 15.11.2017 / 15:03
3
answers

Keep hover effect, when clicking on the link (active)

I have a <aside> and inside it a ul>li (menu) structure as per the code below, I would like to click on the item and redirect the page of it the same menu would be selected with the effect of the hover and that the signal...
asked by 14.07.2015 / 22:09
1
answer

How to apply hover on all * siblings or * children?

Good evening, this is my first question here in the forum, so sorry if you do not put it in the best way. The problem I am facing is to apply the css: hover effect on all sibling elements or children (may vary). Next, I go through an image, d...
asked by 05.09.2018 / 05:18
1
answer

CSS - Help with hover in the menu

Good evening guys, I'm having a problem with my menu .. I want to space it but then when I use the padding it creates an area around that when passing the mouse near it already triggers the hover and I would like to trigger it only when hover...
asked by 31.01.2018 / 01:30
1
answer

hover button problem to change background color

Basically, I'm trying to make the hover effect on a button make the background change color, but I can not find any solution on the internet, including here. I've tried to do this with the elements like siblings , and also parent> child ....
asked by 12.09.2017 / 01:39
1
answer

mouse hover mouse

I was able to do it with jquery, that's the code for whoever needs it. <script type="text/javascript" src="dist/jquery/jquery-1.12.3.min.js"></script> <canvas id="diamond" width="100" height="100"></canvas> <sc...
asked by 03.05.2016 / 01:56