I want to show the contents of a hidden div in a light box when the page loads.
How can I do this with color box?
What I'm not understanding:
Do I need to use their CSS files? Which ones, where is it?
How do I make the lightbox come up when the page loads?
I tried this but no luck:
$(document).ready(function(){
$("#div_id_i_want_to_show").colorbox({width:"50%", inline:true});
});