Posts by Newton Samin • 41 points
2 posts
-
0
votes2
answers333
viewsA: A div superimposed on an image descends according to the scroll bar
My friend, I took a look at your code. At first I saw that they had some " id " equal, I advise you to use a class (also changing the css): File touchTouch.jquery.js $('<div…
-
1
votes2
answers392
viewsA: Reduce image and center
Hello, take a look at this link to see if this was the desired result. this is the code: $("img").hover(function(){ $(this).toggleClass("img-zoom"); }); div{ position: relative; overflow:hidden;…