Jump to content

sreed01

Members
  • Posts

    8
  • Joined

  • Last visited

sreed01's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Yes! That was it! I still have a slight issue with the overall menu graphic header is now aligned left instead of centered on the page, but that's something I'll tackle later. I really appeciate all your help!Scott
  2. Okay, still no solution yet, if anyone can take a crack at it. I'm pretty sure at this point that the problem is in the last code I attached, perhaps the absolute vs. relative? Any help is appreciated!Scott
  3. I'm pretty sure the problem lies somewhere in this css file (see below).The menu popups work great on all browsers, all screen sizes on the mac, but on the PC, if you view it on screen sizes above 1024 x 768, the menu popups appear unaligned all the way to the left side. I've been tinkering blindly on this code but am not familiar enough with css to find the problem area. Also, this site is password restricted so I can't include the actual link, which I know makes this more of a challenge. Any takers?Scott td img {/* Another Mozilla/Netscape bug with making sure our images display correctly */ display: block;}#FWTableContainer1260352801 {/* The master div to make sure that our popup menus get aligned correctly. Be careful when playing with this one. */ position:relative; margin:0px; width:748px; height:147px; text-align:left;}#MMMenuContainer0202145234_0 {/* This ID is related to the master menu div for menu MMMenuContainer0202145234_0 and contains the important positioning information for the menu as a whole */ position:absolute; left:346px; top:128px; visibility:hidden; z-index:300;}#MMMenu0202145234_0 {/* This class defines things about menu MMMenu0202145234_0's div. */ position:relative; left:0px; top:0px; visibility:hidden; background-color:#336699; border:1px solid #339999; width:174px; height:127px;}.MMMIFVStyleMMMenu0202145234_0 {/* This class determines the general characteristics of the menu items in menu MMMenu0202145234_0 */ border-top:1px solid #ffffff; border-left:1px solid #ffffff; border-bottom:1px solid #336699; border-right:1px solid #336699; width:174px; height:22px; voice-family: "\"}\""; voice-family:inherit; width:166px; height:14px;}.MMMIVStyleMMMenu0202145234_0 {/* This class determines the general characteristics of the menu items in menu MMMenu0202145234_0 */ border-top:0px; border-left:1px solid #ffffff; border-bottom:1px solid #336699; border-right:1px solid #336699; width:174px; height:21px; voice-family: "\"}\""; voice-family:inherit; width:166px; height:14px;}#MMMenu0202145234_0_Item_0 {/* Unique ID for item 0 of menu MMMenu0202145234_0 so we can set its position */ left:0px; top:0px;}#MMMenu0202145234_0_Item_1 {/* Unique ID for item 1 of menu MMMenu0202145234_0 so we can set its position */ left:0px; top:22px;}#MMMenu0202145234_0_Item_2 {/* Unique ID for item 2 of menu MMMenu0202145234_0 so we can set its position */ left:0px; top:43px;}#MMMenu0202145234_0_Item_3 {/* Unique ID for item 3 of menu MMMenu0202145234_0 so we can set its position */ left:0px; top:64px;}#MMMenu0202145234_0_Item_4 {/* Unique ID for item 4 of menu MMMenu0202145234_0 so we can set its position */ left:0px; top:85px;}#MMMenu0202145234_0_Item_5 {/* Unique ID for item 5 of menu MMMenu0202145234_0 so we can set its position */ left:0px; top:106px;}#MMMenuContainer0202145234_0 img {/* needed for Mozilla/Camino/Netscape */ border:0px;}#MMMenuContainer0202145234_0 a {/* Controls the general apperance for menu MMMenuContainer0202145234_0's items, including color and font */ text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#000000; text-align:left; vertical-align:middle; padding:3px; background-color:#5bd7de; font-weight:normal; font-style:normal; display:block; position:absolute;}#MMMenuContainer0202145234_0 a:hover {/* Controls the mouse over effects for menu MMMenuContainer0202145234_0 */ color:#ffffff; background-color:#006699;}#MMMenuContainer0202145713_1 {/* This ID is related to the master menu div for menu MMMenuContainer0202145713_1 and contains the important positioning information for the menu as a whole */ position:absolute; left:481px; top:128px; visibility:hidden; z-index:300;}#MMMenu0202145713_1 {/* This class defines things about menu MMMenu0202145713_1's div. */ position:relative; left:0px; top:0px; visibility:hidden; background-color:#336699; border:1px solid #339999; width:206px; height:106px;}.MMMIFVStyleMMMenu0202145713_1 {/* This class determines the general characteristics of the menu items in menu MMMenu0202145713_1 */ border-top:1px solid #ffffff; border-left:1px solid #ffffff; border-bottom:1px solid #336699; border-right:1px solid #336699; width:206px; height:22px; voice-family: "\"}\""; voice-family:inherit; width:198px; height:14px;}.MMMIVStyleMMMenu0202145713_1 {/* This class determines the general characteristics of the menu items in menu MMMenu0202145713_1 */ border-top:0px; border-left:1px solid #ffffff; border-bottom:1px solid #336699; border-right:1px solid #336699; width:206px; height:21px; voice-family: "\"}\""; voice-family:inherit; width:198px; height:14px;}#MMMenu0202145713_1_Item_0 {/* Unique ID for item 0 of menu MMMenu0202145713_1 so we can set its position */ left:0px; top:0px;}#MMMenu0202145713_1_Item_1 {/* Unique ID for item 1 of menu MMMenu0202145713_1 so we can set its position */ left:0px; top:22px;}#MMMenu0202145713_1_Item_2 {/* Unique ID for item 2 of menu MMMenu0202145713_1 so we can set its position */ left:0px; top:43px;}#MMMenu0202145713_1_Item_3 {/* Unique ID for item 3 of menu MMMenu0202145713_1 so we can set its position */ left:0px; top:64px;}#MMMenu0202145713_1_Item_4 {/* Unique ID for item 4 of menu MMMenu0202145713_1 so we can set its position */ left:0px; top:85px;}#MMMenuContainer0202145713_1 img {/* needed for Mozilla/Camino/Netscape */ border:0px;}#MMMenuContainer0202145713_1 a {/* Controls the general apperance for menu MMMenuContainer0202145713_1's items, including color and font */ text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#000000; text-align:left; vertical-align:middle; padding:3px; background-color:#5bd7de; font-weight:normal; font-style:normal; display:block; position:absolute;}#MMMenuContainer0202145713_1 a:hover {/* Controls the mouse over effects for menu MMMenuContainer0202145713_1 */ color:#ffffff; background-color:#006699;}
  4. I sure do. It looks like this is probably where the problem can be fixed, but I'm not quite sure what I'm looking at yet: td img {/* Another Mozilla/Netscape bug with making sure our images display correctly */ display: block;}#FWTableContainer1260352801 {/* The master div to make sure that our popup menus get aligned correctly. Be careful when playing with this one. */ position:relative; margin:0px; width:748px; height:147px; text-align:left;}#MMMenuContainer0202145234_0 {/* This ID is related to the master menu div for menu MMMenuContainer0202145234_0 and contains the important positioning information for the menu as a whole */ position:absolute; left:346px; top:128px; visibility:hidden; z-index:300;}#MMMenu0202145234_0 {/* This class defines things about menu MMMenu0202145234_0's div. */ position:absolute; left:0px; top:0px; visibility:hidden; background-color:#336699; border:1px solid #339999; width:174px; height:127px;}.MMMIFVStyleMMMenu0202145234_0 {/* This class determines the general characteristics of the menu items in menu MMMenu0202145234_0 */ border-top:1px solid #ffffff; border-left:1px solid #ffffff; border-bottom:1px solid #336699; border-right:1px solid #336699; width:174px; height:22px; voice-family: "\"}\""; voice-family:inherit; width:166px; height:14px;}.MMMIVStyleMMMenu0202145234_0 {/* This class determines the general characteristics of the menu items in menu MMMenu0202145234_0 */ border-top:0px; border-left:1px solid #ffffff; border-bottom:1px solid #336699; border-right:1px solid #336699; width:174px; height:21px; voice-family: "\"}\""; voice-family:inherit; width:166px; height:14px;}#MMMenu0202145234_0_Item_0 {/* Unique ID for item 0 of menu MMMenu0202145234_0 so we can set its position */ left:0px; top:0px;}#MMMenu0202145234_0_Item_1 {/* Unique ID for item 1 of menu MMMenu0202145234_0 so we can set its position */ left:0px; top:22px;}#MMMenu0202145234_0_Item_2 {/* Unique ID for item 2 of menu MMMenu0202145234_0 so we can set its position */ left:0px; top:43px;}#MMMenu0202145234_0_Item_3 {/* Unique ID for item 3 of menu MMMenu0202145234_0 so we can set its position */ left:0px; top:64px;}#MMMenu0202145234_0_Item_4 {/* Unique ID for item 4 of menu MMMenu0202145234_0 so we can set its position */ left:0px; top:85px;}#MMMenu0202145234_0_Item_5 {/* Unique ID for item 5 of menu MMMenu0202145234_0 so we can set its position */ left:0px; top:106px;}#MMMenuContainer0202145234_0 img {/* needed for Mozilla/Camino/Netscape */ border:0px;}#MMMenuContainer0202145234_0 a {/* Controls the general apperance for menu MMMenuContainer0202145234_0's items, including color and font */ text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#000000; text-align:left; vertical-align:middle; padding:3px; background-color:#5bd7de; font-weight:normal; font-style:normal; display:block; position:absolute;}#MMMenuContainer0202145234_0 a:hover {/* Controls the mouse over effects for menu MMMenuContainer0202145234_0 */ color:#ffffff; background-color:#006699;}#MMMenuContainer0202145713_1 {/* This ID is related to the master menu div for menu MMMenuContainer0202145713_1 and contains the important positioning information for the menu as a whole */ position:absolute; left:481px; top:128px; visibility:hidden; z-index:300;}#MMMenu0202145713_1 {/* This class defines things about menu MMMenu0202145713_1's div. */ position:absolute; left:0px; top:0px; visibility:hidden; background-color:#336699; border:1px solid #339999; width:206px; height:106px;}.MMMIFVStyleMMMenu0202145713_1 {/* This class determines the general characteristics of the menu items in menu MMMenu0202145713_1 */ border-top:1px solid #ffffff; border-left:1px solid #ffffff; border-bottom:1px solid #336699; border-right:1px solid #336699; width:206px; height:22px; voice-family: "\"}\""; voice-family:inherit; width:198px; height:14px;}.MMMIVStyleMMMenu0202145713_1 {/* This class determines the general characteristics of the menu items in menu MMMenu0202145713_1 */ border-top:0px; border-left:1px solid #ffffff; border-bottom:1px solid #336699; border-right:1px solid #336699; width:206px; height:21px; voice-family: "\"}\""; voice-family:inherit; width:198px; height:14px;}#MMMenu0202145713_1_Item_0 {/* Unique ID for item 0 of menu MMMenu0202145713_1 so we can set its position */ left:0px; top:0px;}#MMMenu0202145713_1_Item_1 {/* Unique ID for item 1 of menu MMMenu0202145713_1 so we can set its position */ left:0px; top:22px;}#MMMenu0202145713_1_Item_2 {/* Unique ID for item 2 of menu MMMenu0202145713_1 so we can set its position */ left:0px; top:43px;}#MMMenu0202145713_1_Item_3 {/* Unique ID for item 3 of menu MMMenu0202145713_1 so we can set its position */ left:0px; top:64px;}#MMMenu0202145713_1_Item_4 {/* Unique ID for item 4 of menu MMMenu0202145713_1 so we can set its position */ left:0px; top:85px;}#MMMenuContainer0202145713_1 img {/* needed for Mozilla/Camino/Netscape */ border:0px;}#MMMenuContainer0202145713_1 a {/* Controls the general apperance for menu MMMenuContainer0202145713_1's items, including color and font */ text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#000000; text-align:left; vertical-align:middle; padding:3px; background-color:#5bd7de; font-weight:normal; font-style:normal; display:block; position:absolute;}#MMMenuContainer0202145713_1 a:hover {/* Controls the mouse over effects for menu MMMenuContainer0202145713_1 */ color:#ffffff; background-color:#006699;}
  5. Here you go! var mmOpenContainer = null;var mmOpenMenus = null;var mmHideMenuTimer = null;function MM_menuStartTimeout(hideTimeout) { mmHideMenuTimer = setTimeout("MM_menuHideMenus()", hideTimeout); }function MM_menuHideMenus() { MM_menuResetTimeout(); if(mmOpenContainer) { var c = document.getElementById(mmOpenContainer); c.style.visibility = "inherit"; mmOpenContainer = null; } if( mmOpenMenus ) { for(var i in mmOpenMenus) { var m = document.getElementById(mmOpenMenus[i]); m.style.visibility = "hidden"; } mmOpenMenus = null; }}function MM_menuHideSubmenus(menuName) { if( mmOpenMenus ) { var h = false; var c = 0; for(var i in mmOpenMenus) { if( h ) { var m = document.getElementById(mmOpenMenus[i]); m.style.visibility = "hidden"; } else if( mmOpenMenus[i] == menuName ) { h = true; } else { c++; } } mmOpenMenus.length = c+1; }}function MM_menuOverMenuItem(menuName, subMenuSuffix) { MM_menuResetTimeout(); MM_menuHideSubmenus(menuName); if( subMenuSuffix ) { var subMenuName = "" + menuName + "_" + subMenuSuffix; MM_menuShowSubMenu(subMenuName); }}function MM_menuShowSubMenu(subMenuName) { MM_menuResetTimeout(); var e = document.getElementById(subMenuName); e.style.visibility = "inherit"; if( !mmOpenMenus ) { mmOpenMenus = new Array; } mmOpenMenus[mmOpenMenus.length] = "" + subMenuName;}function MM_menuResetTimeout() { if (mmHideMenuTimer) clearTimeout(mmHideMenuTimer); mmHideMenuTimer = null;}function MM_menuShowMenu(containName, menuName, xOffset, yOffset, triggerName) { MM_menuHideMenus(); MM_menuResetTimeout(); MM_menuShowMenuContainer(containName, xOffset, yOffset, triggerName); MM_menuShowSubMenu(menuName);}function MM_menuShowMenuContainer(containName, x, y, triggerName) { var c = document.getElementById(containName); var s = c.style; s.visibility = "inherit"; mmOpenContainer = "" + containName;}
  6. Thanks for looking into it. I changed the 748 to 100% but the problem persists. I can't post the actual link here because it's password restricted, but I can send you the code for the include file. This code is at the top of the home page: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> <html lang="en"><!-- #INCLUDE VIRTUAL="/dealer/txt_d/popup.txt" --> <!-- #INCLUDE VIRTUAL="/dealer/txt_d/title_site_index.txt" --> <!-- #INCLUDE VIRTUAL="/dealer/txt_d/scripts.txt" --> <!-- #INCLUDE VIRTUAL=[color="red"]"/dealer/txt_d/header.txt"[/color] --><TR> <TD COLSPAN="3"><!-- #INCLUDE virtual="/dealer/txt_d/leftnav.txt" --></TD> <TD VALIGN="TOP" WIDTH="100%" BGCOLOR="#ffffff"> <!-- START CONTENT --> The code in red is the file that includes the popup menu. I'm guessing that the problem may be here or within this code area...
  7. The menu is part of an include file .txt, which I am pasting below. I suspect that might be the problem, because I tested an html version of this code and didn't encounter any alignment problems. Any help is appreciated!<BODY BACKGROUND="/dealer/newsite2006/images/back_2006.jpg" BGCOLOR="#CCCCCC" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0" ALINK="#666666" VLINK="#999999" LINK="#000000"> <script language="JavaScript1.2" type="text/javascript"><!--function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x;}function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}//--> </script> <script language="JavaScript1.2" type="text/javascript" src="/dealer/newsite2006/mm_css_menu.js"></script> <style type="text/css" media="screen"> @import url("/dealer/newsite2006/2006_banner.css"); </style> </head> <tr> <td> <center> <div id="FWTableContainer1260352801"> <table width="748" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#cccccc"> <!-- fwtable fwsrc="dealerbanner.png" fwbase="2006_banner.jpg" fwstyle="Dreamweaver" fwdocid = "1260352801" fwnested="0" --> <tr> <td><img src="/dealer/newsite2006/images/spacer.gif" width="194" height="1" border="0" alt="" /></td> <td><img src="/dealer/newsite2006/images/spacer.gif" width="93" height="1" border="0" alt="" /></td> <td><img src="/dealer/newsite2006/images/spacer.gif" width="10" height="1" border="0" alt="" /></td> <td><img src="/dealer/newsite2006/images/spacer.gif" width="49" height="1" border="0" alt="" /></td> <td><img src="/dealer/newsite2006/images/spacer.gif" width="80" height="1" border="0" alt="" /></td> <td><img src="/dealer/newsite2006/images/spacer.gif" width="55" height="1" border="0" alt="" /></td> <td><img src="/dealer/newsite2006/images/spacer.gif" width="64" height="1" border="0" alt="" /></td> <td><img src="/dealer/newsite2006/images/spacer.gif" width="67" height="1" border="0" alt="" /></td> <td><img src="/dealer/newsite2006/images/spacer.gif" width="109" height="1" border="0" alt="" /></td> <td><img src="/dealer/newsite2006/images/spacer.gif" width="27" height="1" border="0" alt="" /></td> <td><img src="/dealer/newsite2006/images/spacer.gif" width="1" height="1" border="0" alt="" /></td> </tr> <tr> <td colspan="10" valign="top"><img src="/dealer/newsite2006/images/2006_banner_r1_c1.jpg" alt="" name="n2006_banner_r1_c1" width="748" height="41" border="0" usemap="#n2006_banner_r1_c1Map" id="n2006_banner_r1_c1" /></td> <td><img src="/dealer/newsite2006/images/spacer.gif" width="1" height="41" border="0" alt="" /></td> </tr> <tr> <td colspan="3" valign="top"><img src="/dealer/newsite2006/images/2006_banner_r2_c1.jpg" alt="" name="n2006_banner_r2_c1" width="297" height="53" border="0" usemap="#n2006_banner_r2_c1Map" id="n2006_banner_r2_c1" /></td> <td colspan="6" valign="top"><!-- #INCLUDE virtual="txt/banner_rotation2006.txt" --></td> <td valign="top"><img name="n2006_banner_r2_c10" src="/dealer/newsite2006/images/2006_banner_r2_c10.jpg" width="27" height="53" border="0" id="n2006_banner_r2_c10" alt="" /></td> <td><img src="/dealer/newsite2006/images/spacer.gif" width="1" height="53" border="0" alt="" /></td> </tr> <tr> <td valign="top"><img src="/dealer/newsite2006/images/2006_banner_r3_c1.jpg" alt="" name="n2006_banner_r3_c1" width="194" height="34" border="0" usemap="#n2006_banner_r3_c1Map" id="n2006_banner_r3_c1" /></td> <td valign="top"><a href="java script:;" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('n2006_banner_r3_c2','','/dealer/newsite2006/images/2006_banner_r3_c2_f2.jpg',1)"><img src="/dealer/newsite2006/images/2006_banner_r3_c2.jpg" alt="" name="n2006_banner_r3_c2" width="93" height="34" border="0" usemap="#n2006_banner_r3_c2Map" id="n2006_banner_r3_c2" /></a></td> <td colspan="2" valign="top"><img name="n2006_banner_r3_c3" src="/dealer/newsite2006/images/2006_banner_r3_c3.jpg" width="59" height="34" border="0" id="n2006_banner_r3_c3" alt="" /></td> <td valign="top"><a href="java script:;" onMouseOut="MM_swapImage('n2006_banner_r3_c5','','/dealer/newsite2006/images/2006_banner_r3_c5.jpg',1)" onMouseOver="MM_swapImage('n2006_banner_r3_c5','','/dealer/newsite2006/images/2006_banner_r3_c5_f2.jpg',1)"><img name="n2006_banner_r3_c5" src="/dealer/newsite2006/images/2006_banner_r3_c5.jpg" width="80" height="34" border="0" id="n2006_banner_r3_c5" usemap="#m_2006_banner_r3_c5" alt="" /></a></td> <td valign="top"><img name="n2006_banner_r3_c6" src="/dealer/newsite2006/images/2006_banner_r3_c6.jpg" width="55" height="34" border="0" id="n2006_banner_r3_c6" alt="" /></td> <td valign="top"><a href="java script:;" onMouseOut="MM_swapImage('n2006_banner_r3_c7','','/dealer/newsite2006/images/2006_banner_r3_c7.jpg',1)" onMouseOver="MM_swapImage('n2006_banner_r3_c7','','/dealer/newsite2006/images/2006_banner_r3_c7_f2.jpg',1)"><img name="n2006_banner_r3_c7" src="/dealer/newsite2006/images/2006_banner_r3_c7.jpg" width="64" height="34" border="0" id="n2006_banner_r3_c7" usemap="#m_2006_banner_r3_c7" alt="" /></a></td> <td valign="top"><img name="n2006_banner_r3_c8" src="/dealer/newsite2006/images/2006_banner_r3_c8.jpg" width="67" height="34" border="0" id="n2006_banner_r3_c8" alt="" /></td> <td colspan="2" valign="top"><a href="java script:;" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('n2006_banner_r3_c9','','/dealer/newsite2006/images/2006_banner_r3_c9_f2.jpg',1)"><img src="/dealer/newsite2006/images/2006_banner_r3_c9.jpg" alt="" name="n2006_banner_r3_c9" width="136" height="34" border="0" usemap="#n2006_banner_r3_c9Map" id="n2006_banner_r3_c9" /></a></td> <td><img src="/dealer/newsite2006/images/spacer.gif" width="1" height="34" border="0" alt="" /></td> </tr> <tr> <td colspan="10" valign="top"><img name="n2006_banner_r4_c1" src="/dealer/newsite2006/images/2006_banner_r4_c1.jpg" width="748" height="19" border="0" id="n2006_banner_r4_c1" alt="" /></td> <td><img src="/dealer/newsite2006/images/spacer.gif" width="1" height="19" border="0" alt="" /></td> </tr> </table></div></center><div align="center"> <map name="n2006_banner_r3_c1Map"> <area shape="rect" coords="76,15,140,33" href="/dealer/index.asp"> </map></div> </body> <div align="center"> <map name="m_2006_banner_r3_c5" id="m_2006_banner_r3_c5"> <area shape="rect" coords="0,13,80,34" href="java script:;" alt="" onMouseOut="MM_menuStartTimeout(1000);" onMouseOver="MM_menuShowMenu('MMMenuContainer0202145234_0', 'MMMenu0202145234_0',0,34,'n2006_banner_r3_c5');" /> </map> <map name="m_2006_banner_r3_c7" id="m_2006_banner_r3_c7"> <area shape="rect" coords="0,12,64,34" href="java script:;" alt="" onMouseOut="MM_menuStartTimeout(1000);" onMouseOver="MM_menuShowMenu('MMMenuContainer0202145713_1', 'MMMenu0202145713_1',0,34,'n2006_banner_r3_c7');" /> </map> </div> <div id="MMMenuContainer0202145234_0"> <div id="MMMenu0202145234_0" onMouseOut="MM_menuStartTimeout(1000);" onMouseOver="MM_menuResetTimeout();"> <a href="http://www.elanhomesystems.com/dealer/support/download.asp" id="MMMenu0202145234_0_Item_0" class="MMMIFVStyleMMMenu0202145234_0" onMouseOver="MM_menuOverMenuItem('MMMenu0202145234_0');"> DOCUMENTATION & SOFTWARE </a> <a href="http://www.elanhomesystems.com/dealer/support/reference.asp" id="MMMenu0202145234_0_Item_1" class="MMMIVStyleMMMenu0202145234_0" onMouseOver="MM_menuOverMenuItem('MMMenu0202145234_0');"> QUICK REFERENCE GUIDES </a> <a href="http://www.elanhomesystems.com/dealer/pdf/catalog/CAT2005REVA.pdf" id="MMMenu0202145234_0_Item_2" class="MMMIVStyleMMMenu0202145234_0" onMouseOver="MM_menuOverMenuItem('MMMenu0202145234_0');"> PRODUCT CATALOG </a> <a href="http://www.elanhomesystems.com/dealer/support/consumer_lit.asp" id="MMMenu0202145234_0_Item_3" class="MMMIVStyleMMMenu0202145234_0" onMouseOver="MM_menuOverMenuItem('MMMenu0202145234_0');"> CONSUMER LITERATURE </a> <a href="http://www.elanhomesystems.com/media" id="MMMenu0202145234_0_Item_4" class="MMMIVStyleMMMenu0202145234_0" onMouseOver="MM_menuOverMenuItem('MMMenu0202145234_0');"> ARTWORK/IMAGES/LOGOS </a> <a href="http://www.elanhomesystems.com/dealer/support/archive.asp" id="MMMenu0202145234_0_Item_5" class="MMMIVStyleMMMenu0202145234_0" onMouseOver="MM_menuOverMenuItem('MMMenu0202145234_0');"> DOWNLOAD ARCHIVES </a> </div> </div> <div id="MMMenuContainer0202145713_1"> <div id="MMMenu0202145713_1" onMouseOut="MM_menuStartTimeout(1000);" onMouseOver="MM_menuResetTimeout();"> <a href="http://www.elanhomesystems.com/dealer/elanu/" id="MMMenu0202145713_1_Item_0" class="MMMIFVStyleMMMenu0202145713_1" onMouseOver="MM_menuOverMenuItem('MMMenu0202145713_1');"> ELAN UNIVERSITY </a> <a href="http://calender.elanhomesystems.master.com/texis/master/search" id="MMMenu0202145713_1_Item_1" class="MMMIVStyleMMMenu0202145713_1" onMouseOver="MM_menuOverMenuItem('MMMenu0202145713_1');"> CORPORATE TRAINING CALENDAR </a> <a href="http://www.elanhomesystems.com/dealer/support/training_travel.asp" id="MMMenu0202145713_1_Item_2" class="MMMIVStyleMMMenu0202145713_1" onMouseOver="MM_menuOverMenuItem('MMMenu0202145713_1');"> CORPORATE TRAVEL INFO </a> <a href="http://www.elanhomesystems.com/dealer/support/training.asp" id="MMMenu0202145713_1_Item_3" class="MMMIVStyleMMMenu0202145713_1" onMouseOver="MM_menuOverMenuItem('MMMenu0202145713_1');"> REGIONAL TRAINING CALENDARS </a> <a href="http://www.elanhomesystems.com/dealer/business/events.asp" id="MMMenu0202145713_1_Item_4" class="MMMIVStyleMMMenu0202145713_1" onMouseOver="MM_menuOverMenuItem('MMMenu0202145713_1');"> EVENTS</a></div></div> <map name="n2006_banner_r3_c2Map"><area shape="rect" coords="1,15,92,34" href="http://www.elanhomesystems.com/dealer/support/tech_support.asp"></map><map name="n2006_banner_r3_c9Map"><area shape="rect" coords="2,17,99,35" href="http://www.elanhomesystems.com"></map><map name="n2006_banner_r2_c1Map"><area shape="rect" coords="35,4,279,47" href="/dealer/index.asp"></map><map name="n2006_banner_r1_c1Map"><area shape="rect" coords="37,13,278,35" href="/dealer/index.asp"></map></td> </tr> <onLoad="MM_preloadImages('/dealer/newsite2006/images/2006_banner_r3_c2_f2.jpg','/dealer/newsite2006/images/2006_banner_r3_c5_f2.jpg','/dealer/newsite2006/images/2006_banner_r3_c5.jpg','/dealer/newsite2006/images/2006_banner_r3_c7_f2.jpg','/dealer/newsite2006/images/2006_banner_r3_c7.jpg','/dealer/newsite2006/images/2006_banner_r3_c9_f2.jpg')">
  8. I've discovered that the menu pop-ups I created using fireworks aren't aligning properly on monitors with screen size above 1024 x 768. They appear shifted over quite a bit, as though they are in a fixed position and not able to adjust according to higher monitor settings. Anyone encounter this problem and know of a fix?Thanks!Scott
×
×
  • Create New...