On my site, I have a block div
that slides when mouseover, but wherever it happens, there is the Facebook button that is in another area of the site. In no way do I get the div
block to cover or override this button, so I thought I'd make it disappear when I hover the mouse in block div
.
As if I put each one in a block and do:
#sliding_block:hover #facebook_block {
display: none;
}
If it were possible, but I do not want to use JavaScript.
Any solution? Or would you have some way to cover the Facebook button?
I was able to do something like what I want in jsfiddle link