August 6, 2010
Dynamic Colorbox loading position
Question by scit
This is quick link to color box example.
i need to change and customize place of color box loading
Any one can help me?
Answer by Starx
Here is an example to control the position
$("#colorbox").css("left","200px");
You can use the similar to control left, right, top, down. But the the element must be position absolutely.