html - position: fixed (but when scrolled down to the fixed content) -
i have div has own module position. want make position fixed when scrolled content, means when see fixed content , scroll on full screen content automaticly fixes on side. when scroll again top fixed content gone. how should make css? thank you.
you might want try jquery waypoints (http://imakewebthings.com/jquery-waypoints/). don't think can achieve css alone because changing behavior based upon user interaction. you'll need javascript.
Comments
Post a Comment