This article mainly introduces javascript code for implementing floating ad strips that can be closed at the top of a website. It involves javascript implementation techniques for operating page element styles Based on mouse events, for more information about how to use JavaScript to implement floating ad entries that can be closed at the top of a website, see the example in this article. Share it with you for your reference. The details are as follows:
This is an advertisement code that floats at the top of a website and can be closed. It is easy to design and concise, with a button closed, adaptive webpage width and clear color. I believe many of you will like it.
The running effect is as follows:
The Online Demo address is as follows:
Http://demo.jb51.net/js/2015/js-top-float-clase-able-adv-codes/
The Code is as follows:
The advertisement bar can be closed at the top of the website.SCRIPT function floatadv () {document. getElementById ("topadv"). style. display = "none";} SCRIPT
|
A professional website construction resource and Script Programming learning website in China, provides programming materials such as asp, php, asp.net, javascript, jquery, vbscript, dos batch processing, web page creation, network programming, and website construction. |
|
I hope this article will help you design javascript programs.