I just noticed an interview I did with a Minneapolis Star Tribune reporter on Yahoo 360 was published today, “Yahoo spreads its net on the Web “. At best I thought I’d get one little quote. He used at least three plus a mention of my SEO firm, TopRank Online Marketing. I guess everyone gets lucky once in a while.
The article touches on what Yahoo is doing with Yahoo 360 and also Microsoft’s Wallop. Here’s a post on 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';
if($('#dd_ajax_float').length > 0){
if ( scrollY > descripY && !fixedShare ) {
$postShare.stop().css({
position: 'fixed',
top: 16
});
} else if ( scrollY < descripY && fixedShare ) {
$postShare.css({
position: 'absolute',
top: descripY,
marginLeft: pullX
});
}
}
});
}
});
Related Posts You May Enjoy Reading:
-
-
http://funky-spunky.sheepo-love.net










3 Comments »