Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 20th, 2012  |  syntax: None  |  size: 1.42 KB  |  hits: 35  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.  
  2.         <div id="parallax_subskill" class="clear">
  3.                 <div class="parallax-layer element-font" style="width:120%; height:120%;">
  4.                         <img src="images/subskill1.png" alt="" style="width:207px; height:213px; position:absolute; top:72%; right:7%;"/>
  5.                 </div>
  6.                 <div class="parallax-layer element-back" style="width:115%; height:115%;">
  7.                         <img src="images/subskill2.png" alt="" style="width:97px; height:91px; position:absolute; right:45%; bottom:16%"/>
  8.                 </div>
  9.                 <div class="parallax-layer element-font" style="width:115%; height:110%;">
  10.                         <img src="images/subskill3.png" alt="" style="width:65px; height:70px; position:absolute; right:25%; bottom:55%"/>
  11.                 </div>
  12.                 <div class="parallax-layer element-back" style="width:105%; height:105%;">
  13.                         <img src="images/subskill4.png" alt="" style="width:68px; height:68px; position:absolute; right:55%; bottom:65%"/>
  14.                 </div>
  15.            <div class="parallax-layer main" style="width:110%; height:105%;">
  16.                         <img src="images/subskill5.png" alt="" style="width:731px; height:685px; position:absolute; right:15%; top:25%;"/>
  17.            </div>
  18.         </div>
  19.         <img src="images_layout/background_subskill.png" width="100%" height="100%" style="position:absolute;top:0;left:0;z-index:-1"/>        
  20.                 <script type="text/javascript">        
  21.                 function initParalax(id){
  22.                         $('#parallax'+id ' .parallax-layer')
  23.                         .parallax({mouseport: $('#parallax'+id)} , {xparallax: '100px'}, {yparallax: '-100px'}, {decay: '0'});
  24.                 };
  25.  
  26.         </script>