Berglund:Swipe Test: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<html>
<html>
<head>
<head>

Revision as of 14:42, 2 May 2012

<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>

<div class="background"> <div class="transbox"> <p>Hell, I don't think it can be done. I think background/background-image is somehow blocked. </p> </div> </div>

</body> </html>