How to add inline layer in HTML?
Use the
This is in contrast to the
The tag supports the following attributes -
Value | > | Description## layer |
name
The name of the inline layer that will be positioned directly above the current layer in the z-order. |
Background |
---|---|---|
URL |
The filename or URL of the image where the text and image of the inline layer will appear on it. |
|
Layer |
Name
The name of the inline layer to be positioned is directly below the current layer in z order. |
|
##rgb(x,x,x) | #xxxxxxColor Name The color used for the inline layer background. | Clip |
Number | Inline layer visible The coordinates of the area. | td>Height |
Pixels | The height of the inline layer , in pixels. | left |
number | Inline layer left s position. If the currently inline layer is part of another layer. Called the parent layer - the position is relative to the parent layer. | Name |
Layer | NameThe name of the inline layer. | pagex |
Number | Inline layer left Position relative to the browser window. | p> | pagey
Number | The top of the inline layer is relative to The position of the browser window. | src |
URL | will appear in the inline layer The URL of the page within. | Top |
number | Inline layer top Location. If the current inline layer is another layer—called the parent layer—then the position is relative to the parent layer. | Visibility |
show | Determine inline layers visible or not. | |
##Hide Inheritance |
|
Width |
Pixels | The width of the inline layer , in pixels. | z-index |
Number | Inline layer position in the z-order. Inline layers with higher Z-INDEX values are placed above inline layers with lower Z-INDEX values. | Example |
<!DOCTYPE html>
<html>
<head>
<title>HTML ilayer Tag</title>
</head>
<body>
This <ilayer top = "4">word</ilayer> is shifted down, while this
<ilayer left = "10">one</ilayer> is shifted over. With a negative value,
words can be moved <ilayer top = "-4">up</ilayer> and to the
<ilayer left = "-10">left</ilayer>.
</body>
</html>
Copy after login
<!DOCTYPE html> <html> <head> <title>HTML ilayer Tag</title> </head> <body> This <ilayer top = "4">word</ilayer> is shifted down, while this <ilayer left = "10">one</ilayer> is shifted over. With a negative value, words can be moved <ilayer top = "-4">up</ilayer> and to the <ilayer left = "-10">left</ilayer>. </body> </html>
The above is the detailed content of How to add inline layer in HTML?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



HTML is suitable for beginners because it is simple and easy to learn and can quickly see results. 1) The learning curve of HTML is smooth and easy to get started. 2) Just master the basic tags to start creating web pages. 3) High flexibility and can be used in combination with CSS and JavaScript. 4) Rich learning resources and modern tools support the learning process.

HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.

AnexampleofastartingtaginHTMLis,whichbeginsaparagraph.StartingtagsareessentialinHTMLastheyinitiateelements,definetheirtypes,andarecrucialforstructuringwebpagesandconstructingtheDOM.

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

GiteePages static website deployment failed: 404 error troubleshooting and resolution when using Gitee...

The Y-axis position adaptive algorithm for web annotation function This article will explore how to implement annotation functions similar to Word documents, especially how to deal with the interval between annotations...

To achieve the effect of scattering and enlarging the surrounding images after clicking on the image, many web designs need to achieve an interactive effect: click on a certain image to make the surrounding...

The necessity of registering VueRouter in the index.js file under the router folder When developing Vue applications, you often encounter problems with routing configuration. Special...
