Posts by Adielson Silva • 60 points
3 posts
- 
		3 votes2 answers116 viewsA: pull site structure through databaseIn particular I prefer to create a master page with the html structure and give a include on the other pages. <--Estrutura da pagina mestre--> <!DOCTYPE html> <html> <head>… 
- 
		1 votes1 answer4540 viewsQ: How to change the position of an html element with javascript?I want to make the following change of position, I have a div and inside it other div’s for example: <div class="div-principal"> <div class="div-1"></div> <div… 
- 
		0 votes2 answers530 viewsQ: How to take the src attribute from a list of images and create an array using javascript only?The goal is a slider-show, but I want to create a dynamic array just by listing some images inside a div using pure javascript, for example: <div class= "slider"> <img…