javascript - Keep Colorbox always centered on scroll -
when using thickbox if user scrolled vertically thickbox stay centered. colorbox if scroll lose site of colorbox , see grayed out background. how can update colorbox have same functionality maintains position on screen regardless of user scrolling.
http://colorpowered.com/colorbox/core/example1/index.html http://jquery.com/demo/thickbox/
resize window have vertical scrollbar , scroll , can see difference.
thanks
i may bit late, fyi can use "fixed" option in colorbox declaration. option "false" default. if set "true" result want:
$('#my_box').colorbox({ fixed: true });
Comments
Post a Comment