Thursday

html two image on top of each other

here is source code example:
     
<html>
<head>
  <style type="text/css">
#wrapper {
  margin: 0 auto; background: url(bottom-image.jpg)  no-repeat;
}
#header {
  width:100.00%;
  background: url(top-image.jpg)  no-repeat; ;
  position: absolute;
  top: 100;
  right: 0;
  bottom: 0;
  left: 100;
}
#menu {
  color: #f1f1f1;
}
 </style>
</head>
<body>
<div id="wrapper">
  <div id="header">
    <div id="menu">
      menu will be here
    </div>
  </div>
</div>
</body>
</html>
    

imagemagic add text to image

rem different types of text annotations on existing images rem cyan yellow orange gold rem -gravity SouthWest rem draw text and anno...