You can change the start button image and the clock image by adding the following lines.
start_ico = 'URL_path_of_image'
help = 'URL_path_of_image'
Replace URL_path_of_image with your own image to be displayed.
You can change the menu delay by adding the following line.
menuDelay = num
Replace num with your number in ms. Default is 400.
You can change the maximum number of tasks allowed by adding the following line.
maxTasks = num
Replace num with your number. Default is calculated by the width of the browser.
You can change the position of the pop-up Windows by adding the following line.
defaultLeft = num
defaultTop = num
Replace num with your number. Default is center.
You can change the dimension of the pop-up Windows by adding the following line.
defaultWinWidth = "num"
defaultWinHeight = "num"
Replace num with your number in percentage of the browser dimension. Default is "95%".
You can add your own HTML codes to change the appearance of the desktop. Add them between <layer name=Lbody ......> and its closing tag.
You are always recommended to test the page before sending it online(make sure that ALL icon images are valid when testing the page or you may see a strange layout). When uploading the HTML file, remember to upload the images and all other necessary files included in the zip also. If you still have problems, email me. Please include the "desktop.html" you are working on in your email.
Support Anime Theme to provide MORE scripts! Thanks!
Return to Dynamic HTML Resource Center