hide
-
great!!! thx for add css!
and now, how i can create css with hide button on flooter position?!early:
/* Start hide */ echo '<script> jQuery(window).scroll(function() { if(jQuery(window).scrollTop() + jQuery(window).height() == jQuery(document).height()) { jQuery("#scrollUp").css({"opacity":"0",}); } else { jQuery("#scrollUp").css({"opacity":"1",}); } }); </script>'; /* End hide */
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘hide’ is closed to new replies.