N
N
Nikolai Dobrynin2019-05-18 09:12:25
css
Nikolai Dobrynin, 2019-05-18 09:12:25

How to add box-shadow to :hover of slider thumbnail?

The slider itself
https://www.jssor.com/byfbir/image-gallery-with-ve...
On the left of the thumbnail
, I can’t figure out how to make it so that there would be a box-shadow on hover.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
H
hzzzzl, 2019-05-18
@fbir

this is because you have overflow:hidden on the parent div, and therefore nothing gets out of its borders
https://codepen.io/anon/pen/VOWBmz
5cdfbe0ab187b831625867.png

S
Shohruh Shaimardonov, 2019-05-18
@joeberetta

Selector:hover {
  box-shadow....
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question