I am using the following code (basically, this is a shortened version)... // Pulling content from an array var background = someBackgroundChoices[1];
// Setting that as the background fade1.style.background = background. This is in a function that repeats several times. In the actual code, it is pulling a different value from the array every time. On May 11, 4:18 pm, Jonathan <jdd...@gmail.com> wrote: > How are you changing it's style? Are you updated it's classname or > doing something else? Also a bit of example code that demonstrates > your problem would help in debugging it. > > On May 11, 4:16 pm, PF <piercefree...@gmail.com> wrote: > > > > > Hi everyone: > > > I am attempting to change the style after the user has loaded the page > > (every x number of seconds) but the element just doesn't seem to be > > refreshing. I have done all of the checking, and it seems like it is > > changing it but it isn't showing that on the page. > > > Thanks for any help.