ok here we go. i made a menu in sothink dhtml menu creator. my site is using frames. i used the cross frame wizard and generated the needed script files. this is the code of one of the pages:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript" language="JavaScript1.2" src="stm31.js"></script>
</head>
<body>
<script type="text/javascript" language="JavaScript1.2" src="menu_cnt.js"></script>
</body>
</html>
that file is in the iframe. the main file has the same header but in the body the javascript file is menu_nav.js. the menu is supposed to pop up with a submenu under portfolio. it doesnt. also when i have the portfolio page open, i get an error. see what im talking about here: http://scottbat.com/portfolio/
please help i cant figure this out. this is what the menu is supposed to do: http://scottbat.com/portfolio/menu.html 
|