> Thanks in advance to any who might have a solution.

The solution is to use standards mode on your page, not quirksmode.
So add this to the top of your page:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/
TR/html4/strict.dtd">

Also note that besides being in quirksmode, your page has some basic
semantic problems (such as no body element).  To paraphrase my German
friend, Klaus, "Don't script on bad markup"!

Cheers.

Mike

Reply via email to