Hi I am hoping one of you can help me.
I have a javascript to produce random images each time the page is refreshed which works great.
Is there a way I can use this in the background of a tabel cell so that I can have body text radeable over the top?
In brief the table cell contains the body text and each time I reload the bach the background in that cell will change.
That doesn't matter, instead of outputting a <img src="myrandomimage.jpg"> you can output <td background="myrandomimage.jpg"> (not sure if that syntax is right, I never use tables for layout).
Thanks guys could you here is a cut down version of the code i am using.
please could you comment as I am a bit hard of understanding.
<script language="JavaScript" type="text/javascript">
var j,d="",l="",m="",p="",q="",z="",list= new Array()
list[list.length]='images/Home/random_image/tile-1.jpg?&width=140&height=140&name=Random Image&alt=Random Image&border=1';
Bookmarks