Can anybody help me?
Table based menu, working fine with Mozilla, the "Object Expected" error only occures in IE.
http://www.atlantic2u.net
Any help or suggestion will be appreciated...
Error: Object Expected (IE only)
I'm seeing quite a few things (in FF, BTW)...
Your CSS is throwing many errors.
You have not set up the menu properly for being in a <td>. See here for the proper method.
Your HTML is messed up. You have...
2 different doctype declarations.
2 <html>
2 <head>
etc.
The first 19 lines or so are dups in one way or another.
The menu calls should generally be right after the <body>. The above link will help.
Your CSS is throwing many errors.
You have not set up the menu properly for being in a <td>. See here for the proper method.
Your HTML is messed up. You have...
2 different doctype declarations.
2 <html>
2 <head>
etc.
The first 19 lines or so are dups in one way or another.
The menu calls should generally be right after the <body>. The above link will help.
John