1
On my website, I have a block div
that slides when passing the mouse, but where it passes there is the Facebook like button that is in another area of the site. No way I get that block div
cover or overlay this button, so I thought I’d make it disappear when I hover the mouse on the block div
.
As if I put each one in a block and did:
#sliding_block:hover #facebook_block {
display: none;
}
If possible, but I don’t want to use Javascript.
Any solution? Or would have some way to cover the Facebook button?
I managed to do something similar to what I want in jsfiddle http://jsfiddle.net/sr37nard/
If it’s without JS why the jquery tag?
– Guilherme Nascimento