View Single Post
Old 01-08-2006, 09:51 AM   · #2
MasterB
Awesome™
 
MasterB's Avatar
 
Name: Brendan
Location: Boston
Trader Rating: (2)
Join Date: May 2005
Posts: 77
NP$: 1.00 (Donate)
MasterB is on a distinguished road
Line 32:
replace
Code:
splashmessage[2]='a great code indeed!
with
Code:
splashmessage[2]='a great code indeed!'

You were missing a closing '.

But wait! There's more:

Replace
Code:
sc_cross.style.left=ns6?parseInt(window.pageXOffse t)+parseInt(window.innerWidth)/2-parseInt(sc_cross.style.width)/2 : document.body.scrollLeft+document.body.clientWidth /2-parseInt(sc_cross.style.width)/2
, on line 59, with:
Code:
sc_cross.style.left=ns6?parseInt(window.pageXOffse t)+parseInt(window.innerWidth)/2-parseInt(sc_cross.style.width)/2 : document.body.scrollLeft+document.body.clientWidth /2-parseInt(sc_cross.style.width)/2
.

Now it works fine.


Please register or log-in into NamePros to hide ads
MasterB is offline   Reply With Quote
Site Sponsors
http://www.domainate.com/y/ Skilled Graphics http://www.domainate.com/y/
Advertise your business at NamePros
All times are GMT -7. The time now is 12:33 AM.


Powered by: vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.