Looks very good. I see you removed the credit though:
Your page is in violation of Dynamic Drive's
usage terms, which, among other things, state that the script credit must appear in the source code of the
HTML page(s) using the script. Please reinstate the notice first.
I had played around with the script a bit more since my last post and when you found it and am now happy with the code. From viewing your source, I see that (aside from not having the credit) you are using the updated version. I tested this out at 28k baud connection and it worked fine in Opera 9, IE6, and FF1.0.5.
You've got an error here:
Code:
window.scrollbars=no
It should be either:
Code:
window.scrollbars='no'
or:
Code:
window.scrollbars=0
or:
Code:
window.scrollbars=false
I'm not sure which one is most valid and effective. All will remove the error, most likely.
Now, as for the title and status, if you give your page a title, the title bar will look much nicer. The status bar will look better without the above error.
Bookmarks