Questions tagged as 'css-hover'

1
answer

Show image under another with hover css

How do I make the mouse pointer over an image appear with another opacity? For example: I have a div with the cover image of a movie, when I hover the mouse under the div, I would like to display the PLAY button. The only related material...
asked by 12.10.2015 / 17:10
2
answers

Hover in selector: before

I came across a situation, even know how to work around, doing otherwise, but I would like to know if it is possible to use: hover in an: before element, I have the following structure: <a href="" class="call-box call-info-city block">...
asked by 11.09.2014 / 20:55
2
answers

Zoom effect with CSS

I have a div with an image in which I applied a zoom effect and a slight rotation! but this image should zoom and rotate within the boundaries of the DIV without overflowing, but hide parts that exceed the size of the div. image explaining:...
asked by 17.05.2018 / 01:07
1
answer

Enable HOVER without clicking the same div

Next, I have 2 tables, the items in the second table have hover. I need to pass the mouse on 1 item from the first table and it activates the hover of the respective item from table 2, but I can not pull the same id or class because I do not wan...
asked by 24.09.2015 / 00:16
1
answer

How to Inspect an element that only appears when I hover in another element?

I have an element that when doing a hover in it will appear a pseudo-element elsewhere on the screen, however I would like to inspect this pseudo element when it is visible on the screen. How do I inspect an element that only appear...
asked by 06.11.2018 / 13:01
2
answers

Turn text into italic on hover!

Well, I have a paragraph and I want it to stay with font-style: italic; when I move the mouse over, what properties should I do in :hover ?! I would like it to be a 0.3-second transition     
asked by 23.12.2017 / 14:25
1
answer

How to make an animation in CSS starting from one side in the Hover and ending on the other when the Hover comes out?

I have an animation where an element appears entering from left to right when I do the :hover in the .box , however I would like that when I take the mouse out of .box the element would exit right now. The idea is like thi...
asked by 16.11.2018 / 15:22
2
answers

CSS get siblings before element?

Basically, I have the following structure, where when hover is enabled on an element, the right siblings should receive a unique style, while those on the left should receive another style. I currently have the same code working fine in JS...
asked by 24.07.2018 / 23:51
2
answers

Placeholder color does not change when the mouse is over it in another theme

I have the following search box whose placeholder is custom even in hover , however when I change to high contrast mode of the site, it does not change the color of placeholder when in hover . Note that hovering over t...
asked by 19.04.2018 / 15:35
1
answer

Shadow in svg - CSS

I need to apply the "external brightness" effect of photoshop to an SVG logo. the logo is being referenced by the tag image: <img src="imagens/logos/erp.svg"/> And I could not apply the text-shadow effect to the page CSS. How can...
asked by 09.07.2018 / 15:17