How can I set the image opacity for the image in the background of the body
tag
my html:
<body background="http://ib1.keep4u.ru/b/070815/ef2714da63d5940bf5.jpg">
<div>test</div>
<div>test</div>
<div>test</div>
<div>test</div>
<div>test</div>
<div>test</div>
<div>test</div>
</body>
my css:
body{
opacity: 0.1,
filter:alpha(opacity=10)
}