Posts by Diego Henrique Engel • 73 points
5 posts
- 
		0 votes5 answers1346 viewsA: How to get all HREF and SRC values from a codethanks for the help, but I just ran my original code and it worked. What was giving problem is that in the code q I was trying to run there was the following line of code at the end. <script>… 
- 
		2 votes5 answers1346 viewsQ: How to get all HREF and SRC values from a codeFala ae personal, I need to get all the values href and src of the tags, link, a, img and script, so I developed the following code: <html> <script> $(document).ready(function() {… 
- 
		1 votes2 answers130 viewsQ: Overlay information when using Media QueriesI developed this site www.prolinesound.com.br, in the desktop version everything is perfect but when I started adjusting the media queries to make it more mobile friendly, I found a problem. When I… 
- 
		1 votes1 answer1101 viewsQ: Change image in javascript after clickHow to change an image using Javascript? I made this code here but it didn’t work. html file <a href="passo1.html" target="janela"> <img id="passo1" class="passo" src="img/passo_color1.png"… javascriptasked Diego Henrique Engel 73
- 
		3 votes1 answer1064 viewsQ: effect :Hover and :active for imageAs you can see in the code below, I have 3 links with an image in each of them, which direct to a iframe below. These images are in grayscale, but when you mouse over them they are colored thanks to…