Posts by Cigano • 21 points
4 posts
-
0
votes1
answer461
viewsQ: Says it saves to mysql but not saved to the database
Form: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>…
-
0
votes1
answer156
viewsQ: How do I print array on the selected segment and location one at a time?
<div class="col-md-2 col-sm-2"> <form method="post" action="atracoes_resultados.php"> <h4>Escolha o Segmento:</h4> <input type="checkbox" name="csg[]"…
-
0
votes0
answers23
viewsQ: How do I change the transition speed (effect) Fade? (code below)
It follows code I’m using, it’s worth mentioning that it’s working 100%, I just can’t (and I really want to) change the speed of the Fade effect. Follows Code: .carousel-fade .carousel-inner .item {…
-
1
votes1
answer54
viewsQ: How to maintain the rotation of images, even with mouse Hover?
My images of the main screen of the site change after 5 seconds using fade effect, but when we stop the mouse on the screen, they stop rotating. Follows excerpt from the code: <li…