Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] CSS Hover Selector | Shawdow Box issues | CSS, HTML Reply To: [Solved] CSS Hover Selector | Shawdow Box issues | CSS, HTML

#235141
kevmacs
Participant

I figured it out:

item-thumbs .hover-wrap {
position: absolute;
display: block;
width: 100%;
height: 100%;

Just changed the Height: to 60% and that tells it to leave 40% of the box to NOT be “linked” to the image.