我通过广告通过网站获利。
我想显示一个弹出窗口。该窗口应固定在页面的底部。
该窗口仅在滚动后出现。
以下是竞争对手页面:http://teletarify.ru/tele2/tarify/moj-tele2 滚动页面时,将显示一个弹出窗口。我上传了屏幕截图以便更好地了解。
请告诉我。如何在jquery上实现呢?我在Wordpress上的网站。也许有人会为此推荐一个免费的好插件? screen popup
答案 0 :(得分:0)
//try this css on popup
.popup{
position:fixed;
left:0;
//you can adjust the value of bottom according to your needs
bottom:10%;
}
对于滚动后显示的弹出,请使用js onscroll功能,并在pxel中设置值,然后将弹出式的样式更改为display:block;