StudentNeedingHelp
StudentNeedingHelp

Reputation: 7

CSS image replacement for Firefox

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?

Upvotes: 0

Views: 3144

Answers (0)

Related Questions