Team:NTNU Trondheim/Test

From 2012.igem.org

(Difference between revisions)
Line 16: Line 16:
     $(document).ready(function(){  
     $(document).ready(function(){  
         $("ul.sf-menu").superfish({
         $("ul.sf-menu").superfish({
-
         delay:      800, // delay on mouseout  
+
         delay:      100, // delay on mouseout  
             animation:  {opacity:'show', height:'show'}, // fade-in and slide-down animation  
             animation:  {opacity:'show', height:'show'}, // fade-in and slide-down animation  
             speed:      'normal', // animation speed  
             speed:      'normal', // animation speed  
Line 177: Line 177:
</ul>
</ul>
</div> <!-- End of main menu -->
</div> <!-- End of main menu -->
 +
 +
<!--<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
 +
<script>
 +
new TWTR.Widget({
 +
  version: 2,
 +
  type: 'profile',
 +
  rpp: 4,
 +
  interval: 30000,
 +
  width: 250,
 +
  height: 300,
 +
  theme: {
 +
    shell: {
 +
      background: '#159e30',
 +
      color: '#ffffff'
 +
    },
 +
    tweets: {
 +
      background: '#ffffff',
 +
      color: '#515151',
 +
      links: '#a5eb3c'
 +
    }
 +
  },
 +
  features: {
 +
    scrollbar: false,
 +
    loop: false,
 +
    live: false,
 +
    behavior: 'all'
 +
  }
 +
}).render().setUser('iGEM_NTNU').start();
 +
</script>-->
</body>
</body>
</html>
</html>

Revision as of 16:25, 31 May 2012