Hi,
I have my current code:
#content img[src="/img/test.gif"] {
background-image:url(dark-img.png) !important;}
From my understanding !important;
overrides existing values?
Why isnt this overriding the current HTML image in place there? The background shows up, behind the HTML image.
I want it infront of the HTML image, is this possible using CSS or JS?
Edit: For what its worth, im making a userscript that will modify the existing style of the site. So dont have direct access to the HTML image.
Thanks