Tuesday 14 January 2014

division tag: transparent image


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
div.background
{
width:500px;
height:250px;
background:url(foru.jpg);
border:10px solid black;
}
div.transbox
{
width:200px;
height:180px;

background-color:#ffffff;
border:1px solid black;
opacity:0.4;

}
</style>
</head>

<body>
<div class="background">
<div class="transbox">
<p> this is some text placed in the transparent box.
</p>
</div>
</div>

</body>
</html>


home

No comments:

Post a Comment