tetrix
10-23-2008, 01:15 PM
hello
would it be possible to call two or more background images in a simple javascript call like:
document.getElementsByTagName("body")[0].style.backgroundImage = "url(jour.gif)";
document.getElementsByTagName("body")[0].style.backgroundRepeat="no-repeat";
(here i only call one BG), but how two call multiples with javascript?,
(i know that is possible but thru css call)
would it be possible to call two or more background images in a simple javascript call like:
document.getElementsByTagName("body")[0].style.backgroundImage = "url(jour.gif)";
document.getElementsByTagName("body")[0].style.backgroundRepeat="no-repeat";
(here i only call one BG), but how two call multiples with javascript?,
(i know that is possible but thru css call)