Re: problem to set background image using <body>

  •  04-09-2009, 1:34 AM

    Re: problem to set background image using <body>

    hi
     
    i found that using setHTML only able to change content value only, but right now i wanna change the background image, how can it set it, this is my code
     
    <html>
        <head>
        </head>
        <body style="background-repeat: no-repeat" background=http://localhost:2341/eTemplate_develop/member/template/abc.jpg" border="1">
        </body>
    </html>
     
    how can i set my background image using <img> which the image's position is fixed and always at the last layer
     
    thanks
View Complete Thread