Template:Team:KIT-Kyoto/MaxImage/basic

From 2014.igem.org

Revision as of 09:26, 19 May 2014 by Pudding (Talk | contribs)

<script type="text/javascript"> $(function(){

   $('#maximage').maximage({
       isBackground: true,
       overflow: 'auto',
       verticalAlign:'top'
   });

}); </script> <style type="text/css"> img.bgmaximage{

 position:fixed !important;

}

  1. maincontent {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 50;
 width: 100%;

} </style>