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>
    

here is powershell script on how to get list of files from changesets associated with one tfs task

$dllPath = "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\...