Currently with Lambi you have to be over near the end of her profile (close to the art) for her hover to work and reveal her story. Is it possible for someone to tweak the coding so the hover works no matter where you're hovering on her story? I dont want the profile changed completely, just that coding tweaked if possible.
I'm not actually sure this is possible (though I may be wrong!). From my understanding the coding assumes that the artwork is in the shape of a box, so to be hovering over the text you need to hover outside of the art box? I made a quick illustration to explain this better!
That box contains the art and to get the hover onto the story your mouse needs to be outside of that box. I don't think there's a way this can be changed? UNLESS. You said the art to a lower z-index than the story when you hover on it.. that may work.
Aah. Sorry this is like one long train of thought, let me just try something! x
Edit: Yeah okay that works. Add this to your code:
:hover {
z-index: 7;
}
Let me know if that works?
I changed it, and it pushed the image behind the words. I may just leave it alone
It was permanent. When you hovered the box popped up so the words were legible.