Posts: 457
Name: Randy
Location: Northern Wisconsin
|
Thanks V, I'll try that. I figured there might be some javascript way to do it. I was at first thinking I'd manipulate the "title" text to change automatically in some way (like you mentioned) so it looked like new code to the browser but had the same file path to the image, but I wouldn't have thought of using your date object idea plus I wasn't sure if changing the title would have any influence on which image was loaded.
I was worried about the clear cache because of return users having to reload graphics for the whole page every time.
I'll try your idea. Thanks much!!
Duh! As I am writing this, I realize maybe I should just have that image in its own div and then I only change the background-image once in the css of THAT div every week!
Or is css page cached like other items?
|