<
  AI4Society Website  

The following NCEs have contributed to the development of the Forum:
GRAND, AGE-WELL, GlycoNet, CFN
Les RCE suivants ont contribué au développement du Forum : GRAND, AGE-WELL, GlycoNet, CFN

Difference between revisions of "Carousel"

From AI4Society Forum

Line 5: Line 5:
 
   .carouselContainer { min-height: 400px; padding: 5px 0 5px 0; }
 
   .carouselContainer { min-height: 400px; padding: 5px 0 5px 0; }
 
   body { background: #00333f; }
 
   body { background: #00333f; }
 +
 +
  .carouselPrev {
 +
    background: #00333f;
 +
  }
 +
 +
  .carouselPrev:hover {
 +
    background: #00333f
 +
  }
 
</style>
 
</style>
 
<div style='border: 3px solid #00333f; background: #00333f;'>
 
<div style='border: 3px solid #00333f; background: #00333f;'>
Line 21: Line 29:
 
     });
 
     });
 
});
 
});
 
setInterval(function(){
 
    $("a.carouselUrl").attr("href", $("a.carouselUrl").attr("href").replace("?embed", ""));
 
}, 250);
 
 
</script>
 
</script>
 
</html>
 
</html>
  
 
[/public]
 
[/public]

Revision as of 19:10, 21 July 2020