I made a automatic image slideshow. I want to make a dropdown image when I mouseover the slideshow image. I have put dropdown css, html code but it didn't work. Is there any solution for this?
I want to make a dropdown image when I mouseover the slideshow image.
Most likely because the '
height' attribute is missing in css. Here is your code simplified and it works fine:Additionally, it is better no to write styles inside the markup style attribute but inside the css file or block.