Team:Warsaw/Team

From 2010.igem.org

(Difference between revisions)
Line 25: Line 25:
-
$(".foto").draggable({
+
$(".foto").draggable({
start: function(event, ui) {
start: function(event, ui) {
Line 60: Line 60:
         var dleft=hmargin;
         var dleft=hmargin;
-
$(this).css('left' , dleft);
+
        $(this).css('left' , dleft);
-
$(this).css('top' , dtop);
+
        $(this).css('top' , dtop);
         });
         });
Line 83: Line 83:
          
          
             if (Math.ceil(Math.random()*2)%2)  
             if (Math.ceil(Math.random()*2)%2)  
-
                 $(this).css('top' , currtop+Math.random()*vradius);
+
                 $(this).css('top', currtop+Math.random()*vradius);
             else  
             else  
-
                 $(this).css('top' , currtop-Math.random()*vradius);
+
                 $(this).css('top', currtop-Math.random()*vradius);
        
        
             if (Math.ceil(Math.random()*2)%2)  
             if (Math.ceil(Math.random()*2)%2)  
-
                 $(this).css('left' , currleft-Math.random()*hradius);
+
                 $(this).css('left', currleft-Math.random()*hradius);
             else  
             else  
-
                 $(this).css('left' , currleft-Math.random()*hradius);
+
                 $(this).css('left', currleft-Math.random()*hradius);
             if (currfoto == 6)
             if (currfoto == 6)
Line 98: Line 98:
             }
             }
              
              
-
             if (currfoto==12)
+
             if (currfoto == 12)
             {
             {
-
                 currtop+=30;
+
                 currtop += 30;
             }
             }
-
             currfoto=currfoto+1;
+
             currfoto = currfoto+1;
         });
         });
Line 119: Line 119:
          
          
             $(this).css('width', '120px');
             $(this).css('width', '120px');
-
             if (!$(this).is('.foto-active'))$(this).css('z-index', 0);
+
             if (!$(this).is('.foto-active'))
 +
                $(this).css('z-index', 0);
     
     
});
});

Revision as of 10:55, 11 July 2010


Example Tabs


prof. Jacek Bielecki

Radosław Stachowiak

Kamil Koper

Kamila Ornoch

Michał Lower

Ania Olchowik

Kuba Piątkowski

Marcin Ziemniak

Jarek Pankowski

Anna Safray

Justyna Lesiak

Ania Puławska

Kasia Grześ

Dominik Cysewski

Marta Błaszkiewicz

Joanna Leszczyńska

Albert Bogdanowicz

Chery Moreno

Milena Bażlekowa
This is our team and friends

Click on the pictures to find out more about us!

You can drag and drop the photos.

This page looks best in Firefox.