HTML/CSS/IE Firefox/ moz opacity

Материал из Web эксперт
Версия от 08:17, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

Moz proprietary opacity property

 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
    <head>
        <style rel="stylesheet" type="text/css">
body {
    padding: 10px;
    margin: 10px auto;
    min-width: 500px;
    max-width: 900px;
    -moz-opacity: 0.7;
}
        </style>
    </head>
    <body>
    this is a test. this is a test. 
    </body>
</html>