<

Carousel: Difference between revisions

From AI4Society Forum

No edit summary
No edit summary
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