Unfortunately, I don't know if you will be able to get to this page as it is an internal website.
This is the link to the page: http://domino.aig.com/agrs/northatlanticfiles.nsf/Lookup/Test1/$file/Test.html
I am trying to use your MouseOver Tab Menu and am having problems when I load it to the company website. Everything works fine when testing from Notepad++. I have moved all of the requisite files to the database that houses the website.
The Top Level menu loads fine, but the submenu show “Loading Sub Menu Contents” …
It never loads them. The comments say “to point the link in the submenu container to the external submenu contents file”. When I change anything in that <div>, it removes the submenu links on the test page.
Any help that you can provide would be greatly appreciated.
Here is the code for the page.
Code:
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="mouseovertabs.css" />
<script src="mouseovertabs.js" type="text/javascript">
/***********************************************
* Mouseover Tabs Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
</head>
<BODY>
<div id="TopMenu" class="tabsmenuclass">
<ul>
<li><a href="http://domino.aig.com/agrs/northatlanticweb.nsf/contents/northatlantic#" rel="gotsubmenucontents">Home</a></li>
<li><a href="http://domino.aig.com/agrs/files.nsf/Lookup/Marketing/$file/marketing.htm" rel="gotsubmenucontents"">Resources</a></li>
<li><a href="http://domino.aig.com/agrs/northatlanticfiles.nsf/Lookup/Marketing/$file/marketing.htm" rel="gotsubmenucontents">Reports</a></li>
<li><a href="http://domino.aig.com/agrs/northatlanticfiles.nsf/Lookup/Marketing/$file/marketing.htm" rel="gotsubmenucontents">Marketing</a></li>
<li><a href="http://domino.aig.com/agrs/files.nsf/Lookup/Marketing/$file/marketing.htm" rel="gotsubmenucontents">Scheduling</a></li>
<li><a href="http://domino.aig.com/agrs/files.nsf/Lookup/Marketing/$file/marketing.htm" rel="gotsubmenucontents">Seminars</a></li>
<li><a href="http://domino.aig.com/agrs/files.nsf/Lookup/Marketing/$file/marketing.htm" rel="gotsubmenucontents">Directories</a></li>
<li><a href="http://domino.aig.com/agrs/files.nsf/Lookup/Marketing/$file/marketing.htm" rel="gotsubmenucontents">Links</a></li>
</ul>
</div>
<div id="SubMenu" class="tabsmenucontentclass">
<!--1st link within submenu container should point to the external submenu contents file-->
<a href="submenucontents.htm" style="visibility:hidden">page</a>
</div>
<script type="text/javascript">
//mouseovertabsmenu.init("TopMenu", "SubMenu", "bool_hidecontentsmouseout")
mouseovertabsmenu.init("TopMenu", "SubMenu", true)
</script>
</body>
</html>
Bookmarks