Questions tagged as 'css-hover'

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
1
answer

How to insert a link to another page in each image of this menu [closed]

Good evening, I'm new to the subject and I found a very interesting menu in codepen - link I'm sending the project link Originally because I moved so much in what I downloaded that I can not find myself anymore ... the business should be easy...
asked by 10.08.2017 / 02:19
1
answer

Effects on hover links

Well, can anyone tell me how I can do this with hover ? When hovering over the menu link it appears that vertical line over the name, I only succeeded with the horizontal line below the name. Or tell me where I find examples, I did not...
asked by 29.07.2017 / 01:49
1
answer

Leave tooltip visible without hovering

I want the tooltip to appear as soon as you load the page, other than the hover effect. [class*="tooltip"]{ position:relative; text-decoration:none; } [class*="tooltip"]:after,[class*="tooltip"]:before{ posit...
asked by 02.01.2019 / 13:22
1
answer

Running hover for social network

How do you do that when hover execution occurs in the partner networks, it does not move all the partner networks, only the one with the mouse and the others are fixed? They are all moving when I place the mouse. <!DOCTYPE html>...
asked by 27.07.2018 / 18:03
0
answers

Image hover about div not working

I have a div that when hovering the mouse and this makes the hover, is being cut precisely by the div of the main box of the message and so far I could not adjust. Could anyone help? .bull_dog { position: absolute; to...
asked by 21.06.2018 / 20:43
3
answers

The hover is not working. Because? [closed]

@charset "utf-8"; body { background-color: white; color: rgba(0, 0, 0, 1); } p { text-align: justify; text-indent: 50px; } /* Formatação de imagens com legendas */ figure.foto-legenda { position: relative; bord...
asked by 21.09.2018 / 20:57
2
answers

because the hover does not overlap the div

I have a problem I think is quite simple. But I already did everything and nothing solves, as you can see in print div that is with hover it does not stay on div pai link what could I do? The% div of% is with...
asked by 17.03.2018 / 15:21
1
answer

css hover property is not covering the side item

I have two screen rectangles with information inside. I used the Hover property of CSS, so when the mouse is passed over, the rectangle increases in size. But it does not cover the rectangle on the side, the information is below. How can I make...
asked by 14.09.2018 / 00:50