Hi I am using the following code to replace an image on my website using CSS:
img[src*="marker.png"]{ content: url("golfball2.png"); }
This code is good for safari and chrome. I am just wondering does anyone know any pieces of code I could use to do the same job in Firefox?