Posts by André • 117 points
15 posts
-
0
votes2
answers47
views -
0
votes1
answer50
viewsQ: Open new page automatically in php with result from previous page
Next person I have a quiz and at the end a button Submit, when clicking I do some php operations to return a result of the quiz, but returns on the same page, with all questions of the quiz, I need…
-
0
votes2
answers500
viewsQ: bar effect filling css in menu
people need to recreate the menu effect of this site: http://mpcaminhoes.com.br/ but I’m not succeeding, I managed to create the bar and make the bar grow but it grows above the menu, capping the…
-
0
votes0
answers246
views -
1
votes1
answer171
viewsQ: Error while creating android studio Fragment
I’m doing an android course that has navigation in bars and for this is used Ragments, I did the video way however tabs appear but the content of Ragments no, in the console I have this error:…
-
0
votes1
answer588
viewsQ: How to make a Line automatically increase the height of javascript css jquery
Good evening, people I’m with the following problem, in the layout I’m mounting has several lines in different places during the course of the page, the customer wants these lines to appear and grow…
-
0
votes2
answers941
viewsQ: how to get bank value in an if using php
people i have a table user who has a category field that is a field Boolean, at a certain point in my code I need that only if category is true I show an option in my menu, but do not know how to…
-
3
votes1
answer26954
viewsQ: Open modal bootstrap automatically when loading page
People need that as soon as the page load the modal of the bootstrap open on the screen without having to click the button, the way I am doing ta being necessary to click the button for the modal…
-
3
votes1
answer876
viewsQ: Navbar Collapse bootstrap does not push other div down
Guys, here’s the thing, I’m using the responsive bootstrap menu and I needed to click on the icon on the menu, to show the list ne by pushing the other Ivs down.... but when I click the list this…
-
0
votes1
answer814
viewsQ: How to update time automatically using strftime
I’m putting time and date to you showing on my site, I’m doing like this: echo utf8_encode(strftime("%X - %m %B, %Y" )) ; But the time this static is only updating when it recharges the page, I…
-
0
votes2
answers2404
viewsQ: How to use Hover in one class to change another class?
Following people, I have a class and another class underneath it... but the bottom class needs to be invisible until the user hovers the mouse in the top class, so I put opacity in it:0 , and I…
-
-1
votes1
answer876
viewsQ: And when the overflow doesn’t work?
I’m working with some images with a zoom effect using transform: scale(x);. But when you zoom in, especially on mobile, the image goes beyond the side container. So it doesn’t appear in itself but…
-
1
votes2
answers6376
viewsQ: Center a div with text and position Absolute in the center of div pai
People is the following I have a father div and another div with a text in position Absolute... this text is aligned to the top and left of the father div and I need to align to the center... things…
-
-1
votes1
answer355
viewsQ: How to do diagonally using after and skew?
People I need to make a site where the divisions are on diagonals. I was told to put an edge on the after of div, and use the property skew. But the edge on the after is not appearing. Below is an…
-
0
votes1
answer66
viewsQ: Error sending php form
I am with a form that another programmer made and the emails from the site are no longer being sent, I can not find the error, also I am not very good with php. Someone can identify the mistake?…