Overlay over image on hover
问题 I am unsure of what I am doing wrong trying to get a transparent overlay to appear over an image on hover. Initially, I attempted a javascript approach, but that didn't work, so I figured I would try a more light-weight css approach. Does anyone see why this is not working? .section2-box { display: inline-block; width: 50%; height: 50%; border-bottom: 4px solid #FFF; border-right: 4px solid #FFF; box-sizing: border-box; position: relative; } .fadeHover { transition: all .35s ease; -webkit