Posts by Eduardo Franco • 65 points
3 posts
-
1
votes5
answers4689
viewsA: How to change the content of an img src?
You can do with the source html without using css, follow the code below: When the screen is on maximum 479px shows the image-mobile.jpg When the screen is on minimum 480px shows the image.jpg Case…
-
-3
votes1
answer307
viewsQ: When you click on a link, close all open Ivs and open a specific one?
I’m developing a site that will be just a page and will not have scrolling, I need when I click a < a> close the open div and open the one I passed in href="" from < a>.
-
6
votes2
answers6008
viewsQ: How do I make the browser not store image caching with HTML or PHP?
I am creating a web page that is practically only image, every day I change the images of the page but their name remains the same. The browser is storing a lot of cache and each time I update the…