[thelist] Javascript and Safari problem, (document body problem?)

kasimir-k kasimir.k.lists at gmail.com
Fri Nov 9 13:57:08 CST 2007


Austin Harris scribeva in 09/11/2007 13:01:
> I think the problem is this line;
> document.body.style.background='#5a5a5a url(homeimages/'+imageNumber+'/'+finalWidth+'.jpg) no-repeat top center;';

I'd think so too. The problem is the ";" at the end of the style, so it 
should be:

document.body.style.background='#5a5a5a 
url(homeimages/'+imageNumber+'/'+finalWidth+'.jpg) no-repeat top center';

";" is not a valid character for style value.

.k





More information about the thelist mailing list