CSS

The -moz-opacity Property

The -moz-opacity Property

The - moz-opacity property of a picture is utilized to set the obscurity of a picture. This property is utilized to make a straightforward picture in Mozilla. IE utilizes filter:alpha(opacity=x) to make straightforward pictures. In Mozilla (- moz-opacity:x) x can be a worth from 0.0 - 1.0. Lower esteem makes the component more straightforward (the same thing goes for the CSS3-legitimate linguistic structure opacity:x). In IE (filter:alpha(opacity=x)) x can be a worth from 0 - 100. Lower esteem makes the component more straightforward. For example:

<!DOCTYPE html>
<html lang="en">
<head>
    <style>
        div{
            border:1px solid red;
            -moz-opacity:0.4;
            filter:alpha(opacity=40);
        }
        img{
            height: 300px;
            width: 300px;
        }
    </style>
</head>
<body>
    <div>
        <img src="https://yt3.ggpht.com/ytc/AKedOLQCxwWkeIU4jyhDL-1vXucz-mquq4uPnTsyUtGiyA=s900-c-k-c0x00ffffff-no-rj">
    </div>
</body>
</html>
Output:


Top course recommendations for you

    Python Basic Programs
    2 hrs
    Beginner
    40K+ Learners
    4.49  (1946)
    Ecommerce Website with HTML & CSS
    3 hrs
    Intermediate
    24.7K+ Learners
    4.56  (836)
    Oracle SQL
    4 hrs
    Beginner
    37.1K+ Learners
    4.58  (1956)
    Java Basic Programs
    2 hrs
    Beginner
    34.1K+ Learners
    4.48  (950)
    Excel Tips and Tricks
    1 hrs
    Beginner
    67.7K+ Learners
    4.58  (4092)
    Factorial Program in Python
    1 hrs
    Beginner
    3K+ Learners
    4.6  (88)
    Palindrome Program in C
    1 hrs
    Beginner
    3.3K+ Learners
    4.42  (138)
    PHP for Beginners
    2 hrs
    Beginner
    43.7K+ Learners
    4.54  (2844)
    Inferential Statistics
    1 hrs
    Beginner
    3.8K+ Learners
    4.63  (128)
    Catia Basics
    2 hrs
    Beginner
    17.1K+ Learners
    4.52  (1251)