This email--->>>
Dear Tuanphan, I used the following code to make sure the hover of text works over a picture but... now the links doesn't work. When I go to link the page and safe I do see the 'hand' however when I exit, it only hovers...
it only works when I remove the text block just a bit so that you can still see the picture. Is it possible to make sure that hover picture still link? If so, can you tell me how? Kind regards dieneke
the code I used:
@media only screen and (min-width: 640px){
#block-yui_3_17_2_1_1689250160382_37270 {
opacity: 0;
transition: opacity 0.25s
}
#block-yui_3_17_2_1_1689250160382_37270:hover {
opacity: 1;
transition: opacity 0.25s
}
}