How To Display A Footer Slider On Wordpress

it4viet

New Member
I want to display facebook page and google plus count when the user move scrollbar 50% down. I have this piece of code but its not working. Kindly help me in this code\[code\] <div class="c_scrollbar"><div class="c_scrollbar_in_box"> <a class="c_scrollbar_bg_box_esc" onclick="return closeFBsticker();" href="javascript:void(0);"><img src="http://stackoverflow.com/howto/_201203/img/close.png" /></a><p class="txt_1">Don't forget to follow us!</p><div><fb:like-box href="http://www.facebook dot com/atechguide" width="292" show_faces="false" stream="false" header="false"></fb:like-box></div><p class="txt_2">If you like us, please give us a +1 !</p><span class="st_plusone_hcount" st_url="http://www.atechguid dot com/"></span></div>\[/code\]my style code \[code\] .c_scrollbar{background:rgba(67, 148, 217,0.7);padding:10px; width:302px;height:138px;position: fixed; bottom: 20px; right:10px; -moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#9F4394d9,endcolorstr=#9F4394d9);_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))-40);display:none;z-index:50;}.c_scrollbar_in_box{background:#f6f6f6;width:280px;height:131px;padding:5px 10px 0;}.c_scrollbar_in_box a{ position:absolute; top:5px; right:5px; font: 11px/14px Arial; color: #999; text-decoration: none;}.c_scrollbar_bg_box_esc{ display:block; width:23px; height:25px;}.c_scrollbar_in_box .txt_1{font:18px/20px Arial;color:#ff6600;margin-bottom:5px;}.c_scrollbar_in_box .txt_2{font:12px/14px Arial;color:#ff6600;margin-bottom:3px;}\[/code\]
 
Back
Top