Forum Moderators: not2easy
.answer:hover {
background-image: url(ans_green.gif);
background-repeat: repeat-y;
}
it works fine, until I edit and save the image file. Then the image doesn't show up anymore - except sometimes it does. When it does come back, it seems to be the original image anyway.
I don't touch the code, only the stylesheet.
This is true in IE7, FF2 and Safari 3 - after Reload, after shutting down and restarting. How to fix? Thanks.
[edited by: AnTib at 4:24 pm (utc) on Aug. 26, 2008]
The first thing that comes to mind is it's a caching issue. Are you testing it locally or on the Internet? Locally it just shouldn't happen. If it's on the Internet, it may be caching. Try clearing the cache in the relevant browser, then refresh the page. Sometimes you have to navigate away from the page you're refreshing for this to work. Browsers are weird that way, one in particular . . . .