Posts by Renan Ranzani • 83 points
9 posts
-
1
votes1
answer227
viewsQ: Modal Jquery/ Materialize not working in index.php
Hello! I am developing a modal of acceptance for cookie terms. I was able to solve cache storage through php. However, I could not see why the modal does not appear in the layout when the user does…
-
1
votes1
answer2442
viewsQ: Accept cookie button
Although searching about it I still could not solve. I created an acceptance term of cookie that appears in the Home on top of the header. The button when clicking it is closed normally, however,…
-
2
votes1
answer26
viewsQ: W3C error a tag Name - "The name attribute on the img element is obsolete. Use the id attribute Instead."
Hello! I have a banner where it pulls images and functions through Javascript, but when I pass the page in Validator appears the message "The name attribute on the img element is obsolete. Use the…
-
0
votes1
answer171
viewsA: Collapse pushing the Div
var coll = document.getElementsByClassName("collapsible"); var i; for (i = 0; i < coll.length; i++) { coll[i].addEventListener("click",…
-
0
votes1
answer171
viewsQ: Collapse pushing the Div
I created a Collapse but I’m not getting it to push the Divs down, thus getting superimposed on the content. I tried some code in CSS but it’s not working. HTML: <div id="collapsible-menu">…
-
1
votes1
answer37
viewsQ: Replace Content Collapse
Hello! I’m having a hard time getting the contents replaced by pressing the Collapse button. When I click the content that is already activated continues on the page and what I activated appears…
-
0
votes1
answer44
viewsQ: Make Div content appear only when I click a button
Hello! I’m having a hard time getting my Collapse content hidden when accessing the page. I have 3 buttons with content, and as soon as I access the page on the server, the 3 contents appear at…
-
0
votes1
answer43
viewsQ: Slide with active initial image
Hello, I’m having a problem in my slide, it starts with the blank browser window and after the 5 sec starts to appear the images, and when it arrives in the last image it would have to return the…
-
1
votes1
answer1627
viewsQ: Change Slide Bootstrap Transition
I need to decrease slide transition time Bootstrapp, how can I do while the files js and css are being pulled from the site? <div id="carouselExampleControls" class="carousel slide"…