如何让广告出现在页面中央?
我想知道如何使广告出现在该网站中: http://www.kraniem.lv/ 只是不要点击 X,否则广告将关闭,并且只有第二天才会再次可见。
I would like to know how to make ad appear like in this site:
http://www.kraniem.lv/
Just dont click X otherwise ad will close and will be visible only next day again.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Css:
jQuery:
请注意,如果你想使用图像,你需要将其写为:
因为基本上,图像是在文档dom加载之后加载的,所以我通常将图像高度解析为属性之一,所以我就知道要减去什么了。
请注意,该链接对我不起作用,所以我只是根据我之前所做的作品来编写。
编辑:
制作UI屏幕块:
CSS:
jQuery:
HTML:
Css:
jQuery:
Please note that if you want to use images, you'll need to write it as:
because basically, the image loads after the document dom was loaded, so I usually parse the image height as one of the attributes, so I'll know what to subtract.
Please note that the link didn't work for me, so I'm just writing based on prior works I did.
Edit:
to make a UI screen block:
CSS:
jQuery:
HTML: