I m having Problem
i want to put green image on black image...
my css code is..
@charset "utf-8";
/* CSS Document */
#Container
{
background-image:url(../Layers/Container.jpg);
width:1024px;
height:768px;
background-repeat:no-repeat;
}
#MiniContainer
{
background-image:url(../Layers/MiniContainer.jpg);
background-repeat:no-repeat;
/*margin:150px 10px 100px 150px;*/
margin-top:100;
margin-left:50px;
margin-bottom:100px;
margin-right:50px;
}
and my html code is
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link href="Style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<center>
<div id="Container">
<div id="MiniContainer">
<img src="../Layers/MiniContainer.jpg" width="873" height="452"/>
</div>
</div>
</center>
</body>
</html>
i m trying to fix it since 2 hours but not able to do it kindly help me..i have attached picture as i want to do it..