Posts by joaomarcos1 • 21 points
3 posts
-
0
votes1
answer71
viewsQ: Div does not respect width of img
I made a div with a border bottom similar to a fold of a page. I am trying to put a centralized image but width and height is not working. I thank you very much! :) CODE: .boxDobrado{…
-
1
votes1
answer944
viewsQ: Iframe hiding content
I have a iframe which receives "interactions.php" which is a select. But the iframe hides content on account of height="100%". If I put height=20000px; he shows everything. How can I make everything…
-
1
votes0
answers881
viewsQ: Take variable javascript and put in php
How do I get a variable sent by input in javascript to php? I looked it up online, but it’s not working. Personal thank you! JAVASCRIPT: <script> funcaoJavascript = function(){ var valor =…