Posts by Ana • 19 points
2 posts
-
-1
votes1
answer38
viewsQ: I would like to put 2 slides equal but is having conflict in some part of Javascript, how can I put the two slides without conflicts?
CSS <style type="text/css"> a,img { border: none; } .trs { -webkit-transition:all ease-out 0.5s; -moz-transition:all ease-out 0.5s; -o-transition:all ease-out 0.5s; -ms-transition:all ease-out…
-
1
votes1
answer79
viewsQ: How can I put another slide like this without conflicts and the two work?
Javascript <script type="text/javascript"> function setaImagem(){ var settings = { primeiraImg: function(){ elemento = document.querySelector("#slider a:first-child");…