Posts by André Junior • 93 points
10 posts
-
1
votes2
answers164
viewsA: How do I add 3 side-by-side images and captions on top and bottom in css
h1{color: red; text-align: center;} #produtos { width: 800px; height: 350px; margin: 0 auto; } .produto1, .produto2, .produto3 { width: 200px; height: 300px; background: ; float: left; padding: 0…
-
1
votes3
answers66
viewsA: How do I create this Button in HTML?
section { background-color: #343A40; border: 1px solid #777777; border-radius: 5px; padding: 8px 5px 5px…
-
0
votes4
answers174
viewsA: Verify correct answer
I made a template in Javascript Puro, I know you didn’t ask :) There are other ways to do more this is also very practical and very simple. var ace = window.document.getElementsByName('r');…
jqueryanswered André Junior 93 -
0
votes3
answers81
viewsA: How to capture a typed value and use to define the value of a class attribute (css)
<!DOCTYPE html> <html> <head> <title> Porcentagem na barra </title> <style type="text/css"> …
-
0
votes1
answer136
viewsA: How to import CSS source
From what I understand you are wanting to assign a font carrying it along with the link try to put it right in the reset of the page ex: *{ margin:0; padding:0; font-family: "Imagine Font" Arial;}…
cssanswered André Junior 93 -
2
votes1
answer173
viewsQ: Javascript effect
Good evening everyone. I am writing a script in which it has the function of multiplying the value typed in inputs and give me the result I want to know. How do I type, for example: 100,00, he give…
javascriptasked André Junior 93 -
1
votes1
answer2412
viewsQ: Multiply Values in JAVASCRIPT
Guys I wanted to catch the value Field where you place the value of R$ and limit [tipo (1<= 99 ) *23 e (>100) *25 ] has as ? Code I have: <!DOCTYPE html> <html> <head>…
javascriptasked André Junior 93 -
0
votes1
answer142
viewsQ: Limit number in input box
I wanted to know how I limit the maximum number before and after the point. Like, make it 3 numbers before the dot and 2 numbers after. How do I do this? Code: <script> function soma() {…
javascriptasked André Junior 93 -
0
votes2
answers566
viewsA: Convert Number to Real
it worked here the most link when I will multiply ta giving Nan because :? <html> <body> <script src="jquery.min.js" type="text/javascript"></script> <script…
javascriptanswered André Junior 93 -
1
votes2
answers566
viewsQ: Convert Number to Real
I’m looking to develop an example Simulator: from 1 real to 99 real he multiplies by X10 and above 100 real he multiplies by X11. I was wondering how you convert the campo1 for real when typing?…
javascriptasked André Junior 93