The code that calls the menu coding is part of an included file on my site. When I call this file from a .shtml page, it works fine.
But I recently added a PHP search engine to the site and tried to use the same includes (using the "include" function in php) on the search engine template pages.
The menu works, BUT the drop-down menus extend the full width of the page (they're not supposed to).
The PHP page is calling the same files as the .shtml page, so I can't figure out what's happening.
If you want to see it in action, go to:
http://www.sacomaine.org/isearch2/sitemap.php
Any ideas what's happening?
Thanks,
John