I have created a sub menu with links in fireworks mx the links go to anchors on another page in dreamweaver mx. When I view the png file in the browser the links to the anchors work. When I upload it they don't work.
Could the error be in the code in dreamweaver.
http://www.hollywoodstaging.com/paradigm106.htm (contains sub menu to anchors)
http://www.hollywoodstaging.com/skinproblems&solutions.htm (contains the anchors)
Should I be changing the code in my Paradigm106.htm page in dreamweaver so sub menu will get me to my anchors on skin problems & Solutions page... or is it something else....
<script language="JavaScript">
<!--
function mmLoadMenus() {
if (window.mm_menu_0219235613_0) return;
window.mm_menu_0219235613_0 = new Menu("root",164,20,"Verdana, Arial, Helvetica, sans-serif",12,"#ffffff","#ffffff","#000000","#999999","left","middle",0,0,1000,-5,7,true,false,true,0,false,false);
mm_menu_0219235613_0.addMenuItem("skin aging & wrinkling");
mm_menu_0219235613_0.addMenuItem("skin cancer");
mm_menu_0219235613_0.addMenuItem("enlarged pores");
mm_menu_0219235613_0.addMenuItem("age/brown spots");
mm_menu_0219235613_0.addMenuItem("rosacea");
mm_menu_0219235613_0.addMenuItem("hyperpigmentation");
mm_menu_0219235613_0.addMenuItem("melasma");
mm_menu_0219235613_0.addMenuItem("eczema psoriasis");
mm_menu_0219235613_0.fontWeight="bold";
mm_menu_0219235613_0.hideOnMouseOut=true;
mm_menu_0219235613_0.menuBorder=0;
mm_menu_0219235613_0.menuLiteBgColor='#ffffff';
mm_menu_0219235613_0.menuBorderBgColor='#555555';
mm_menu_0219235613_0.bgColor='#555555';
mm_menu_0219235613_0.writeMenus();
} // mmLoadMenus()
//-->
</script>
mal thank you for your assistance ..I need to resolve this quickly.
Could the error be in the code in dreamweaver.
http://www.hollywoodstaging.com/paradigm106.htm (contains sub menu to anchors)
http://www.hollywoodstaging.com/skinproblems&solutions.htm (contains the anchors)
Should I be changing the code in my Paradigm106.htm page in dreamweaver so sub menu will get me to my anchors on skin problems & Solutions page... or is it something else....
<script language="JavaScript">
<!--
function mmLoadMenus() {
if (window.mm_menu_0219235613_0) return;
window.mm_menu_0219235613_0 = new Menu("root",164,20,"Verdana, Arial, Helvetica, sans-serif",12,"#ffffff","#ffffff","#000000","#999999","left","middle",0,0,1000,-5,7,true,false,true,0,false,false);
mm_menu_0219235613_0.addMenuItem("skin aging & wrinkling");
mm_menu_0219235613_0.addMenuItem("skin cancer");
mm_menu_0219235613_0.addMenuItem("enlarged pores");
mm_menu_0219235613_0.addMenuItem("age/brown spots");
mm_menu_0219235613_0.addMenuItem("rosacea");
mm_menu_0219235613_0.addMenuItem("hyperpigmentation");
mm_menu_0219235613_0.addMenuItem("melasma");
mm_menu_0219235613_0.addMenuItem("eczema psoriasis");
mm_menu_0219235613_0.fontWeight="bold";
mm_menu_0219235613_0.hideOnMouseOut=true;
mm_menu_0219235613_0.menuBorder=0;
mm_menu_0219235613_0.menuLiteBgColor='#ffffff';
mm_menu_0219235613_0.menuBorderBgColor='#555555';
mm_menu_0219235613_0.bgColor='#555555';
mm_menu_0219235613_0.writeMenus();
} // mmLoadMenus()
//-->
</script>
mal thank you for your assistance ..I need to resolve this quickly.