Error: Object Expected (IE only)

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
mrcradler
Beginner
Beginner
Posts: 2
Joined: Wed Feb 01, 2006 3:51 am
Location: London
Contact:

Error: Object Expected (IE only)

Post by mrcradler »

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...
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

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.
John
mrcradler
Beginner
Beginner
Posts: 2
Joined: Wed Feb 01, 2006 3:51 am
Location: London
Contact:

Post by mrcradler »

Cheers mate, sorted...

It was nothing to do with menu. Another happy customer, many thanks.. ;)
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Great. Glad it working.
John
Post Reply