![]() | |||||||
Background problem 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. |
I think if you change it from fixed center center to fixed left center it should work. <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 left center" </script> |
That worked cheers. |
| All times are GMT -7. The time now is 12:07 AM. |
Powered by: vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0