CSS how to set div translucency effect

Source: Internet
Author: User

CSS how to set div translucent effects:
Setting the transparency of the element is used in many applications, the following describes how to set an element to be translucent, the other transparent effect of their own extension can be.
The code example is as follows:

<!DOCTYPE HTML><HTML><Head><MetaCharSet= "Utf-8"><Metaname= "Author"content= "http://www.softwhy.com/" /><title>Ant Tribe</title><styletype= "Text/css">Div{Filter:Alpha (OPACITY=50);Opacity:0.5;width:100px;Height:100px;Background-color:Green;} </style></Head><Body><Div></Div></Body></HTML>

The Opacity property is supported by the standard browser, but the IE8 and IE8 browsers do not support this property, so it is compatible with Filter:alpha (OPACITY=50), and the value of opacity is 0-1, but the value under filter is 0-100. The Opacity property can be found in the Opacity Properties section of CSS .

The original address is: http://www.softwhy.com/forum.php?mod=viewthread&tid=9651

For more information, refer to: http://www.softwhy.com/divcss/

CSS how to set div translucency effect

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.