Posts by Akali • 127 points
10 posts
-
-1
votes1
answer841
viewsQ: How to create routes using google maps and PHP?
Hello, I am learning to use google maps and wanted to trace routes between a location saved in the database and the location of who enter the page(get customer’s address), can anyone help me?…
-
-1
votes1
answer100
viewsQ: Rowspan replaced by another attribute
I wonder if the "rowspan" property of css has been replaced by another equivalent and what this new property would be.
-
0
votes1
answer51
viewsQ: Heigth does not obey the reported value in percentage
I wanted to know why the property height in css does not obey the given value in % but obey the given value in px, in % is as if only width works, someone can explain to me why this happens and how…
-
0
votes0
answers51
viewsQ: Elements changing position when the screen is resized
Good afternoon, I’m learning position and wanted to know what the error in this code, because the images stay in the position I want when the screen is full, but when the screen is resized they…
-
1
votes1
answer266
viewsQ: Navbar inside an image
Hi, I’m doing a navbar and I wanted all the buttons to stay inside an image like this: I went on a lot of website but none specifically talked about this topic, so if anyone can help me I’d…
-
4
votes2
answers186
viewsQ: How to make a video start and restart automatically?
Good evening, I’m making a website and in the middle of it I put a video that I want to start and restart automatically without the user having to click the play button or the restart button, can…
-
-5
votes1
answer221
viewsQ: Is it possible to replace one div with another in html?
Good morning, I would like to know if it has to overlap or exchange a div for another via javascript, because I’m making a game that has a div that is home screen and another that is the screen of…
-
3
votes2
answers113
viewsQ: Keep gif for a while after removing the mouse
Good morning, my problem is this: I have a gif of a Bulbasaur and I want that when I pass the mouse on top of it the gif change to another, but when I finish the animation of 2°; gif I want it to…
-
1
votes2
answers2685
viewsQ: How to delete HTML elements using Javascript?
I am trying to make a bingo in HTML/Javascript and at the moment I need to delete a table (card) registered as soon as the user click on the delete button, as I am a beginner in Javascript I went to…
-
2
votes1
answer328
viewsQ: How to insert html tags into the document using javascript?
I have to make a bingo where, by typing a name in the field and clicking the button, the project generates a table with the name typed and some more columns containing random numbers. I was trying…