Posts by brenno amaral • 33 points
7 posts
-
1
votes0
answers30
viewsQ: how to set up a Drawer component so that it pushes all the content of the site to the side and is not yet affected by the scroll?
The idea was to push all other contents of the other Box to the right when the Drawer was, but it was immune to the mouse scroll leaving its contents always visible <Box> <Sidebar…
-
0
votes2
answers52
viewsA: I cannot create an image in DOM with javascript
I found an answer, but I want to know from a more professional point of view if it is valid, I created the src attribute of the photo with the value " ""before ifs of the images, and when the…
-
0
votes2
answers52
viewsQ: I cannot create an image in DOM with javascript
<html lang="pt-br"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,…
-
-1
votes1
answer54
viewsQ: Sum of two numbers always results in zero
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,…
-
-1
votes1
answer39
viewsQ: Unexpected value when averaging two numbers
var alunos = document.querySelectorAll(".aluno"); for (var registro = 0; registro<alunos.length; registro++) { var aluno= alunos[registro]; var nota1 =…
javascriptasked brenno amaral 33 -
0
votes1
answer323
viewsQ: How to take a char type die by Joptionpane?
char cadastrar; cadastrar = JOptionPane.showInputDialog("cadastrar: A-aluno P-professor M-medico");
-
-2
votes2
answers92
viewsQ: I can’t change the color of a div, I think I did something wrong that is preventing it (the div I speak is the .div_barra_search)
<html> <head> <meta charset="utf8"> <title>google</title> <style> .div1{ padding-top: 8px; text-align: right; } .textos-top{ text-decoration: none; font-family:…