Today a client wants to run an advertisement, and the material they provided is Flash. Although we don't like it very much, there is nothing we can do because the client likes Flash and is afraid that some browsers or software will block the links that come with Flash. We need to add a link through HTML, otherwise it will be blocked and the effect will not be good. You know the consequences. I did this a few years ago when I was helping others maintain it, but I haven't done it for a long time and felt too unfamiliar with it. I have specially organized it here for the convenience of friends in need. I hope everyone will support 123WORDPRESS.COM. The following is the complete code. Since flash files are relatively large, we use iframe to load the ads: XML/HTML CodeCopy content to clipboard
A few points need to be explained: <img src="http://img.jb51.net/image/touming.png" width="300" height="250" />The touming.png here is a 1-pixel transparent png file. If you don't want the picture, the link will be wrong in IE. Of course, the CSS style is the most important, first position:relative, then position:absolute; Later I saw a method provided by someone else on the Internet. It was implemented through a button, but a new window could not be opened. Please provide it as well. If you find that our product is not useful, please contact us to update it. Thank you. XML/HTML CodeCopy content to clipboard
|
<<: How to select all child elements and add styles to them in CSS
>>: Highly recommended! Setup syntax sugar in Vue 3.2
Table of contents Written in front What exactly i...
W3C, an organization founded in 1994, aims to unl...
In an article a long time ago, I talked about the...
Table of contents 1. Component Registration 1.1 G...
MySQL5.7 master-slave configuration implementatio...
Table of contents 1. innodb_buffer_pool_size 2. i...
There is a requirement for a list containing mult...
HTML is made up of tags and attributes, which are...
<br />Semanticization cannot be explained in...
1. First go to the official website to download t...
Many times, after we install a web service applic...
Common Convention Tags Self-closing tags, no need...
If you use docker search centos in Docker Use doc...
html,address, blockquote, body,dd,div, dl,dt,fiel...
Table of contents introduction Indexing principle...