- Impact
- 0
i have this script:
<script language="JavaScript1.2">
if (document.all)
document.body.style.cssText="background:white url(http://danskrib.co.uk/Images/Graphics/Santa.gif) no-repeat fixed center center"
</script>
which as you can tell puts a static background image on my website.
the problem is that i need to align in the left, but i dont know how.
I would appreciate any help.
<script language="JavaScript1.2">
if (document.all)
document.body.style.cssText="background:white url(http://danskrib.co.uk/Images/Graphics/Santa.gif) no-repeat fixed center center"
</script>
which as you can tell puts a static background image on my website.
the problem is that i need to align in the left, but i dont know how.
I would appreciate any help.















