Answer the question
In order to leave comments, you need to log in
Joomla module not working?
Good day!
There was a desire to make a floating module in the Joomla sidebar, I tried different plugin options, etc., nothing works. The jquery library is included.
Now I tried the option without a plugin, found on the net:
css style
.adsense-sidebar {}
The script itself
<script type="text/javascript">
$(function() {
var offset = $("adsense-sidebar").offset();
var topPadding = 7;
$(window).scroll(function() {
if ($(window).scrollTop() > offset.top) {
$("#fixed").stop().animate({marginTop: $(window).scrollTop() - offset.top + topPadding});
}
else {$("#fixed").stop().animate({marginTop: 15});};});
});
</script>
<div class="adsense-sidebar">Код рекламы</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question