I tried setting an absolute position on new divs and placing them on top of the original and linking them to a click interaction of the product, but they end up being off position. I’m new to web-development so any help would be greatly appreciated! I haven’t been able to find any detailed tutorials on this effect.
Im guessing the text replace would work instead of the whole div, since the backgrounds are the same, but im not sure how to set that text switch when hovering the product nor how to get non-hover state to always visible.
Columns are old way to present bulk of divs Horizontally or vertically. Grid and FlexBox Are the new (modern) tool to achieve this purpose and lay out the elements on your canvas.
Reading about those issues will help you to take your project forward in the right direction Give Me A couple of days - I’ll record a short “HowTo” video.
Yes, I think I figured out how to achieve this effect, however, I’m now having issues with optimizing for mobile and some flickering when the mouse moves between the divs too fast. Would still love to see a “How to video” on this.