Berglund:Swipe Test
From OpenWetWare
Jump to navigationJump to search
<html> <head> <style type="text/css"> div.background
{
width:500px;
height:250px;
background:url(Berglundlab_template_2012b.jpg) repeat;
border:2px solid black;
}
div.transbox
{
width:400px;
height:180px;
margin:30px 50px;
background-color:#ffffff;
border:1px solid black;
opacity:0.6;
filter:alpha(opacity=60);
} div.transbox p
{
margin:30px 40px;
font-weight:bold;
color:#000000;
}
</style> </head>
<body>
I don't think it can be done. I think background/background-image is somehow blocked.
</body> </html>