okay backstory.
I'm writing code in Stylish, a firefox plugin, to change the image that is shown up.
the image property doesn't have a div tag, so i have to use this:
img[src*="s_dschjungelplanet"]{
##########
}
So this will replace "s_dschjungelplanet" anywhere in the page, in a img src.
so my main problem is that im not sure HOW to tell it to replace the src="xxx".
Ta for replies