jquery - How to make Colorbox iframe to move with the scroll up/down? -


i have colorbox iframe links page.

the problem is, if scroll up/down window colorbox remains @ it's initial position , can't see anymore.

is there way make follow scroll up/down? guess can solved css positioning or couldn't figure out.

thanks. please let me know if doesn't make sense provide screenshots.

i'm not sure "colourbox" usual way describe is:

#yourelement {     position: fixed;     left: 0px;     top: 50%; } 

this keep element 0px left , half way down screen when scroll.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -