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



Reply With Quote

Bookmarks