Please see this UI sketch image, I have this div in sidebar (black box) on a certain site and as I scroll down or scroll up, I don’t want it to hide…I want it to move itself down as I scroll down and move itself up as I scroll back up so that it never hides out. Can you recommend me some jQuery that can get this done? or something else. Please help, thanks.
Share
Don’t use jQuery for this please; it’s pure CSS.
Adjust the exact position to your liking by adjusting
topandleft. Maybe you want it centered vertically like in the image (if the sketch is accurate in that aspect), in which case you have to deal with all the fun tricks necessary for vertical centering; hopefully in your case something like this would work: