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
    33.5K+ Learners
    4.51  (1396)
    Ecommerce Website with HTML & CSS
    3 hrs
    Intermediate
    21.5K+ Learners
    4.57  (627)
    Oracle SQL
    4 hrs
    Beginner
    30.3K+ Learners
    4.58  (1362)
    Java Basic Programs
    2 hrs
    Beginner
    32K+ Learners
    4.48  (816)
    Excel Tips and Tricks
    1 hrs
    Beginner
    59.3K+ Learners
    4.62  (2958)
    Factorial Program in Python
    1 hrs
    Beginner
    2.7K+ Learners
    4.64  (76)
    Palindrome Program in C
    1 hrs
    Beginner
    2.9K+ Learners
    4.37  (109)
    PHP for Beginners
    2 hrs
    Beginner
    37.9K+ Learners
    4.55  (2215)
    Inferential Statistics
    1 hrs
    Beginner
    3.3K+ Learners
    4.64  (59)
    Catia Basics
    2 hrs
    Beginner
    14.7K+ Learners
    4.52  (976)