Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:16
Error: Object Expected (IE only)
Poster: mrcradler
Dated: Wednesday February 1 2006 - 3:00:26 GMT
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...
Poster: John
Dated: Wednesday February 1 2006 - 14:41:56 GMT
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.