MM_swapimage issues

I have a MMswap image set up with five images in a Table below a larger image (located in the middle of a very tall .php file), when I onmouseover, or onmouseout the smaller images they change out the larger image with the smaller as they should, but if you click on the smaller images they navigate to the top of the page. I basically do not want any action to occure when you "click" on the small images.
any suggestions
here is some of the code for one of the MM_swap image events
"big image"
<img src="images_folder5/1.jpg" name="bigImg5"
"one of the smaller images"
<a href="#">
< img height="40" onmouseout="MM_swapImage('bigImg5','bigImg5','images_folder5/1.jpg','#1')" onmouseover="MM_swapImage('bigImg5','bigImg5','images_twin_folder5/1.jpg','#1')" style="cursor:pointer" width="auto" />

<a href="#">
That is, unfortunately, a functional part of the swapimage framework.  It also refers to the parent page, so clicking on it reloads the parent page, taking it to the top. Cookies will keep the clicked image displayed in the big cell, but the page reloads.
Since rollover swapimages are usually used to link to external files or pages, using MM_swapimage for a gallery, which it reads like you are doing, is not a very effective use of the script. It's intended for navigation and not display purposes.
Using a jquery gallery, or disjointed rollover would be much better in this case.

Similar Messages

  • Navbar alignment issue in IE. OK in Chrome. [was:Please help guys!]

    I just spent days and nights trying to learn as much as possible about web design and i think i was doing pretty good until i got to this problem. I dont know what to do, the navbar sits well in google chrome, but in internet explorer it doesnt. And i dont know what to do anymore!! please help guys!
    Heres how it shows up in google chrome:
    And heres how it sits in internet explorer:
    I have tried everything guys i dont know how to fix it!!
    Heres my html:
    <!doctype html>
    <html>
    <head>
    <meta charset=&quot;utf-8&quot;>
    <title>General Concrete Solutions</title>
    <link href=&quot;styles/gcs_cs6.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;>
    <script type=&quot;text/javascript&quot;>
    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(&quot;#&quot;)!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf(&quot;?&quot;))>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];}
    </script>
    </head>
    <body onLoad=&quot;MM_preloadImages('images1/images/navbar/images/images/navover_01.png','image s1/images/navbar/images/images/navover_02.png','images1/images/navbar/images/images/navove r_03.png','images1/images/navbar/images/images/navover_04.png','images1/images/navbar/imag es/images/navover_05.png')&quot;>
    <div id=&quot;container&quot;>
      <div id=&quot;header&quot;>  
        <div id=&quot;logo&quot;><img src=&quot;images/logo4.png&quot; width=&quot;186&quot; height=&quot;69&quot; alt=&quot;logo&quot;></div>
        <div id=&quot;navbar&quot;><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('Home','','images1/images/navbar/images/images/navover_01. png',1)&quot;><img src=&quot;images1/images/navbar/images/navbar_01.png&quot; width=&quot;190&quot; height=&quot;50&quot; id=&quot;Home&quot;></a><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('Services','','images1/images/navbar/images/images/navover _02.png',1)&quot;><img src=&quot;images1/images/navbar/images/navbar_02.png&quot; width=&quot;190&quot; height=&quot;50&quot; id=&quot;Services&quot;></a><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('Portfolio','','images1/images/navbar/images/images/navove r_03.png',1)&quot;><img src=&quot;images1/images/navbar/images/navbar_03.png&quot; width=&quot;190&quot; height=&quot;50&quot; id=&quot;Portfolio&quot;></a><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('Company Info','','images1/images/navbar/images/images/navover_04.png',1)&quot;><img src=&quot;images1/images/navbar/images/navbar_04.png&quot; width=&quot;190&quot; height=&quot;50&quot; id=&quot;Company Info&quot;></a><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('Contact Us','','images1/images/navbar/images/images/navover_05.png',1)&quot;><img src=&quot;images1/images/navbar/images/navbar_05.png&quot; width=&quot;188&quot; height=&quot;50&quot; id=&quot;Contact Us&quot;></a></div>
      </div>
      <div id=&quot;main_image&quot;></div>
      <div id=&quot;left_column&quot;>Content for  id &quot;left_column&quot; Goes Here</div>
      <div id=&quot;center_column&quot;>Content for  id &quot;center_column&quot; Goes Here</div>
      <div id=&quot;right_column&quot;>Content for  id &quot;right_column&quot; Goes Here</div>
    </div>
    </body>
    </html>
    And heres my CSS:
    @charset &quot;utf-8&quot;;
    /* CSS Document */
    #container {
    width: 968px;
    background: #FFF;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow:hidden;
    #main_image {
    background-image: url(../images/concrete-driveway.jpg);
    background-repeat: no-repeat;
    height: 376px;
    width: 968px;
    #left_column, #center_column, #right_column {
    width: 316px;
    float:left;
    #center_column, #right_column {
    margin-left: 10px;
    #header {
    color: #FFF;
    background-color: #000;
    height: 100px;
    body {
    font-family: &quot;Trebuchet MS&quot;, Arial, Helvetica, sans-serif;
    color: #3b3b3b;
    background-color: #FFF;
    margin: 0px;
    #logo {
    width: 170px;
    height: 70px;
    float: left;
    background-color: #000;
    position: static;
    padding-top: 15px;
    padding-right: 19px;
    padding-bottom: 0px;
    padding-left: 0px;
    left: auto;
    right: 400px;
    margin-left: 390px;
    #navbar {
    height: -36px;
    width: 950px;
    margin-right: auto;
    margin-left: 10px;
    position: absolute;
    left: 59px;
    top: 362px;

    For best possible help with layout issues, we need to see a link to the live page.  Please upload your work so far to a TEST folder on your remote server and post the URL here.
    In the meantime, remove borders from linked images with the following CSS rule.
    a img {border:none}
    Nancy O.

  • 3 issues with my site

    Hi, I've got 3 problems with my web site, It's built using
    Dreamweaver 8, Illustrator and Photoshop CS2 on a mac.
    The first problem is with a roll-over image, several people
    have viewed the site using various browsers, Safari, Firefox and IE
    on both mac and PC platforms. One of these people who has viewed
    the page on his PC using IE and Firefox can not see one of the
    roll-overs, not even in an up state, he gets a white box instead.
    2nd issue is with the same person on a different page, the
    page displays with white lines where it's been sliced.
    3rd issue what is the best form mail script to use and where
    can I find it?
    Thanks in advance
    Chris

    You have this curious thing -
    <td width="181" height="239">
    <div align="center">
    <a href="#" onmouseout="MM_swapImgRestore()"
    onmouseover="MM_swapImage('Image1','','/INTRO_PAGE_03.jpg',1)"></a>****
    <a href="WORK/INDEX.html"
    onmouseout="MM_swapImgRestore()"
    onmouseover="MM_swapImage('Image4','','WORK.jpg',1)">
    <img src="BLUE_BOX.jpg" alt="work with BND" name="Image4"
    width="181" height="181" border="0" id="Image4" />
    </a>
    <a href="WORK/INDEX.html"
    onmouseout="MM_swapImgRestore()"
    onmouseover="MM_swapImage('work','','/WORK.jpg',1)">
    </a>****
    </div>
    </td>
    Note the empty <a> tags before and after the image
    (marked with "****").
    Your other image does not show exactly this same thing -
    <a href="PLAY/index.html" onmouseout="MM_swapImgRestore()"
    onmouseover="MM_swapImage('Image5','','PLAY.jpg',1)">
    <img src="DICE.jpg" alt="play with BND" name="Image5"
    width="181"
    height="181" border="0" id="Image5" />
    </a>
    <a href="PLAY/index.html" onmouseout="MM_swapImgRestore()"
    onmouseover="MM_swapImage('play','','/PLAY.jpg',1)"></a></p>
    Both should be fixed. They should look like this -
    <a href="PLAY/index.html" onmouseout="MM_swapImgRestore()"
    onmouseover="MM_swapImage('Image5','','PLAY.jpg',1)"><img
    src="DICE.jpg"
    alt="play with BND" name="Image5" width="181" height="181"
    border="0"
    id="Image5" /></a>
    In other words, a single anchor that surrounds the
    <img>.
    What is it you are trying to accomplish with this?
    I also note a very very bad method here -
    <p class="style1">ingame advertising, online golf,
    online nascar, nas car,
    skilled gaming </p>
    where style1 is -
    <style type="text/css">
    <!--
    .style1 {
    color: #FFFFFF;
    font-size: 5px;
    -->
    </style>
    This will get you banned from the search engine index
    immediately if you are
    discovered.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Tun Tun bags of fun" <[email protected]>
    wrote in message
    news:[email protected]...
    > The link is
    >
    > www.boxndice.com
    >
    > Thanks
    >
    > Chris

  • CSS issues with FireFox

    I was wondering if anyone could help, the attached code
    displays fine in IE6 but the left hand column goes haywire in FF.
    Any suggestions?
    Thanks in advance!
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    margin: 0; /* it's good practice to zero the margin and
    padding of the body element to account for differing browser
    defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5*
    browsers. The text is then set to the left aligned default in the
    #container selector */
    color: #000000;
    background-color: #666666;
    background-image: url(Images/background_trim.jpg);
    .twoColHybLtHdr #container {
    width: 900px; /* this width will create a container that will
    fit in an 800px browser window if text is left at browser default
    font sizes */
    background: #FFFFFF; /* the auto margins (in conjunction with
    a width) center the page */
    border: 1.4px solid #000000;
    text-align: left; /* this overrides the text-align: center on
    the body element. */
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    .twoColHybLtHdr #header {
    height: 110px;
    padding: 0 10px; /* this padding matches the left alignment
    of the elements in the divs that appear beneath it. If an image is
    used in the #header instead of text, you may want to remove the
    padding. */
    background-color: #DDDDDD;
    background-image: url(Images/Banner.jpg);
    .twoColHybLtHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the
    #header div will avoid margin collapse - an unexplainable space
    between divs. If the div has a border around it, this is not
    necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will
    allow you to keep the element away from the edges of the div */
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
    background-color: #FFFFFF;
    .twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
    margin-left: 10px; /* the left and right margin should be
    given to every element that will be placed in the side columns */
    margin-right: 10px;
    .twoColHybLtHdr #mainContent {
    width: 40em;
    margin-top: 26px;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 15em;
    padding-right: 15px;
    border: 2px solid #F9BDF9;
    padding-left: 15px;
    #qae {
    width: 120px;
    float: right;
    margin-top: 26px;
    margin-right: 20px;
    margin-bottom: 7em;
    margin-left: 0px;
    border: 2px solid #F9BDF9;
    padding: 0px;
    .twoColHybLtHdr #footer {
    padding: 0 10px;
    background-color: #DDDDDD;
    background-image: url(Images/footer_background.jpg);
    .twoColHybLtHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the
    footer will avoid the possibility of margin collapse - a space
    between divs */
    padding: 10px 0; /* padding on this element will create
    space, just as the the margin would have, without the margin
    collapse issue */
    /* Miscellaneous classes for reuse */
    .fltrt { /* this class can be used to float an element right
    in your page. The floated element must precede the element it
    should be next to on the page. */
    float: right;
    margin-left: 8px;
    .fltlft { /* this class can be used to float an element left
    in your page */
    float: left;
    margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or
    break element and should be the final element before the close of a
    container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    .style1 {
    font-size: 12px
    .style2 {
    font-size: 16px;
    .style6 {
    color: #FFFFFF;
    .style7 {
    color: #E2C8E3;
    font-size: 16px;
    font-weight: bolder;
    #nav ul {
    padding: 0px;
    list-style-image: none;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    #nav li {
    font-size: 85%;
    list-style-type: none;
    margin-right: 0;
    margin-left: 10px;
    #nav a {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    #nav a:link,#nav a:visited {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #F9BDF9;
    #nav a:hover, #nav a:active {
    color: #FFFFFF;
    background-color: #E2C8E3;
    -->
    </style>
    <!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional
    comment */
    .twoColHybLtHdr #sidebar1 { padding-top: 30px; }
    .twoColHybLtHdr #mainContent { zoom: 1; padding-top: 15px; }
    /* the above proprietary zoom property gives IE the hasLayout
    it may need to avoid several bugs */
    </style>
    <![endif]-->
    <script type="text/javascript">
    <!--
    function MM_swapImgRestore() { //v3.0
    var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a
    )&&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.indexOf("#")!=0){ d.MM_p[j]=new Image;
    d.MM_p[j++].src=a
    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[n];
    for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    x=MM_findObj(n,d.layers
    .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))!=null){document.MM_sr[j++]=x;
    if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    </head>
    <body class="twoColHybLtHdr"
    onload="MM_preloadImages('Images/chocorangefireworks2.jpg')">
    <div class="style1" id="container">
    <div id="header">
    <h1 class="twoColHybLtHdr"> </h1>
    <!-- end #header --></div>
    <div id="sidebar1">
    <div id="nav">
    <ul>
    <li><a href="#" class="style2">Home
    </a></li>
    <li><a href="#" class="style2">About Us
    </a></li>
    <li><a href="#" class="style2">Cakes
    </a></li>
    <li><a href="#" class="style2">Pies </a>
    </li>
    <li><a href="#"
    class="style2">Desserts</a></li>
    <li><a href="#" class="style2">Contact
    Us</a></li>
    </ul>
    </div>
    <h3> </h3>
    <!-- end #sidebar1 --></div>
    <div id="qae">
    <p align="center">
    <!-- This clearing element should immediately follow the
    #mainContent div in order to force the #container div to contain
    all child floats --><br />
    <img src="Images/Quick_Links3.jpg" alt="quicklinks"
    width="112" height="26" /><br />
    <br />
    <a href="#" onmouseout="MM_swapImgRestore()"
    onmouseover="MM_swapImage('Image4','','Images/chocorangefireworks2.jpg',1)"><br
    />
    <img src="Images/chocorangefireworks.jpg" name="Image4"
    width="95" height="92" border="0" id="Image4"
    /></a></p>
    <p align="center" class="link_fonts style1">Chocolate
    Orange Biscuits.</p>
    <p align="center"><a href="#"
    onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Lemon
    Meringue','','Images/Lemon Meringue2.jpg',1)"><img
    src="Images/Lemon Meringue.jpg" alt="Lemon Meringue Pie"
    name="Lemon Meringue" width="100" height="100" border="0" id="Lemon
    Meringue" /></a></p>
    <p align="center" class="link_fonts style1">Lemon
    Meringue Pie</p>
    <p> </p>
    <p> </p>
    </div>
    <div id="mainContent">
    <p><br />
    <span class="style7 style7 style7 style7 style7
    style7">Welcome to Bakers Delight! </span></p>
    <p>If you love to bake then this is the website for
    you. Packed with all sorts of yummy recipes to keep your taste buds
    rocking!</p>
    Whether you are entertaining, baking a treat for a friend or
    just feeling plain peckish then come along and browse through our
    recipes.
    <p>Feel free to browse around and make sure to come
    back soon and check out our newest recipes. </p>
    <h1> </h1>
    <!-- end #mainContent --></div>
    <!-- This clearing element should immediately follow the
    #mainContent div in order to force the #container div to contain
    all child floats -->
    <br class="clearfloat" />
    <div id="footer">
    <p align="center" class="style6">Home l About Us l
    Cakes l Biscuits l Pies l Desserts l Contact Us</p>
    <!-- end #footer --></div>
    <!-- end #container --></div>
    </body>
    </html>

    ok, im quite supprised at that, beacause in my FF and Opera
    whats meant to be the left column (pink rollover links) appear
    across the whole screen on top, whereas in IE they sit neatly to
    the left.

  • Weird template affected by server issue?

    Hi folks,
    I'm having problems with my template in Dreamweaver.  I'm doing the usual best practices (images in image folder, my template in the Templates folder, know basic HTML and CSS etc. etc.) but screwed up somewhere
    what happenned:
    - I accidentally deleted my template when I uploaded the files to the server, and so I went to one of the pages that the template applied to, and used that file to manually recreate the template and added the Editable Regions. 
    - I saved the new template, and then tried applying it to the pages, but no good - when I view it locally, the stylesheet won't show up at all, and when I view the new uploaded-to-the-server-pages on the site, some of the images are showing up, but not all, and some of the styles in the global stylesheet aren't even working. 
    -When I used FireFTP, I looked at some of the template dependent files (like the rollover images) and a bunch of them now say 0kb when obviously they're not).  When I had edited the DW template, I worked with the code - but it's like those changes didn't take - but when I manually uploaded a fresh copy of all my images, it magically worked.  It's like all the relative links were changed to absolute - I seem to recall reading somewhere that this can be a problem with DW templates.
    Has anyone heard of this 'working in code but changes don't save' thing? Or the relative-becoming-absolute thing? I feel like my copy of DW was temporarily haunted.  Does having both Google Analytics and Quantcast pose a problem? Is it that dreaded '<codeOutsideHTMLIsLocked="false" -->' business?
    I'm also getting a lot of "552 Transfer aborted. Disk quota exceeded" messages, but I figured that's probably spammers
    I got it to work, but I'm curious if this is common and what I can do to prevent it... other than make a cazillion backups   Are there any Template best practices to avoid this? And should I just put all js files into a folder - any way I can tighten this up so it's less code?
    (I've snipped the parts of the code that don't have to do with the template issue - usual standard DIVs etc. - let me know if you need to see the whole thing).
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <!-- TemplateBeginEditable name="doctitle" -->doctitle<!-- TemplateEndEditable -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <meta http-equiv="content-language" content="en" />
    (usual metadata snipped for space)
    <link rel="shortcut icon" href="fav.ico" type="image/x-icon" />
    <link href="../globalstylesheet.css" rel="stylesheet" type="text/css" media="screen" />
    <link href="../print.css" rel="stylesheet" type="text/css" media="print"/>
    <link href="../ddtabmenu.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="../js/ddtabmenu.js"></script>
    <script type="text/javascript" src="../js/rounded_corners_lite.inc.js"></script>
    <script type="text/javascript"><-- ! not sure if I should push this to an external .js ! -->
    <!--
    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];}}
    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_callJS(jsStr) { //v2.0
      return eval(jsStr)
    //-->
    </script>
    <script type="text/javascript">
    //SYNTAX: ddtabmenu.definemenu("tab_menu_id", integer OR "auto")
    ddtabmenu.definemenu("ddtabs1", 0) //initialize Tab Menu with ID "ddtabs1" and select 1st tab by default
    </script>
    <style>
    .myBox
        margin: 10px 10px 10px 0px;
        color: #ffffff;
        width: 483px;
        height: 90px;
        text-align: left;
        background-color: #FFFFFF;
        border: 1px solid #000000;}
    html,body{
    </style>
    <script type="text/javascript">
    Auto center window script- Eric King (http://redrival.com/eak/index.shtml)
    Permission granted to Dynamic Drive to feature script in archive
    For full source, usage terms, and 100's more DHTML scripts, visit http://dynamicdrive.com
    var win = null;
    function NewWindow(mypage,myname,w,h,scroll){
    LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
    TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
    settings =
    'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
    win = window.open(mypage,myname,settings)
    </script>
    <script type="text/javascript">
      window.onload = function()
          The new 'validTags' setting is optional and allows
          you to specify other HTML elements that curvyCorners
          can attempt to round.
          The value is comma separated list of html elements
          in lowercase.
          validTags: ["div"]
          The above example would enable curvyCorners on FORM elements.
          settings = {
              tl: { radius: 20 },
              tr: { radius: 20 },
              bl: { radius: 20 },
              br: { radius: 20 },
              antiAlias: true,
              autoPad: true,
              validTags: ["div"]
          Usage:
          newCornersObj = new curvyCorners(settingsObj, classNameStr);
          newCornersObj = new curvyCorners(settingsObj, divObj1[, divObj2[, divObj3[, . . . [, divObjN]]]]);
          var myBoxObject = new curvyCorners(settings, "myBox");
          myBoxObject.applyCornersToAll();
    </script>
    </head>
    <body>
    <a
    name="top" id="top"></a><!--keep all images relative to the
    document - use '/images/pailseybg.gif', not '../images/pailseybg.gif'
    for the images folder
    -->
    <div id="wrap">
      <div id="header"></div>
    <div id="navigation">
    <a
    href="../welcome.html"
    onmouseover="MM_swapImage('welcome','','../images/welcomenavon.gif',1)"
    onmouseout="MM_swapImgRestore()"><img
    src="../images/welcomenavoff.gif" alt="welcome" width="77" height="24"
    hspace="0" vspace="0" border="0" id="welcome"/></a>
    (rest of navigation here, snipped)
            <div id="content">
                    <div id="right">
                    <!-- TemplateBeginEditable name="body" --><!-- TemplateEndEditable -->
                    </div>
                    <!-- TemplateBeginEditable name="leftnav" --><!-- TemplateEndEditable -->
                        <div style="clear:both;"> </div>
    </div>
                    <div id="bottom" class="footertext">        </div>
    </div>
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    var pageTracker = _gat._getTracker("UA-6430583-1");
    pageTracker._trackPageview();
    </script>
    <!-- Start Quantcast tag -->
    </body>
    </html>
    help! any advice would be appreciated.

    For anyone interested in this issue, I'm marking the topic as "answered" -- but only because the issue has gone away apparently on its own, not because of anything I have done. My only explanation for this is that maybe some bit of crud got into the keyboard & triggered a wake event & it eventually worked its way out or was removed by periodic dusting. It is a weak theory at best.
    Of course I'm happy to be rid of the issue but it is annoying not to know why it disappeared or what to do if it reoccurs.

  • Spacing Issues and You Tube embed not playing in IE8, OK in Chrome or Safari

    There are spacing issues (makes the website pages look like they are puzzle pieces) on all the webpages in
    IE8, but in Safari and Chrome the website works fine.  Same for the You Tube embed.
    My wife did the layout of the website in Ilustrator and then transfered over the design to Dreamweaver CS3
    (she's a graphic designer - I stopped asking questions long ago).  Since she uses a Mac, it looked fine to her
    in Safari.  She took it to her work computer (PC) and tried to see if there were any issues detected when viewing in CS5
    and she said it was fine.
    Here is the URL: [url deleted by host]
    here is the index file code (main page):
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
    <head>
    <title>Columbus Tile and Grout Cleaning Experts</title>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <style type="text/css">
    <!--
    .style1 {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 10px;
                color: #FFFFFF;
    -->
    </style>
    <script type="text/javascript">
    <!--
    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];}}
    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_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];}
    //-->
    </script>
    <script src="Scripts/AC_ActiveX.js" type="text/javascript"></script>
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    <link href="borderstlye.css" rel="stylesheet" type="text/css">
    </head>
    <body bgcolor="#002654" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="MM_preloadImages('images/cleaning_b.jpg','images/sealing_b.jpg','images/repair_b. jpg','images/restore_b.jpg','images/about_g.jpg','images/cities_g.jpg','images/black_email .jpg')">
    <!-- ImageReady Slices (index.ai) -->
    <table id="Table_01" width="720" height="575" border="0" cellpadding="0" cellspacing="0" align="center">
                <tr>
                            <td colspan="7" align="left" valign="top">
                                        <img src="images/index_01.jpg" width="720" height="73" alt=""></td>
                            <td>
                                        <img src="images/spacer.gif" width="1" height="73" alt=""></td>
                </tr>
                <tr>
                            <td rowspan="13" align="left" valign="top">
                                        <img src="images/index_02.jpg" width="46" height="502" alt=""></td>
                            <td colspan="6">
                                        <a href="about_contact.html"><img src="images/index_03.jpg" alt="" width="674" height="24" id="Image5" onmouseover="MM_swapImage('Image5','','images/about_g.jpg',1)" onmouseout="MM_swapImgRestore()"></a></td>
    <td>
                                        <img src="images/spacer.gif" width="1" height="24" alt=""></td>
                </tr>
                <tr>
                            <td align="left" valign="top">
                                        <a href="cleaning2.html"><img src="images/index_04.jpg" alt="" width="90" height="95" id="Image1" onmouseover="MM_swapImage('Image1','','images/cleaning_b.jpg',1)" onmouseout="MM_swapImgRestore()"></a></td>
    <td rowspan="11">
                                        <img src="images/index_05.jpg" width="109" height="445" alt=""></td>
                            <td colspan="3" rowspan="4" align="left" valign="top">
                                        <img src="images/index_06.jpg" width="226" height="215" alt=""></td>
                <td rowspan="4">                    <a href="mailto:info@urldeleted by host]><img src="images/index_07.jpg" alt="" width="249" height="215" class="border" id="Image7" onmouseover="MM_swapImage('Image7','','images/black_email.jpg',1)" onmouseout="MM_swapImgRestore()"></a></td>
    <td>
                                        <img src="images/spacer.gif" width="1" height="95" alt=""></td>
                </tr>
                <tr>
                            <td>
                                        <img src="images/index_08.jpg" width="90" height="16" alt=""></td>
                            <td>
                                        <img src="images/spacer.gif" width="1" height="16" alt=""></td>
                </tr>
                <tr>
                            <td align="left" valign="top">
                                        <a href="sealing.html"><img src="images/index_09.jpg" alt="" width="90" height="93" id="Image2" onmouseover="MM_swapImage('Image2','','images/sealing_b.jpg',1)" onmouseout="MM_swapImgRestore()"></a></td>
    <td>
                                        <img src="images/spacer.gif" width="1" height="93" alt=""></td>
                </tr>
                <tr>
                            <td rowspan="2">
                                        <img src="images/index_10.jpg" width="90" height="16" alt=""></td>
                            <td>
                                        <img src="images/spacer.gif" width="1" height="11" alt=""></td>
                </tr>
                <tr>
                            <td colspan="3" rowspan="5" align="left" valign="top">
                                        <div><script type="text/javascript">
    AC_AX_RunContent( 'height','181','width','226','src','http://www.youtube.com/v/UjTfSuPyhf0&hl=en_US&fs=1&rel=0&color1=0x3a3a3a&color2=0x999999&b order=1','type','application/x-shockwave-flash','allowscriptaccess','always','allowfullscr een','true','movie','http://www.youtube.com/v/UjTfSuPyhf0&hl=en_US&fs=1&rel=0&color1=0x3a3 a3a&color2=0x999999&border=1' ); //end AC code
    </script><noscript><OBJECT height="181" width="226"><PARAM name="movie" value="http://www.youtube.com/v/UjTfSuPyhf0&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&a mp;color2=0x999999&amp;border=1"><PARAM name="allowFullScreen" value="true"><PARAM name="allowscriptaccess" value="always">
                                             <embed
                src="http://www.youtube.com/v/UjTfSuPyhf0&hl=en_US&fs=1&rel=0&color1=0x3a3a3a&color2=0x999999&b order=1"
                type="application/x-shockwave-flash" allowscriptaccess="always"
                allowfullscreen="true" width="226" height="181">            
                </embed></OBJECT></noscript></div>
                </a></td>
                            <td rowspan="4" align="left" valign="top">
                                        <img src="images/index_12.jpg" width="249" height="128" alt=""></td>
                            <td>
                                        <img src="images/spacer.gif" width="1" height="5" alt=""></td>
                </tr>
                <tr>
                            <td align="left" valign="top">
                                        <a href="repair.html"><img src="images/index_13.jpg" alt="" width="90" height="92" id="Image3" onmouseover="MM_swapImage('Image3','','images/repair_b.jpg',1)" onmouseout="MM_swapImgRestore()"></a></td>
    <td>
                                        <img src="images/spacer.gif" width="1" height="92" alt=""></td>
                </tr>
                <tr>
                            <td>
                                        <img src="images/index_14.jpg" width="90" height="18" alt=""></td>
                            <td>
                                        <img src="images/spacer.gif" width="1" height="18" alt=""></td>
                </tr>
                <tr>
                            <td rowspan="3" align="left" valign="top">
                                        <a href="restoration.html"><img src="images/index_15.jpg" alt="" width="90" height="92" id="Image4" onmouseover="MM_swapImage('Image4','','images/restore_b.jpg',1)" onmouseout="MM_swapImgRestore()"></a></td>
    <td>
                                        <img src="images/spacer.gif" width="1" height="13" alt=""></td>
                </tr>
                <tr>
                            <td rowspan="3" align="left" valign="top">
                                        <a href="about_contact.html"><img src="images/index_16.jpg" alt="" width="249" height="102" id="Image6" onmouseover="MM_swapImage('Image6','','images/cities_g.jpg',1)" onmouseout="MM_swapImgRestore()"></a></td>
    <td>
                                        <img src="images/spacer.gif" width="1" height="53" alt=""></td>
                </tr>
                <tr>
                            <td rowspan="2" align="left" valign="top">
                                        <a href="url deleted by host]" target="_blank"><img src="images/index_17.jpg" width="88" height="49" alt=""></a></td>
    <td rowspan="2">
                                        <img src="images/index_18.jpg" width="47" height="49" alt=""></td>
                            <td rowspan="2" align="left" valign="top">
                                        <a href="url deleted by host" target="_blank"><img src="images/index_19.jpg" width="92" height="49" alt=""></a></td>
    <td>
                                        <img src="images/spacer.gif" width="1" height="26" alt=""></td>
                </tr>
                <tr>
                            <td>
                                        <img src="images/index_20.jpg" width="90" height="23" alt=""></td>
                            <td>
                                        <img src="images/spacer.gif" width="1" height="23" alt=""></td>
                </tr>
                <tr>
                            <td width="674" height="33" colspan="6" align="left" valign="top" bgcolor="#FFFFFF"><span class="style1">Your tile and grout cleaning, restoration, and repair experts. Some of the cities serviced: Columbus, GA; Fortson, GA; Hamilton, GA; LaGrange, GA; Midland, GA; Pine Mountain, GA; Phenix City, AL; Smiths, AL; Auburn, AL.</span></td>
    <td>
                                        <img src="images/spacer.gif" width="1" height="33" alt=""></td>
                </tr>
    </table>
    <!-- End ImageReady Slices -->
    </body>
    </html>
    Please help!

    Please note my anti-virus program is warning me that your website is harmful.  Please correct it immeidately or your link will be removed from Adobe's forum.
    This is what F-Secure says:
    <http://browsingprotection.f-secure.com/swp/result?url=http%3A%2F%2Fwww.cleaningsolutionsun limited.com%2F&lang=ENG>
    This is what Mcafee says about your site:
    <http://www.siteadvisor.com/sites/http%3A//www.cleaningsolutionsunlimited.com/>
    Good luck.

  • Fireworks Pop Up Menu Issue in Dreamweaver

    Hi I have built a pop up/dropdown menu in Fireworks. This menu bar is for a site that I built using dreamweaver. I exported the menu bar in fireworks and then inserted it into dreamweaver but when I do this the button images are missing. Instead of images (of the menu bar categories), there are gray boxes in the shape of the picture (category/button image).
    I had this issue before and was able to correct it. I am not sure what I did though. Nothing seems to be working, since I am unaware of how I actually fixed it, I can't figure out how to fix it again.
    When I preview the file in fireworks, it looks fine and everything seems to work. When I insert the html file into dreamweaver, I have this issue with the menu bar images. The weird thing is that it is only the button images. I do have this site published and I have uploaded all of the files but the pictures still do not show. The link to this site is www.pariswyattllansoart.com. (the site is still under construction obviously).
    The menu bar works fine otherwise. The only issue is that the up and over images for the buttons of the menu bar do not show in dreamweaver or on the published site. Even the images that make up the rest of the menu bar show. If you check the site out, you will see what I mean.
    Thanks for your help in advance!
    Here is the code for the file:
    <div id="FWTableContainer854242715">
          <table border="0" cellpadding="0" cellspacing="0" width="740">
            <!-- fwtable fwsrc="Menu Bar 1.png" fwpage="Page 1" fwbase="Menu Bar 1.gif" fwstyle="Dreamweaver" fwdocid = "854242715" fwnested="0" -->
            <tr>
              <td><img src="../Paris Wyatt Llanso Art/Fireworks/spacer.gif" alt="" name="undefined_2" width="80" height="1" border="0" id="undefined_2" /></td>
              <td><img src="../Paris Wyatt Llanso Art/Fireworks/spacer.gif" alt="" name="undefined_2" width="56" height="1" border="0" id="undefined_2" /></td>
              <td><img src="../Paris Wyatt Llanso Art/Fireworks/spacer.gif" alt="" name="undefined_2" width="130" height="1" border="0" id="undefined_2" /></td>
              <td><img src="../Paris Wyatt Llanso Art/Fireworks/spacer.gif" alt="" name="undefined_2" width="61" height="1" border="0" id="undefined_2" /></td>
              <td><img src="../Paris Wyatt Llanso Art/Fireworks/spacer.gif" alt="" name="undefined_2" width="130" height="1" border="0" id="undefined_2" /></td>
              <td><img src="../Paris Wyatt Llanso Art/Fireworks/spacer.gif" alt="" name="undefined_2" width="54" height="1" border="0" id="undefined_2" /></td>
              <td><img src="../Paris Wyatt Llanso Art/Fireworks/spacer.gif" alt="" name="undefined_2" width="73" height="1" border="0" id="undefined_2" /></td>
              <td><img src="../Paris Wyatt Llanso Art/Fireworks/spacer.gif" alt="" name="undefined_2" width="50" height="1" border="0" id="undefined_2" /></td>
              <td><img src="../Paris Wyatt Llanso Art/Fireworks/spacer.gif" alt="" name="undefined_2" width="106" height="1" border="0" id="undefined_2" /></td>
              <td><img src="../Paris Wyatt Llanso Art/Fireworks/spacer.gif" alt="" name="undefined_2" width="1" height="1" border="0" id="undefined_2" /></td>
            </tr>
            <tr>
              <td><a href="http://www.pariswyattllansoart.com/shop art.html" onmouseout="MM_swapImgRestore();MM_menuStartTimeout(1000)" onmouseover="MM_menuShowMenu('MMMenuContainer0521180405_0', 'MMMenu0521180405_0',-55,18,'MenuBar1_r1_c1');MM_swapImage('MenuBar1_r1_c1','','Menu Bar 1_r1_c1_f2.gif',1)"><img name="MenuBar1_r1_c1" src="Menu%20Bar%201_r1_c1.gif" width="80" height="13" border="0" id="MenuBar1_r1_c1" alt="" /></a></td>
              <td valign="top" bgcolor="#000000"><p style="margin:0px"></p></td>
              <td><a href="http://www.pariswyattllansoart.com/contact.html" onmouseout="MM_swapImgRestore();MM_menuStartTimeout(1000)" onmouseover="MM_menuShowMenu('MMMenuContainer0521180830_1', 'MMMenu0521180830_1',-40,18,'MenuBar1_r1_c3');MM_swapImage('MenuBar1_r1_c3','','Menu Bar 1_r1_c3_f2.gif',1)"><img name="MenuBar1_r1_c3" src="Menu%20Bar%201_r1_c3.gif" width="130" height="13" border="0" id="MenuBar1_r1_c3" alt="" /></a></td>
              <td valign="top" bgcolor="#000000"><p style="margin:0px"></p></td>
              <td><a href="http://www.pariswyattllansoart.com/news &amp; events.html" onmouseout="MM_swapImgRestore();MM_menuStartTimeout(1000)" onmouseover="MM_menuShowMenu('MMMenuContainer0521180919_2', 'MMMenu0521180919_2',-30,18,'MenuBar1_r1_c5');MM_swapImage('MenuBar1_r1_c5','','Menu Bar 1_r1_c5_f2.gif',1)"><img name="MenuBar1_r1_c5" src="Menu%20Bar%201_r1_c5.gif" width="130" height="13" border="0" id="MenuBar1_r1_c5" alt="" /></a></td>
              <td valign="top" bgcolor="#000000"><p style="margin:0px"></p></td>
              <td><a href="http://www.pariswyattllansoart.com/policies.html" onmouseout="MM_swapImgRestore();MM_menuStartTimeout(1000)" onmouseover="MM_menuShowMenu('MMMenuContainer0521181252_3', 'MMMenu0521181252_3',-40,18,'MenuBar1_r1_c7');MM_swapImage('MenuBar1_r1_c7','','Menu Bar 1_r1_c7_f2.gif',1)"><img name="MenuBar1_r1_c7" src="Menu%20Bar%201_r1_c7.gif" width="73" height="13" border="0" id="MenuBar1_r1_c7" alt="" /></a></td>
              <td valign="top" bgcolor="#000000"><p style="margin:0px"></p></td>
              <td><a href="http://www.pariswyattllansoart.com/about paris.html" onmouseout="MM_swapImgRestore();MM_menuStartTimeout(1000)" onmouseover="MM_menuShowMenu('MMMenuContainer0521181434_4', 'MMMenu0521181434_4',-7,18,'MenuBar1_r1_c9');MM_swapImage('MenuBar1_r1_c9','','Menu Bar 1_r1_c9_f2.gif',1)"><img name="MenuBar1_r1_c9" src="Menu%20Bar%201_r1_c9.gif" width="106" height="13" border="0" id="MenuBar1_r1_c9" alt="" /></a></td>
              <td><img src="../Paris Wyatt Llanso Art/Fireworks/spacer.gif" alt="" name="undefined_2" width="1" height="13" border="0" id="undefined_2" /></td>
            </tr>
          </table>
          <div id="MMMenuContainer0521180405_0">
            <div id="MMMenu0521180405_0" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="shop art.html" id="MMMenu0521180405_0_Item_0" class="MMMIFVStyleMMMenu0521180405_0" onmouseover="MM_menuOverMenuItem('MMMenu0521180405_0');"> SHOP ART </a> <a href="originals by paris.html" id="MMMenu0521180405_0_Item_1" class="MMMIVStyleMMMenu0521180405_0" onmouseover="MM_menuOverMenuItem('MMMenu0521180405_0');"> ORIGINALS BY PARIS </a> <a href="pri nts by paris.html" id="MMMenu0521180405_0_Item_2" class="MMMIVStyleMMMenu0521180405_0" onmouseover="MM_menuOverMenuItem('MMMenu0521180405_0');"> PRINTS BY PARIS </a> <a href="order custom painting.html" id="MMMenu0521180405_0_Item_3" class="MMMIVStyleMMMenu0521180405_0" onmouseover="MM_menuOverMenuItem('MMMenu0521180405_0');"> ORDER CUSTOM </a> <a href="tags_bags_cards.html" id="MMMenu0521180405_0_Item_4" class="MMMIVStyleMMMenu0521180405_0" onmouseover="MM_menuOverMenuItem('MMMenu0521180405_0');"> TAGS, BAGS &amp; CARDS </a> <a href="etsy.html" id="MMMenu0521180405_0_Item_5" class="MMMIVStyleMMMenu0521180405_0" onmouseover="MM_menuOverMenuItem('MMMenu0521180405_0');"> ETSY SHOP </a> </div>
          </div>
          <div id="MMMenuContainer0521180830_1">
            <div id="MMMenu0521180830_1" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="javascript:;" id="MMMenu0521180830_1_Item_0" class="MMMIFVStyleMMMenu0521180830_1" onmouseover="MM_menuOverMenuItem('MMMenu0521180830_1');"> CONTACT PARIS </a> <a href="javascript:;" id="MMMenu0521180830_1_Item_1" class="MMMIVStyleMMMenu0521180830_1" onmouseover="MM_menuOverMenuItem('MMMenu0521180830_1');"> CONTACT INFORMATION </a> </div>
          </div>
          <div id="MMMenuContainer0521180919_2">
            <div id="MMMenu0521180919_2" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="news &amp; events.html" id="MMMenu0521180919_2_Item_0" class="MMMIFVStyleMMMenu0521180919_2" onmouseover="MM_menuOverMenuItem('MMMenu0521180919_2');"> NEWS &amp; EVENTS </a> <a href="newsletter.html" id="MMMenu0521180919_2_Item_1" class="MMMIVStyleMMMenu0521180919_2" onmouseover="MM_menuOverMenuItem('MMMenu0521180919_2');"> NEWSLETTER </a> <a href="blog.html" id="MMMenu0521180919_2_Item_2" class="MMMIVStyleMMMenu0521180919_2" onmouseover="MM_menuOverMenuItem('MMMenu0521180919_2');"> PARIS' BLOG </a> <a href="upcoming shows.html" id="MMMenu0521180919_2_Item_3" class="MMMIVStyleMMMenu0521180919_2" onmouseover="MM_menuOverMenuItem('MMMenu0521180919_2');"> UPCOMING SHOWS </a> <a href="archived shows.html" id="MMMenu0521180919_2_Item_4" class="MMMIVStyleMMMenu0521180919_2" onmouseover="MM_menuOverMenuItem('MMMenu0521180919_2');"> ARCHIVED SHOWS </a> <a href="upcoming openings.html" id="MMMenu0521180919_2_Item_5" class="MMMIVStyleMMMenu0521180919_2" onmouseover="MM_menuOverMenuItem('MMMenu0521180919_2');"> UPCOMING OPENINGS </a> <a href="archived openings.html" id="MMMenu0521180919_2_Item_6" class="MMMIVStyleMMMenu0521180919_2" onmouseover="MM_menuOverMenuItem('MMMenu0521180919_2');"> ARCHIVED OPENINGS </a> </div>
          </div>
          <div id="MMMenuContainer0521181252_3">
            <div id="MMMenu0521181252_3" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="policies.html" id="MMMenu0521181252_3_Item_0" class="MMMIFVStyleMMMenu0521181252_3" onmouseover="MM_menuOverMenuItem('MMMenu0521181252_3');"> POLICIES </a> <a href="return policy.html" id="MMMenu0521181252_3_Item_1" class="MMMIVStyleMMMenu0521181252_3" onmouseover="MM_menuOverMenuItem('MMMenu0521181252_3');"> RETURN POLICY </a> <a href="shipping policy.html" id="MMMenu0521181252_3_Item_2" class="MMMIVStyleMMMenu0521181252_3" onmouseover="MM_menuOverMenuItem('MMMenu0521181252_3');"> SHIPPING POLICY </a> <a href="custom policy.html" id="MMMenu0521181252_3_Item_3" class="MMMIVStyleMMMenu0521181252_3" onmouseover="MM_menuOverMenuItem('MMMenu0521181252_3');"> CUSTOM POLICY </a> </div>
          </div>
          <div id="MMMenuContainer0521181434_4">
            <div id="MMMenu0521181434_4" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="about paris.html" id="MMMenu0521181434_4_Item_0" class="MMMIFVStyleMMMenu0521181434_4" onmouseover="MM_menuOverMenuItem('MMMenu0521181434_4');"> ABOUT PARIS </a> <a href="biography.html" id="MMMenu0521181434_4_Item_1" class="MMMIVStyleMMMenu0521181434_4" onmouseover="MM_menuOverMenuItem('MMMenu0521181434_4');"> BIOGRAPHY </a> <a href="gallereis.html" id="MMMenu0521181434_4_Item_2" class="MMMIVStyleMMMenu0521181434_4" onmouseover="MM_menuOverMenuItem('MMMenu0521181434_4');"> GALLERIES </a> <a href="care tips.html" id="MMMenu0521181434_4_Item_3" class="MMMIVStyleMMMenu0521181434_4" onmouseover="MM_menuOverMenuItem('MMMenu0521181434_4');"> CARE TIPS </a> </div>
          </div>
        </div>

    Thanks you!!! Your advice was so helpful. First of all thank you for pointing out how I should be saving my files. Because of your advice, I thought I would watch the tutorial again and pay attention to exactly how he was saving his document. I was saving the doc like this: Menu Bar, now I know that I need to save this file like this: menuBar_file and it works wonderfully. The files have to be saved in a folder in the local directory. Also because of how I was saving things, I realized that I had a few other problems with DW. I fixed those issues and DW works wonderfully.
    Also here is something else that I learned from this. Once I got the images working, the dropdown/popup menus where no longer working. The issue was that I was trying to insert the FW dropdown menu into a document that had already been saved as a template. If you do this, there is not enough room for all of the code, so the remedy is to insert the menu bar into an html doc. and then save it as a template.
    Thanks so much again. I have learned so much.

  • Firefox color issues

    So I have secondary headers lined up in the template I created...the text colors appear perfectly fine in IE but when I preview in Firefox I get an entirely different color. Colors are supposed to be #FF9999 and #A23E3E. In Firefox they look blue-ish purply..I've checked the CSS and it look normal. I've even tried changing the default text color in my properties panel for the entire website. No change. Any ideas!?

    here's the code for the page that's having issues...the issues also occur on any other page I use the colors on.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/Contribute.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    body {
        background: #F8F7DC;
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
        font-size: 100%;
        background-color: #F8F7DC;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    .oneColLiqCtrHdr #container {
        width: 80%; /* the auto margins (in conjunction with a width) center the page */
        border: 0px solid #000000;
        text-align: left; /* this overrides the text-align: center on the body element. */
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        background-color: #F8F7DC;
    .oneColLiqCtrHdr #header {
        background: #000000;
        padding: 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    .oneColLiqCtrHdr #header h1 {
        margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
        padding: 10px 0;
    .oneColLiqCtrHdr #mainContent {
        padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        background: #F8F7DC;
    .oneColLiqCtrHdr #footer {
        padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
        background:#F8F7DC;
    .oneColLiqCtrHdr #footer p {
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
        padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
        font-style: italic;
    -->
    </style>
    <script src="../../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    a:link {
        color: #a23e3e;
    a:visited {
        color: #5a6053;
    a:hover {
        color: #FF9999;
    a:active {
        color: #A8A8A8;
    .style1 {font-family: "High Tower Text", Rats-Alternate, Rats-Regular, "Adobe Garamond Pro"}
    body,td,th {
        font-family: High Tower Text;
        color: #000000;
    .style3 {color: #000000}
    .style4 {color: #FF9999}
    a {
        font-weight: bold;
    h1 {
        color: #FF9999;
    h2 {
        color: #a23e3e;
    -->
    </style>
    <style type="text/css">
    <!--
    .style6 {
        font-size: medium;
        font-family: "High Tower Text";
        font-style: italic;
        color: #a23e3e;
    -->
    </style>
    <!-- InstanceBeginEditable name="head" -->
    <style type="text/css">
    <!--
    .style7 {
        font-size: 125%;
        font-weight: bold;
        color: #a23e3e;
    -->
    </style>
    <!-- InstanceEndEditable -->
    <script type="text/javascript">
    <!--
    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];}}
    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_nbGroup(event, grpName) { //v6.0
      var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) {
          img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr)
          for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    //-->
    </script>
    </head>
    <body class="oneColLiqCtrHdr" onload="MM_preloadImages('../../Web Images/Navigation Images/homebuttonover.gif','../../Web Images/Navigation Images/homebuttondown.gif','../../Web Images/Navigation Images/homebuttonoverdown.gif','../../Web Images/Buttons/donate_over.gif')">
    <div id="container">
      <div id="header">
        <h1><a href="../AJBHome.html"><img src="../../Web Images/Logos/AliceJames.jpg" width="107" height="152" border="0" /></a><a href="../AJBHome.html" target="_top" onclick="MM_nbGroup('down','group1','home','../../Web Images/Navigation Images/homebuttondown.gif',1)" onmouseover="MM_swapImage('home','','../../Web Images/Navigation Images/homebuttonover.gif',1);MM_nbGroup('over','home','../../Web Images/Navigation Images/homebuttonover.gif','../../Web Images/Navigation Images/homebuttonoverdown.gif',1)" onmouseout="MM_swapImgRestore();MM_nbGroup('out')"><img src="../../Web Images/Navigation Images/homebuttonup.gif" name="home" width="400" height="75" border="0" id="home" /></a></h1>
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="Contribute.html">contribute</a></li>
        <li><a href="../About/About.html" class="MenuBarItemSubmenu">about</a>
              <ul>
                <li><a href="../About/History.html">history</a></li>
                <li><a href="../About/CurrentBoardMembers.html">current board members</a></li>
                <li><a href="../About/SupportersandPartners.html">supporters and partners</a></li>
                <li><a href="../About/AliceJames.html">alice james</a></li>
                <li><a href="#http://www.umf.maine.edu/index2.php">UMF</a></li>
                <li><a href="../About/ContactUs.html">contact us</a></li>
              </ul>
          </li>
        <li><a class="MenuBarItemSubmenu" href="../Opportunities/Opportunities.html">opportunities</a>
              <ul>
                <li><a class="MenuBarItemSubmenu" href="../Opportunities/GettingPublished.html">getting published</a>
                    <ul>
                      <li><a href="../Opportunities/SubmissionGuidelines.html">Submission Guidelines</a></li>
                      <li><a href="../Opportunities/BeatriceHawleyAward.html">Beatrice Hawley Award</a></li>
                      <li><a href="../Opportunities/KinerethGenslerAwards.html">Kinereth Gensler Awards</a></li>
                      <li><a href="../Opportunities/KundimanPrize.html">Kundiman Prize</a></li>
                    </ul>
                </li>
                <li><a href="../Opportunities/Internships.html">internships</a></li>
              </ul>
          </li>
        <li><a href="../News&amp;Events/NewsandEvents.html" class="MenuBarItemSubmenu">news &amp; events</a>
              <ul>
                <li><a href="#">blog page</a></li>
              </ul>
          </li>
        <li><a class="MenuBarItemSubmenu" href="../Books/Books.html">books</a>
              <ul>
                <li><a href="../Books/ForthcomingTitles.html">forthcoming titles</a> </li>
                <li><a href="../Books/Catalog.html">catalog</a></li>
                <li><a href="../Books/Ordering.html">ordering</a></li>
              </ul>
          </li>
        </ul>
        <p> </p>
      <!-- end #header --></div>
      <div id="mainContent">
        <h1><span class="style4"><!-- InstanceBeginEditable name="Header 1" -->Contribute<br />
          <span class="style6">      make your donation now</span><!-- InstanceEndEditable --></span></h1>
        <table width="80%" border="0" align="center" cellpadding="2" cellspacing="0" bgcolor="#FF9999">
          <tr>
            <td bgcolor="#F8F7DC"><div align="center"><a href="Donations.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','../../Web Images/Buttons/donate_over.gif',1)"><img src="../../Web Images/Buttons/donate_up.gif" name="Image3" width="125" height="50" border="0" id="Image3" /></a></div></td>
          </tr>
          <tr>
            <td><!-- InstanceBeginEditable name="text" -->
              <p align="left" class="style7">We invite you to become a friend to Alice James</p>
              <p align="right"><em>In our family group girls scarcely seem to have had a chance.</em> <br />
                —Henry James, brother of Alice James </p>
              <p>Named for and inspired by Alice James, whose tremendous gift for  writing went unrecognized during her lifetime, Alice James Books was  founded to ensure womens’ voices “had a chance.” As time passes, this  legacy carries on in what we do. Of course, we’ve expanded our mission  to offer voice to a diverse range of poets and poetic styles out there,  becoming a home for all strong and necessary voices in the poetry  community. </p>
              <p>We continue to celebrate our roots and to be inspired by Alice  James, hoping our endeavors will ensure the continued support of poets  and poetry and lend voice to those who may be particularly  marginalized. We’ve tried earnestly to balance our mission and budget,  but deficit looms, and we need your help to achieve our modest  financial goals. </p>
              <p>We hope that you like our books and authors, and that if  you’re a reader, an Alice, a lover of poetry, you’ll feel compelled to  help and join us in our cause: the preservation of this great art.  Alice James Books needs your generosity, attention, and hope for us to  end this fiscal year in the black, which basically means we’d really  like to be able to cover operating costs. </p>
              <p>The press has grown significantly over the years, and we owe  many thanks to our generous supporters, who play a large role in  ensuring our stability and growth. Please <strong><a href="Donations.html">Make your donation</a></strong> to us now with the knowledge you’re doing something necessary and good. We invite you to enjoy the great <strong><a href="DonorBenefits.html">incentives</a></strong> we offer and to take part in AJB’s future. We hope soon to be able to  both thank and welcome you to our base of supporters, our circle of  friends. </p>
              <p>Warm regards and thanks,<br />
                Carey Salerno<br />
                Executive Director<br />
                on behalf of the Alice James Cooperative Board</p>
            <!-- InstanceEndEditable --></td>
          </tr>
          <tr>
            <td bgcolor="#F8F7DC"><div align="center"><a href="Donations.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image4','','../../Web Images/Buttons/donate_over.gif',0)"><img src="../../Web Images/Buttons/donate_up.gif" name="Image4" width="125" height="50" border="0" id="Image4" /></a></div></td>
          </tr>
        </table>
        <h2 class="style4"> </h2>
        <p> </p>
        <!-- end #mainContent --></div>
      <div id="footer">
        <p align="center" class="style1">Alice James Books, an affiliate of the University of Maine at Farmington</p>
        <p align="center" class="style1"><a href="../AJBHome.html">home</a>-<a href="../About/ContactUs.html">contact</a>-<a href="../SiteMap.html">site map</a>-<a href="../Books/Ordering.html">ordering</a>-<a href="../Books/Catalog.html">catalog</a>-<a href="../Books/ForthcomingTitles.html">forthcoming titles</a>-<a href="../Opportunities/SubmissionGuidelines.html">submissions</a>-<a href="../News&amp;Events/NewsandEvents.html">news &amp; events</a>-<a href="../Opportunities/Internships.html">internships</a>-<a href="http://www.umf.maine.edu/index2.php">umf</a></p>
      <!-- end #footer --></div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    <!-- InstanceEnd --></html>
    I created them all from a master template. Here's that code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    body {
        background: #F8F7DC;
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
        font-size: 100%;
        background-color: #F8F7DC;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    .oneColLiqCtrHdr #container {
        width: 80%; /* the auto margins (in conjunction with a width) center the page */
        border: 0px solid #000000;
        text-align: left; /* this overrides the text-align: center on the body element. */
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        background-color: #F8F7DC;
    .oneColLiqCtrHdr #header {
        background: #000000;
        padding: 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    .oneColLiqCtrHdr #header h1 {
        margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
        padding: 10px 0;
    .oneColLiqCtrHdr #mainContent {
        padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        background: #F8F7DC;
    .oneColLiqCtrHdr #footer {
        padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
        background:#F8F7DC;
    .oneColLiqCtrHdr #footer p {
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
        padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
        font-style: italic;
    -->
    </style>
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    a:link {
        color: #a23e3e;
    a:visited {
        color: #5a6053;
    a:hover {
        color: #FF9999;
    a:active {
        color: #A8A8A8;
    .style1 {font-family: "High Tower Text", Rats-Alternate, Rats-Regular, "Adobe Garamond Pro"}
    body,td,th {
        font-family: High Tower Text;
        color: #000000;
    .style3 {color: #000000}
    .style4 {color: #FF9999}
    a {
        font-weight: bold;
    h1 {
        color: #FF9999;
    h2 {
        color: #a23e3e;
    -->
    </style>
    <!-- TemplateParam name="Header 1" type="boolean" value="true" --><!-- TemplateParam name="Content 1" type="boolean" value="true" --><!-- TemplateParam name="Header 2" type="boolean" value="true" --><!-- TemplateParam name="Content 2" type="boolean" value="true" --><!-- TemplateParam name="Button Bar" type="boolean" value="true" -->
    <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
    <script type="text/javascript">
    <!--
    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];}}
    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_nbGroup(event, grpName) { //v6.0
      var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) {
          img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr)
          for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    //-->
    </script>
    </head>
    <body class="oneColLiqCtrHdr" onload="MM_preloadImages('../Web Images/Navigation Images/homebuttonover.gif','../Web Images/Navigation Images/homebuttondown.gif','../Web Images/Navigation Images/homebuttonoverdown.gif')">
    <div id="container">
      <div id="header">
        <h1><a href="../Pages/AJBHome.html"><img src="../Web Images/Logos/AliceJames.jpg" width="107" height="152" border="0" /></a><a href="../Pages/AJBHome.html" target="_top" onclick="MM_nbGroup('down','group1','home','../Web Images/Navigation Images/homebuttondown.gif',1)" onmouseover="MM_swapImage('home','','../Web Images/Navigation Images/homebuttonover.gif',1);MM_nbGroup('over','home','../Web Images/Navigation Images/homebuttonover.gif','../Web Images/Navigation Images/homebuttonoverdown.gif',1)" onmouseout="MM_swapImgRestore();MM_nbGroup('out')"><img src="../Web Images/Navigation Images/homebuttonup.gif" name="home" width="400" height="75" border="0" id="home" /></a></h1>
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="../Pages/Contribute/Contribute.html">contribute</a></li>
        <li><a href="../Pages/About/About.html" class="MenuBarItemSubmenu">about</a>
              <ul>
                <li><a href="../Pages/About/History.html">history</a></li>
                <li><a href="../Pages/About/CurrentBoardMembers.html">current board members</a></li>
                <li><a href="../Pages/About/SupportersandPartners.html">supporters and partners</a></li>
                <li><a href="../Pages/About/AliceJames.html">alice james</a></li>
                <li><a href="#http://www.umf.maine.edu/index2.php">UMF</a></li>
                <li><a href="../Pages/About/ContactUs.html">contact us</a></li>
              </ul>
          </li>
        <li><a class="MenuBarItemSubmenu" href="../Pages/Opportunities/Opportunities.html">opportunities</a>
              <ul>
                <li><a class="MenuBarItemSubmenu" href="../Pages/Opportunities/GettingPublished.html">getting published</a>
                    <ul>
                      <li><a href="../Pages/Opportunities/SubmissionGuidelines.html">Submission Guidelines</a></li>
                      <li><a href="../Pages/Opportunities/BeatriceHawleyAward.html">Beatrice Hawley Award</a></li>
                      <li><a href="../Pages/Opportunities/KinerethGenslerAwards.html">Kinereth Gensler Awards</a></li>
                      <li><a href="../Pages/Opportunities/KundimanPrize.html">Kundiman Prize</a></li>
                    </ul>
                </li>
                <li><a href="../Pages/Opportunities/Internships.html">internships</a></li>
              </ul>
          </li>
        <li><a href="../Pages/News&amp;Events/NewsandEvents.html" class="MenuBarItemSubmenu">news &amp; events</a>
              <ul>
                <li><a href="#">blog page</a></li>
              </ul>
          </li>
        <li><a class="MenuBarItemSubmenu" href="../Pages/Books/Books.html">books</a>
              <ul>
                <li><a href="../Pages/Books/ForthcomingTitles.html">forthcoming titles</a> </li>
                <li><a href="../Pages/Books/Catalog.html">catalog</a></li>
                <li><a href="../Pages/Books/Ordering.html">ordering</a></li>
              </ul>
          </li>
        </ul>
        <p> </p>
      <!-- end #header --></div>
      <div id="mainContent">
        <h1><span class="style4"><!-- TemplateBeginEditable name="Header 1" --> <!-- TemplateEndEditable --></span></h1>
        <!-- TemplateBeginEditable name="Content" -->any content that will be on the page. <!-- TemplateEndEditable -->
        <h2 class="style4"> </h2>
        <!-- TemplateBeginIf cond="_document['Content 2']" -->
        <p> </p>
        <!-- TemplateEndIf -->
        <!-- end #mainContent --></div>
      <div id="footer">
        <p align="center" class="style1">Alice James Books, an affiliate of the University of Maine at Farmington</p>
        <p align="center" class="style1"><a href="../Pages/AJBHome.html">home</a>-<a href="../Pages/About/ContactUs.html">contact</a>-<a href="../Pages/SiteMap.html">site map</a>-<a href="../Pages/Books/Ordering.html">ordering</a>-<a href="../Pages/Books/Catalog.html">catalog</a>-<a href="../Pages/Books/ForthcomingTitles.html">forthcoming titles</a>-<a href="../Pages/Opportunities/SubmissionGuidelines.html">submissions</a>-<a href="../Pages/News&amp;Events/NewsandEvents.html">news &amp; events</a>-<a href="../Pages/Opportunities/Internships.html">internships</a>-<a href="http://www.umf.maine.edu/index2.php">umf</a></p>
      <!-- end #footer --></div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>
    I should also mention it's in Dreamweaver CS3

  • Iframes and spry widget issue

    PLEASE HELP!
    I am building a website for my company using Dreamweaver for the very first time. I have a spry accordian menu on my page (that probably has nothing to do with my issue).
    Next I added an iframe in the page to hold a vertical spry menu (since it will appear in other pages and I only want to edit it once. The menu was working fine until I did this.
    Now that I embedded it in the iframe it is opening behind other things on the page. What can I do? Code is below:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/Template_ABA_2011.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Arkansas Bankers Association</title>
    <!-- InstanceEndEditable -->
    <style type="text/css">
    </style>
    <link href="Dec28.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    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];}}
    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];}
    //-->
    </script>
    <style type="text/css">
    <!--
    .style8 {
    color: #CDDAE0;
    font-weight: bold;
    -->
    </style>
    <!-- InstanceBeginEditable name="head" -->
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    <!-- InstanceEndEditable -->
    </head>
    <body onload="MM_preloadImages('Images/HeaderHover_Files/images/aboutus_hover.png','Images/Head erHover_Files/images/education_hover.png','Images/HeaderHover_Files/images/banking_hover.p ng','Images/HeaderHover_Files/images/government_hover.png','Images/HeaderHover_Files/image s/products_hover.png','Images/HeaderHover_Files/images/partnership_hover.png','Images/Head erHover_Files/images/fraudcenter_hover.png','Images/HeaderHover_Files/images/consumer_hove r.png','Images/HeaderHover_Files/images/home_hover.png','Images/HeaderHover_Files/images/c ontactus_hover.png','Images/HeaderHover_Files/images/sitemap_hover.png','Images/Header_htm landimages/images/home_hover.png','Images/Header_htmlandimages/images/contactus_hover.png' ,'Images/Header_htmlandimages/images/sitemap_hover.png')">
    <div id="wrapper">
    <div id="header">   
        <div align="center" "top">
         <!-- ImageReady Slices (header_seachinfrontofimage.psd) -->
    <table id="Table_01" width="980" height="81" border="0" cellpadding="0" cellspacing="0" bgcolor="#2B4E74" >
      <tr>
      <td rowspan="2">
       <img src="Images/header_and_search/images/logo.png" alt="" width="597" height="81" border="0"></td>
    <td>
       <img src="Images/header_and_search/images/home.png" alt="" width="250" height="33" border="0"></td>
      <td>
       <img src="Images/header_and_search/images/contact-us.png" alt="" width="65" height="33" border="0"></td>
      <td>
       <img src="Images/header_and_search/images/site-up'.png" alt="" width="68" height="33" border="0"></td>
    </tr>
    <tr>
      <td colspan="3" valign="middle" background="Images/header_and_search/images/search-box.png" border="0"><form name="form1" method="post" action="">
        <label>                           
              <input name="search" type="text" id="search" value="Search by Keyword(s)" size="35">
        </label>
        <label></label>
                  <label>
                  <input name="submit2" type="image" id="submit2" src="Images/header_and_search/images/arrow.png" border="0" align="bottom">
              </label>
         </form>  </td>
      </tr>
    </table>
    <!-- End ImageReady Slices -->
        <a href="www.arkbankers.org/aboutus.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image21','','Images/HeaderHover_Files/images/aboutus_hover.png ',1)"><img src="Images/HeaderFiles/images/aboutus.png" name="Image21" width="76" height="37" border="0" id="Image21" /></a><a href="education_training.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image22','','Images/HeaderHover_Files/images/education_hover.p ng',1)"><img src="Images/HeaderFiles/images/education.png" name="Image22" width="133" height="37" border="0" id="Image22" /></a><a href="www.arkbankers.org/banking_news.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image23','','Images/HeaderHover_Files/images/banking_hover.png ',1)"><img src="Images/HeaderFiles/images/banking.png" name="Image23" width="99" height="37" border="0" id="Image23" /></a><a href="www.arkbankers.org/government_relations.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image24','','Images/HeaderHover_Files/images/government_hover. png',1)"><img src="Images/HeaderFiles/images/government.png" name="Image24" width="141" height="37" border="0" id="Image24" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image25','','Images/HeaderHover_Files/images/products_hover.pn g',1)"><img src="Images/HeaderFiles/images/products.png" name="Image25" width="130" height="37" border="0" id="Image25" /></a><a href="www.arkbankers.org/partnership_opportunities.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image26','','Images/HeaderHover_Files/images/partnership_hover .png',1)"><img src="Images/HeaderFiles/images/partnership.png" name="Image26" width="158" height="37" border="0" id="Image26" /></a><a href="www.arkbankers.org/fraud_center.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image27','','Images/HeaderHover_Files/images/fraudcenter_hover .png',1)"><img src="Images/HeaderFiles/images/fraudcenter.png" name="Image27" width="94" height="37" border="0" id="Image27" /></a><a href="www.arkbankers.org/consumer_connection.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image28','','Images/HeaderHover_Files/images/consumer_hover.pn g',1)"><img src="Images/HeaderFiles/images/consumer.png" name="Image28" width="149" height="37" border="0" id="Image28" /></a></div>
      </div>
    </div>
    <div id="body">
      <!--sidebar close -->
      <table width="860" height="auto" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
    <tr>
       <td width="3" rowspan="3" valign="top">       </td>
    <td height="53" colspan="4" valign="top"><!-- InstanceBeginEditable name="Department_Heading" -->
      <div align="center"><img src="Images/education_images/education_top.png" alt="Education and Training" width="805" height="150" /></div>
    <!-- InstanceEndEditable --></td>
      <td width="29" rowspan="2" valign="top"><table width="20" border="0" cellspacing="5" cellpadding="2">
      <tr>
        <td> </td>
      </tr>
    </table>
    <br />
    </td>
      <td width="144" rowspan="2" valign="top"><img src="Images/Ads/ababannerad.jpg" width="140" height="325" /><br />
        <br />
        <img src="Images/Ads/Link_LiveEvents2010_CoverPic.jpg" width="144" height="186" /><br />
        <br />
        <img src="Images/Ads/SponsorshipBrochure2010_Link.gif" width="144" height="140" /></td>
    </tr>
    <tr>
      <td colspan="4" valign="top" background="Images/bg_department_details.png"><table width="771" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
                  <td width="135" valign="top">
                  <!--begins table that holds the spry accordian -->
                <!--table that holds education items 1 and 2 is inside the table that holds the spry accordian menu. -->
                <!-- InstanceBeginEditable name="Department_SubMenu_Ads" -->
                <iframe src="EducationMenu.html" width="145" height="auto" frameborder="0" scrolling="no"> </iframe>
                <br />
                <br />
                <!-- InstanceEndEditable -->              <br /></td>
                <td width="616" valign="top"><div align="left">
                  <!-- InstanceBeginEditable name="Department_Details" -->
                  <div id="Accordion1" class="Accordion" tabindex="0">
                    <div class="AccordionPanel">
                      <div class="AccordionPanelTab">ABA LIVE EVENTS</div>
                      <div class="AccordionPanelContent"><img src="Images/Icons_Education/Live.png" width="150" height="110" align="left" /><br />
                        The Arkansas Bankers Association is your organization, dedicated to   serving the needs of Arkansas bankers. If you are an employee of an   ABA-member financial institution, then you are an ABA member.    Our educational offerings are available in a variety of formats to make   training as convenient, timely and cost effective as possible.<br />
                        <a href="educ_liveevents.html">View All Live Events</a> <a href="educ_liveevents.html"><img src="Images/more_arrow.png" width="12" height="12" border="0" /></a><br />
                        <br />
                      </div>
                    </div>
                    <div class="AccordionPanel">
                      <div class="AccordionPanelTab">ABA WEBINAR LIBRARY</div>
                      <div class="AccordionPanelContent"><img src="Images/Icons_Education/Webinar_Library.png" width="150" height="124" align="left" /><br />
                        The Arkansas Bankers Association is your organization, dedicated to   serving the needs of Arkansas bankers. If you are an employee of an   ABA-member financial institution, then you are an ABA member.    Our educational offerings are available in<br />
                        a variety of formats to make   training as convenient, timely and cost effective as possible. We   encourage you to explore all the training options available to you.<br />
                        <a href="Jan5_2.html">View Webinar Library <img src="Images/more_arrow.png" alt="" width="12" height="12" border="0" /><br />
                          </a><br />
                      </div>
                    </div>
                    <div class="AccordionPanel">
                      <div class="AccordionPanelTab">COMPUTER BASED IN-HOUSE</div>
                      <div class="AccordionPanelContent"><img src="Images/Icons_Education/ComputerBasedInHouse.png" width="150" height="110" align="left" /><br />
                        The Arkansas Bankers Association is your organization, dedicated to   serving the needs of Arkansas bankers. If you are an employee of an   ABA-member financial institution, then you are an ABA member.    Our educational offerings are available in a variety of formats to make   training as convenient, timely and cost effective as possible. <br />
                        <a href="Jan5_2.html">View Computer Based In-House Courses <img src="Images/more_arrow.png" alt="" width="12" height="12" border="0" /></a><br />
                        <br />
                      </div>
                    </div>
                    <div class="AccordionPanel">
                      <div class="AccordionPanelTab">WEBINARS &amp; PODCASTS</div>
                      <div class="AccordionPanelContent"><img src="Images/Icons_Education/Webinars_Podcasts.png" width="150" height="110" align="left" /><br />
                        A webinar is an enhanced telephone seminar. The audio portion is delivered by speaker phone. You may also view a corresponding  PowerPoint presentation by PC.
                        &amp;A.  You will receive a PIN, materials and instructions prior to the seminar.<br />
                        <a href="Jan5_2.html">View Webinars &amp; Podcasts <img src="Images/more_arrow.png" alt="" width="12" height="12" border="0" /></a><br />
                        <br />
                      </div>
                    </div>
                    <div class="AccordionPanel">
                      <div class="AccordionPanelTab">SELF-PACED ONLINE</div>
                      <div class="AccordionPanelContent"><img src="Images/Icons_Education/SelfPacedOnline2.png" width="150" height="104" align="left" /><br />
                        ABA eLearning includes over 60 courses and 200 hours of training in the retail,   small business, personal trust, compliance, and
                        management development areas.<br />
                <br />
                <strong><a href="http://arbakc.abakc.com/kc/login/login.asp?kc_ident=kc0001">Register/Enroll/Take   a Demo - </a></strong><a href="http://arbakc.abakc.com/kc/login/login.asp?kc_ident=kc0001" target="_rpbrowser"><strong>Take the Demo   Now</strong></a><strong> </strong> <img src="Images/more_arrow.png" alt="" width="12" height="12" /><br />
                <a href="Education/ABA_eLearning_Price_and_Credit_List%20Jan_10.xls" target="_rpexternal">Brochure &amp; Pricing</a> <img src="Images/more_arrow.png" alt="" width="12" height="12" /><br />
                <br />
                      </div>
                    </div>
                    <div class="AccordionPanel">
                      <div class="AccordionPanelTab">INSTRUCTOR LED ONLINE</div>
                      <div class="AccordionPanelContent"><img src="Images/Icons_Education/InstructorLedOnline2.png" width="150" height="110" align="left" /><br />
                        Your instructor posts weekly assignments which includes a reading (either  textbook or online) and   homework is submitted through the discussion board or via email. You complete each at your convenience   and take a  weekly quiz.   Exams (proctored midterms and/or   finals) are all taken online. Your instructor is available to provide   feedback and answer questions. <a href="Jan5_2.html">View Courses <img src="Images/more_arrow.png" alt="" width="12" height="12" border="0" /></a><br />
                        <br />
                      </div>
                    </div>
                    <div class="AccordionPanel">
                      <div class="AccordionPanelTab"><strong>ANNUAL CONVENTION</strong></div>
                      <div class="AccordionPanelContent"><img src="Images/Icons_Education/Convention.png" width="160" height="106" align="left" /><br />
                        New Rules, New Opportunities, New Banking Environment<br />
                        <br />
                        <strong>121st Annual Arkansas Bankers Association Convention &amp; Tradeshow</strong><br />
    The Peabody Hotel &amp; Statehouse Convention Center, Little Rock, Arkansas<br />
    May 4-6, 2011 - <strong><em>Brochure Coming Soon!</em></strong><br />
                      </div>
                    </div>
                    <div class="AccordionPanel">
                      <div class="AccordionPanelTab"><strong>BANK MANAGEMENT SEMINAR</strong></div>
                      <div class="AccordionPanelContent"><img src="Images/Icons_Education/BankManagementSeminar.png" width="124" height="106" align="left" />Open to our Bank Members, Associate Members and non-members, this annual event will be held at Hilton Branson Convention Center in Branson, Missouri.<br />
                        <br />
                        <strong>2011 Bank Management Seminar</strong><br />
    Hilton Branson Convention Center, Branson, Missouri.<br />
    August 4-6, 2011<br />
    <br />
    </div>
                    </div>
                    <div class="AccordionPanel">
                      <div class="AccordionPanelTab"><strong>E<strong>MERGING LEADERS LEADERSHIP CONFERENCE</strong></strong></div>
                      <div class="AccordionPanelContent"><img src="Images/Icons_Education/LeadershipConference.png" width="160" height="106" align="left" />Make plans to join us for the 2011 conference in order to network with your peers, further your education and leadership skills, and accelerate your banking career!<br />
                          <br />
                              <strong>2011 ELS Leadership Conference</strong><br />
                          Doubletree Hotel and Robinson Center, Little Rock, Arkansas<br />
                          July 21-22, 2011<br />
                        <br />
                      </div>
                    </div>
                  </div>
                  <br />
                  <br />
    <!-- InstanceEndEditable -->
                  <div align="left"></div>
                    <p align="left""top"> </p>
                    <p> </p>
                  </div></td>
              </tr>
              </table>
              <!-- InstanceBeginEditable name="Extras" -->
              <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    //-->
    </script>
              <!-- InstanceEndEditable --><br />        </td>
        </tr>
    </table>
      <p> </p>
      </div>
    <!--body close -->
    </div>
    <div id="footer">
      <table width="800" border="0" align="center" cellpadding="2" cellspacing="5">
        <tr>
          <td>Footer Contents Here</td>
        </tr>
      </table>
      <br />
    </div>
    </body>
    <!-- InstanceEnd --></html>

    I frame should not be used in this situation because its contents are not in the same flow as the main document.
    You are far better off using serverside includes as per following article http://foundationphp.com/tutorials/sprymenu/ssi.php
    Gramps

  • New DVR Issues (First Run, Channel Switching, etc.)

    I've spent the last 30 minutes trying to find answers through the search with no luck, so sorry if I missed something.
    I recently switched to FIOS from RCN cable in New York.  I've gone through trying to setup my DVR and am running into issues and was hoping for some answers.
    1.  I setup two programs to record at 8PM, I was watching another channel at the time and only half paying attention.  Around 8:02 I noticed a message had popped up asking if I would like to switch channels to start recording.  I was expecting it to force it to switch like my old DVR, but in this case it didn't switch and I missed the first two minutes of one of the shows.  I typically leave my DVR on all day and just turn off the TV, this dual show handling will cause issues with that if I forget to turn off the DVR.  Is there a setting I can change that will force the DVR to choose one of the recording channels?
    2.  I setup all my recordings for "First Run" because I only want to see the new episodes.  One show I setup was The Daily Show on comedy central, which is shown weeknights at 11pm and repeated 3-4 times throughout the day.  My scheduled recordings is showing all these as planned recordings even though only the 11pm show is really "new".  Most of the shows I've setup are once a week so they aren't a problem, but this seems like it will quickly fill my DVR.  Any fixes?
    Thanks for the help.
    Solved!
    Go to Solution.

    I came from RCN about a year ago.  Fios is different in several ways, not all of them desirable.  Here are several ways to get--and fix--unwanted recordings from a series recording setup.
    Some general principles. 
    Saving changes.  When you originally create a series with options, or if you go back to edit the options for an existing series, You MUST save the Series Options changes.  Pretty much everywhere else in the user interface, when you change an option, the change takes effect immediately--but not in Series Options.  Look at the Series Options window.  Look at the far right side.  There is a vertical "Save" bar, which you must navigate to and click OK on to actually save your changes.  Exiting the Series Options window without having first saved your changes loses all your attempted changes--immediately.
    Default Series Options.  This is accessed  from [Menu]--DVR--Settings--Default Series Options.  This will bring up the series options that will automatically be applied to the creation of a NEW series. The options for every previously created series will not be affected by a subsequent modification of the Default Series Options.  You should set these options to the way you would like them to be for the majority of series recordings that you are likely to create.  Be sure to SAVE your changes.  This is what you will get when you select "Create Series Recording" from the Guide.  When creating a new series recording where you think that you may want options different from the default, select "Create Series with Options" instead.  Series Options can always be changed for any individual series set up later--but not for all series at once.
    Non-series recordings.  With Fios you have no directly available options for these.  With RCN and most other DVRs, you can change the start and end times for individual episodes, including individual episodes that are also in a series.  With Fios, your workarounds are to create a series with options for a single program, then delete the series later;  change the series options if the program is already in a series, then undo the changes you made to the series options later; or schedule recordings of the preceding and/or following shows as needed.
    And now, to the unwanted repeats. 
    First, make sure your series options for the specific series in question--and not just the series default options--include "First Run Only".  If not, fix that and SAVE.  Then check you results by viewing the current options using the Series Manager app under the DVR menu.
    Second, and most annoying, the Guide can have repeat programs on your channel tagged as "New".  It happens.  Set the series option "Air Time" to "Selected Time".  To make this work correctly, you must have set up the original series recording after selecting the program in the Guide at the exact time of a first run showing (11pm, in your case), and not on a repeat entry in the Guide.  Then, even it The Daily Show is tagged as New for repeat showings, these will be ignored. 
    Third, another channel may air reruns of the program in your series recording, and the first showing of a rerun episode on the other channel may be tagged as "New".  These can be ignored in your series if you set the series option "Channel" to "Selected Channel".  Related to this, if there is both an SD and HD channel broadcasting you series program, you will record them both if the series option "Duplicates" is set to "Yes".  However, when the Channel option is set to "Selected Channel", the Duplicates Option is always effectively "No", regardless of what shows up on the options screen.  
    As for you missing two minutes,  I have sereral instances in which two programs start recording at the same time.  To the best of my recollection, whenever the warning message has appeared, ignoring it has not caused a loss of recording time.  You might have an older software version.  Newest is v.1.8.  Look at Menu--Settings--System Info.  Or, I might not have noticed the loss of minutes.  I regularly see up to a minute of previous programming at the start of a recording, or a few missing seconds at the beginning or end of a recording.  There are a lot of possibilities for that, but the DVR clock being incorrect is not one of them.  With RCN, the DVR clocks occasionally drifted off by as much as a minute and a half.

  • Pension issue Mid Month Leaving

    Dear All,
    As per rule sustem should deduct mid month joining/leaving/absences or transfer scenarios, the Pension/PF Basis will be correspondingly prorated. But our system is not doing this. In RT table i have found 3FC Pension Basis for Er c 01/2010                    0.00           6,500.00.
    Employee leaving date is 14.04.2010. system is picking pension amout as 541. Last year it was coming right.
    Please suggest.
    Ashwani

    Dear Jayanti,
    We required prorata basis pension in case of left employees and system is not doing this. This is the issue. As per our PF experts Pension amount should come on prorata basis for left employees in case they left mid of month.System is doing prorata basis last year but from this year it is deducting 541. I am giving two RT cases of different years.
    RT table for year 2010. DOL 26.04.2010
    /111 EPF Basis              01/2010                    0.00           8,750.00 
    /139 VPF Basis              01/2010                    0.00           8,750.00 
    /3F1 Ee PF contribution     01/2010                    0.00           1,050.00 
    /3F3 Er PF contribution     01/2010                    0.00             509.00 
    /3F5 Ee Mon PF contribution 01/2010                    0.00           1,050.00 
    /3F6 Ee Ann PF contribution 01/2010                    0.00          12,600.00 
    /3F9 PF adm chrgs * 1,00,00 01/2010                    0.00              96.25 
    /3FA PF basis for Ee contri 01/2010                    0.00           8,750.00 
    /3FB PF Basis for Er Contri 01/2010                    0.00           8,750.00 
    /3FJ VPF basis for Ee contr 01/2010                    0.00           8,750.00 
    /3FL PF Basis for Er Contri 01/2010                    0.00           6,500.00 
    /3F4 Er Pension contributio 01/2010                    0.00             541.00
    /3FC Pension Basis for Er c 01/2010                    0.00           6,500.00
    /3FB PF Basis for Er Contri 01/2010                    0.00           8,750.00
    /3FC Pension Basis for Er c 01/2010                    0.00           6,500.00
    /3FJ VPF basis for Ee contr 01/2010                    0.00           8,750.00
    /3FL PF Basis for Er Contri 01/2010                    0.00           6,500.00
    /3R3 Metro HRA Basis Amount 01/2010                    0.00           8,750.00
    1BAS Basic Salary           01/2010                    0.00           8,750.00
    RT table for year 2009. DOL 27.10.2009
                                                                                    /111 EPF Basis              07/2009                    0.00           9,016.13
    /139 VPF Basis              07/2009                    0.00           9,016.13
    /3F1 Ee PF contribution     07/2009                    0.00           1,082.00
    /3F3 Er PF contribution     07/2009                    0.00             628.00
    /3F5 Ee Mon PF contribution 07/2009                    0.00           1,082.00
    /3F6 Ee Ann PF contribution 07/2009                    0.00           8,822.00
    /3F9 PF adm chrgs * 1,00,00 07/2009                    0.00              99.18
    /3FA PF basis for Ee contri 07/2009                    0.00           9,016.00
    /3FB PF Basis for Er Contri 07/2009                    0.00           9,016.00
    /3FJ VPF basis for Ee contr 07/2009                    0.00           9,016.00
    /3FL PF Basis for Er Contri 07/2009                    0.00           5,452.00
    /3FB PF Basis for Er Contri 07/2009                    0.00           9,016.00 
    /3FC Pension Basis for Er c 07/2009                    0.00           5,452.00 
    /3FJ VPF basis for Ee contr 07/2009                    0.00           9,016.00 
    /3FL PF Basis for Er Contri 07/2009                    0.00           5,452.00 
    /3R4 Non-metro HRA Basis Am 07/2009                    0.00           9,016.13 
    1BAS Basic Salary           07/2009                    0.00           9,016.13 
    Now please suggest what to do. where is the problem  ? If have also checked EXIT_HINCALC0_002 but nothing written in it.
    With Regards
    Ashwani

  • Open PO Analysis - BW report issue

    Hello Friends
    I constructed a query in BW in order to show Open Purchase Orders. We have custom DSO populated with standard
    datasource 2lis_02_itm (Purcahse Order Item). In this DSO we mapped the field ELIKZ to the infoobject 0COMP_DEL
    (Delivery completed).
    We loaded the data from ECC system for all POs and found the following issue for Stock Transport Purchase orders (DocType = UB).
    We have a PO with 4 line items. For line items 10 and 20, Goods issued, Goods received and both the flags "Delivery
    complete" and "Final delivery" checked. For line items 30 and 40, only delivery indicator note is issued for zero
    quantity and Delivery complete flag is checked (Final delivery flag is not checked) in ECC system. For this PO, the
    delivery completion indicator is not properly updated in the DSO for line items 30 and 40. The data looks like the
    following:
    DOC_NUM     DOC_ITEM       DOCTYPE     COMP_DEL
    650000001       10     UB        X
    650000001       20     UB        X
    650000001       30     UB
    650000001       40     UB      
    When we run the Open PO analysis report on BW side this PO is appearing in the report but the same is closed in ECC
    system.
    Any help is appreciated in this regard.
    Thanks and Regards
    sampath

    Hi Priya and Reddy
       Thanks for your response.
                         Yes the indicator is checked in EKPO table for items 30 and 40 and delta is running regularly for more than 1 year and no issues with other POs. This is happening only for few POs of type Stock Transport (UB).
                        I already checked the changes in ME23N and the Delivery completed indicator was changed and it reflected in EKPO table. Further, i checked the PSA records for this PO and i am getting the records with the Delivery completed flag but when i update from PSA to DSO the delivery completed indicator is not updating properly.
                       In PSA, for item 30 i have the following entries. Record number 42 is capturing the value X for ELIKZ but after that i am getting two more records 43 and 44 with process key 10 and without X for ELIKZ. I think this is causing the problem.
    Record No.    Doc.No.                    Item              Processkey         Rocancel     Elikz
        41               6500000001            30                    11                            X           ---    
        42               6500000001            30                    11                            ---           X
        43               6500000001            30                    10                            X           ---
        44               6500000001            30                    10                            ---         ---
    (Here --- means blank)        
    Thanks and Regards
    sampath

  • HP LaserJet Enterprise 600 M602 driver issue

    Hello,
    I've got issue with 600-series printers. We use the latest UPD drivrer ver. 61.175.1.18849 and print from XenApp 6.5. The error occurs every time when users try to print jpg files from XenApp session. It only happens with 600 series printers and UPD.
    Also I've tried to assign native 600-series driver ver. 6.3.9600.16384 and it works good. But with that driver system says that it's color printer and it brokes our printing reports. These reports are very important for us. So we can't use printer and that driver as well.
    Printer installed on Windows Server 2012 R2. All clients are Windows 7 x64. XenApp Servers are Server 2008R2.
    Is it possible to get fixed UPD driver or correct native driver for Server 2012 R2?
    Regards,
    Anatoly

    I am sorry, but to get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial printer. You can do this at Printers - LaserJet.
    Click on New Post.
    I hope this helps.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Windows 7 displays error message when exiting +cursor issue

    Two issues here. CS5 Phoshop on Wind 7 64 bit.
    Physical processor count: 8
    Processor speed: 3073 MHz
    Built-in memory: 12279 MB
    Free memory: 9577 MB
    Memory available to Photoshop: 10934 MB
    Memory used by Photoshop: 80 %
    Image tile size: 128K
    First issue is since the latest automatic Adobe update (why fix what isn't broken?) Every time I now exit Photoshop I get the message "Adobe QT Server has stoped working" and occasionally it happens when I exit bridge. Indesign is also behaving badly. I can no longer start a previous document from file manager without ID crashing out.
    The other is the cursors in Clone and erase lose their edge (become invisable) for no reason - well not quite. Noise Ninja crashed Photoshop when I tried to use it. I reinstalled it and all is well. The cursor issue seems to be intermittant but came back (for no reason) after I reinstalled NN. I can't seem to change the cursor, no matter what I do. The problem is now seriously affecting how I work. Almost enough to go back to Win XP which ran CS5 Photoshop flawlessly.
    Any help will be gratefully accepted.
    Doug

    function(){return A.apply(null,[this].concat($A(arguments)))}
    doug87510 wrote:
    The recent problem is the entire outline of the cursor (including the crosshair in the middle) was missing at any size of cursor. All I had was exactly what I'd get if I used a real spraygun.
    Well, that issue is simply a matter of hitting the Caps Lock key.  When Caps Lock is on, you'll see the cursor outline, and when it is off you'll see a crosshair.  That's a feature, not a bug.
    Glad to hear the 11.1 drivers are out.  I will download them and try them now myself.
    Regarding "Adobe QT" crashing...  QT brings to mind QuickTime, though that is Apple, not Adobe.  Do you have Apple QuickTime installed?
    Regarding memory usage, with 12 GB of installed RAM, you should be able to set Photoshop to use 90% or more in Edit - Preferences - Performance.
    -Noel

  • Issue in Creation of Periodicals for Contracts in CRM7.0

    Hello,
    I have a requirement to create Contracts in CRM7.0 system.
    And I am doing this using the BAPI *BAPI_BUSPROCESSND_CREATEMULTI*
    Good part is Contract Order gets created, but onlywith Header Details.
    The issues i am facing --
    1. I need to know what kind/type of data must be passed to the interface parameters, the F1 Help/Documentation is vague.
    2. I am passing data in the INPUT FIELDS structure with the Object ID, Handle Number, Reference GUID and Fieldname,
        here what does 'Logical Key' field indicate? What should be passed here.
        What does 'REFERENCE KIND' field indicate, i have been passng 'A' for everything (to be frank i dont know whats its significance is!!).
    3. With so much, My Order gets created but with less than half details, i.e. the Objects not getting created are -  Partner, Product, terms/appointments, Status, LongTexts......
    Any help/inputs would be appreciated.
    Hope my problem is stated clearly ...
    --Regards
    Dedeepya

    Hi Anu,
    i found my solution by debugging with existing data or while creating it in CRMD_ORDER.
    Ensure that you are passing a correct entry in INPUT_FIELDS structure.
    As i haven't worked on rebates i woudlnt be able to help you, I suggest you debug to arrive at a solution.
    You can preset your break-points at :-
    1. FM - CRM_ORDER_MAINTAIN
    2. CRM_ORDER_MAINTAIN_MULTI_OW -- Debug through the complete FM.
    3. CRM_ORDER_PREPARE_MULTI_OW -- The data is set in this function module.
    Regards
    Dedeepya C

Maybe you are looking for

  • Use of dispose() and finalize()

    Hello everyone (first post ever). I have a question about a program that I'm currently working on that doesn't seem to be releasing system resources. Here's a brief description of my program and my problem: Program Description: It's a widget that que

  • AP 1552E Lightweight not joining WLC

    I have a WLC 5508 network that works well with 1200 Series APs and now we got a 1552E AP that is in lightweight mode but doesnt join the WLC. The AP seems to be able to get to the WLC but some how the connection is not established fully, I suspect ma

  • CF9 and Verity indexing error - Linux 64

    I am running CF 9.0.1 Standard Edition on an openSUSE 11.3 64-bit server, with Apache 2.2.15. I am trying to create a verity collection on the server.  The service is running as the collection is created without a problem, but when I attempt to creat

  • ODI Scheduling Not Running

    Hi, We recently updated to ODI 10.1.3.6.0. The Scenarios are not running at their scheduled times. They only run when manually executed. Old schedules work fine, but all new changes aren't taking effect. We are not receiving any error message, we che

  • How to add an event after ALL the components of an animation(incl. symbols)were created and played?

    I would like to add a button/trigger that goes back to the beginning of the animation when all the elements of my composition, including symbols which have their own timelines and trigger buttons, were created and drawn/played. It should be independe