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
    34K+ Learners
    4.51  (1422)
    Ecommerce Website with HTML & CSS
    3 hrs
    Intermediate
    21.7K+ Learners
    4.57  (632)
    Oracle SQL
    4 hrs
    Beginner
    30.6K+ Learners
    4.58  (1379)
    Java Basic Programs
    2 hrs
    Beginner
    32.2K+ Learners
    4.48  (821)
    Excel Tips and Tricks
    1 hrs
    Beginner
    59.8K+ Learners
    4.62  (2977)
    Factorial Program in Python
    1 hrs
    Beginner
    2.7K+ Learners
    4.65  (77)
    Palindrome Program in C
    1 hrs
    Beginner
    2.9K+ Learners
    4.39  (113)
    PHP for Beginners
    2 hrs
    Beginner
    38.2K+ Learners
    4.55  (2230)
    Inferential Statistics
    1 hrs
    Beginner
    3.3K+ Learners
    4.66  (64)
    Catia Basics
    2 hrs
    Beginner
    14.8K+ Learners
    4.52  (983)