View Single Post
  #58  
Old 05-24-2005, 04:23 AM
 
Online Michael Online Michael is offline
 

eXpert
  
Join Date: Mar 2005
Location: Melbourne, Australia
Posts: 273
 

Default

In home.tpl, just change this:

Code:
crossobj.style.left=horzpos+"px" crossobj.style.top=vertpos+"px"

to this:

Code:
crossobj.style.left=335+"px" crossobj.style.top=45+"px"

Obvously you will need to set your own co-ordinates. Enjoy
__________________
X-Cart 5.3.5.4
Reply With Quote