Open Image in Color Box


<script src=”js/jquery.colorbox.js” type=”text/javascript”></script>
<script type=”text/javascript”>
$(document).ready(function(){
//Examples of how to assign the Colorbox event to elements
$(“.group4”).colorbox({rel:’group4′, slideshow:true});
//Example of preserving a JavaScript event for inline calls.
$(“#click”).click(function(){
$(‘#click’).css({“background-color”:”#f00″, “color”:”#fff”, “cursor”:”inherit”}).text(“Open this window again and this message will still be here.”);
return false;
});
});
</script>

<a class=”group4″  href=”ads_image/<?php echo $imgre[‘img_name’]; ?>” title=”Nice Image”><img src=”ads_image/<?php echo $imgre[‘img_name’]; ?>” width=”100″ height=”70″ /></a>

Leave a comment