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
This article introduces Online preview and downlo...
1. Overview of viewport Mobile browsers usually r...
background Indexes are a double-edged sword. Whil...
Table of contents 1. Use the a tag to preview or ...
In the MySQL database, after tables are associate...
On the server, in order to quickly log in to the ...
1. Uninstalling MySQL 5.7 1.1查看yum是否安裝過mysql cd y...
This article lists the most commonly used image c...
Page turning problem scenario B and C are on the ...
The tee command is mainly used to output to stand...
1.v-bind (abbreviation:) To use data variables de...
MySQL 8.0.3 is about to be released. Let’s take a...
<br />This web page production skills tutori...
1. Introduction Nginx is a free, open source, hig...
When using the <html:reset> tag, sometimes w...