Posts by Diana Taveira • 25 points
3 posts
-
1
votes2
answers1217
viewsQ: Overlay two images with :
My goal would be for an image in . png to be above an image . jpg when passing the cursor over it. I tried with the following code: .image{ width: 320px; height: 180px; } .image:hover{ content:…
-
0
votes2
answers664
viewsA: Video continues to play when the modal closes
At the moment my code is like this: <head> <title>Efeito Modal</title> <style> table{ position: fixed; top: 10px; left: 0; background: white; display: none; } .fechar{…
-
1
votes2
answers664
viewsQ: Video continues to play when the modal closes
I created a modal that opens when clicking on an image, inside this modal will have a youtube video and a small description on the side, however whenever I close the modal the video continues to…