Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use the opacity attribute in css

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces how to use the opacity attribute in css, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let Xiaobian take you to understand.

CSS3opacity attribute

Function: retrieves or sets the opacity of an object.

Syntax:

Opacity:value | inherit

Value: stipulate opacity. From 0.0 (fully transparent) to 1.0 (completely opaque).

Inherit: the value of the opacity attribute should be inherited from the parent element.

Note: for IE browsers that do not yet support the opacity attribute, you can use the IE proprietary filter property to achieve the same effect as opacity.

An example of using the CSS3opacity attribute

Example 1:

H2 {

Margin:10px0

Font-size:16px

}

.test

.test2 {

Width:300px

Height:150px

Padding:10px

}

.test {

Background:#050

}

.test2 {

Margin:-120px0050px

Background:#000

Filter:alpha (opacity=50)

Opacity:.5

Color:#fff

}

The following example is a translucent effect:

Box with 100% opacity

Box with 50% opacity

Thank you for reading this article carefully. I hope the article "how to use opacity attributes in css" shared by the editor will be helpful to everyone. At the same time, I also hope you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report