Why is Web Hosting Security so Important?
“>Why is Web Hosting Security so Important?
May 28, 2009
#dd_ajax_float{ background:none repeat scroll 0 0 #FFFFFF; border:1px solid #DDDDDD; float:left; margin-left:-120px; margin-right:10px; margin-top:10px; position:absolute; z-index:1; }$j=jQuery.noConflict(); $j(document).ready(function($) { //put content div class, when scroll beyond this y, float it var $postShare = $(‘#dd_ajax_float’); if($(‘.dd_content_wrap’).length > 0){ var descripY = parseInt($(‘.dd_content_wrap’).offset().top) – 20; var pullX = $postShare.css(‘margin-left’); $(window).scroll(function () { var scrollY = $(window).scrollTop(); var fixedShare = $postShare.css(‘position’) == ‘fixed’; //make sure .post_share… Read more…