-5
I’m in need of a CSS help, I have my carousel and I need to Hover appears a centralized link, currently I left already as I want with the Hover, i.e., the Hover this on top of the image, follows the link.
The Hover is a background white with opacity and the link.
the ideal was to provide a small example on http://JSFiddle.net, but also to say that you should specify better your problem and the solution you need separately.
– Paulo Roberto Rosa
I can only show a link to my website with problems? / How to create a Minimum, Complete and Verifiable example
– bfavaretto
I think it’s something like:
$('.hover').mouseover(function(){
 var link = $(this).children('a').attr('href');
 $(this).append('<span class=temp>'+link+'</span>');
});
$('.hover').mouseleave(function(){
 $('.temp').remove();
});
– Paulo Roberto Rosa
Try searching for Hover no Sopt. Has several solutions ready.
– Bacco
put only the piece of code you want to move.
– haykou
only in that same part, from slider @haykou
– Furlan
Lord Die... 45 questions and still with these basic mistakes when asking?
– brasofilo