Monday, July 30, 2012

javascript – jquery colorbox bottom



I have search all over for 3 Days and cannot find the answer

I try to remove the grey area in the bottom of the COLORBOX Popup where the close button position but I cannot find the way to do it. I try add remove navigation and its still there in the bottom of the POPUP I have the area in gray colour


I use this code



<script language=\"JavaScript\">
jQuery(document).ready(function(){
// $.fn.colorbox({scrolling:false, overlayClose:false, opacity:0.7, escKey:false, href:\"#subscribe\", \'open\':true, \'inline\':true, \'width\':\'auto\', \'height\':\'auto\'});
//$(\'#cboxClose\').remove();
$.fn.colorbox({scrolling:false, overlayClose:false, opacity:0.7, escKey:false, href:\"#subscribe\", \'open\':true, \'inline\':true, \'width\':\'auto\', \'height\':\'auto\'});
$(\'#cboxClose\').remove();

}
);
</script>






Rating: 2 out of 5 based on 3 ratings



The post javascript – jquery colorbox bottom appeared first on Javascript ASK.






via Javascript ASK http://javascriptask.phpfogapp.com/javascript-jquery-colorbox-bottom.html

No comments:

Post a Comment