HELP! Please. Spry Menu will not allow page to display once on server

Spry menu works fine "live" and in browser (firefox) but once uploaded, causes the entire page (index.html) not to appear. Can't find any help on the topic and extremely fustrated with this now. Here is my code. I hope this helps!?
<!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>ADD_ADHDJoe</title>
<!-- TemplateEndEditable -->
<link href="oneColLiqCtr.css" rel="stylesheet" type="text/css" />
<style type="text/css">
#apDiv1 {
    position:absolute;
    width:80%;
    height:27px;
    z-index:1;
    background-color: #000;
    top: 0px;
    color: #FFF;
#apDiv3 {
    position:absolute;
    width:80%;
    height:19px;
    z-index:2;
    background-color: #D3D3D3;
    top: 27px;
#apDiv4 {
    position:absolute;
    width:80%;
    height:204px;
    z-index:3;
    background-color: #CCC;
    top: 49px;
#apDiv5 {
    position:absolute;
    width:80%;
    height:34px;
    z-index:4;
    background-color: #FFF;
    top: 252px;
</style>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
#apDiv6 {
    position:absolute;
    width:200px;
    height:115px;
    z-index:5;
    background-color: #066;
    top: 292px;
    left: 654px;
#apDiv7 {
    position:absolute;
    width:80%;
    height:80%;
    z-index:5;
    background-color: #069;
    top: 293px;
    margin-top: -9px;
    color: #333;
#apDiv11 {
    position:absolute;
    width:80%;
    height:65px;
    z-index:0;
    background-color: #FFF;
    top: 287px;
    margin-top: -3px;
    color: #000;
#apDiv13 {
    position:absolute;
    width:54%;
    height:624px;
    z-index:5;
    background-color: #FFF;
</style>
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<script type="text/javascript">
function MM_scanStyles(obj, prop) { //v9.0
  var inlineStyle = null; var ccProp = prop; var dash = ccProp.indexOf("-");
  while (dash != -1){ccProp = ccProp.substring(0, dash) + ccProp.substring(dash+1,dash+2).toUpperCase() + ccProp.substring(dash+2); dash = ccProp.indexOf("-");}
  inlineStyle = eval("obj.style." + ccProp);
  if(inlineStyle) return inlineStyle;
  var ss = document.styleSheets;
  for (var x = 0; x < ss.length; x++) { var rules = ss[x].cssRules;
    for (var y = 0; y < rules.length; y++) { var z = rules[y].style;
      if(z[prop] && (rules[y].selectorText == '*[ID"' + obj.id + '"]' || rules[y].selectorText == '#' + obj.id)) {
        return z[prop];
  }  }  }  return "";
function MM_getProp(obj, prop) { //v8.0
  if (!obj) return ("");
  if (prop == "L") return obj.offsetLeft;
  else if (prop == "T") return obj.offsetTop;
  else if (prop == "W") return obj.offsetWidth;
  else if (prop == "H") return obj.offsetHeight;
  else {
    if (typeof(window.getComputedStyle) == "undefined") {
        if (typeof(obj.currentStyle) == "undefined"){
            if (prop == "P") return MM_scanStyles(obj,"position");
        else if (prop == "Z") return MM_scanStyles(obj,"z-index");
        else if (prop == "V") return MM_scanStyles(obj,"visibility");
        } else {
          if (prop == "P") return obj.currentStyle.position;
        else if (prop == "Z") return obj.currentStyle.zIndex;
        else if (prop == "V") return obj.currentStyle.visibility;
    } else {
        if (prop == "P") return window.getComputedStyle(obj,null).getPropertyValue("position");
      else if (prop == "Z") return window.getComputedStyle(obj,null).getPropertyValue("z-index");
      else if (prop == "V") return window.getComputedStyle(obj,null).getPropertyValue("visibility");
function MM_dragLayer(objId,x,hL,hT,hW,hH,toFront,dropBack,cU,cD,cL,cR,targL,targT,tol,dropJS,et,d ragJS) { //v9.01
  //Copyright 2005-2006 Adobe Macromedia Software LLC and its licensors. All rights reserved.
  var i,j,aLayer,retVal,curDrag=null,curLeft,curTop,IE=document.all;
  var NS=(!IE&&document.getElementById); if (!IE && !NS) return false;
  retVal = true; if(IE && event) event.returnValue = true;
  if (MM_dragLayer.arguments.length > 1) {
    curDrag = document.getElementById(objId); if (!curDrag) return false;
    if (!document.allLayers) { document.allLayers = new Array();
      with (document){ if (NS) { var spns = getElementsByTagName("span"); var all = getElementsByTagName("div");
        for (i=0;i<spns.length;i++) if (MM_getProp(spns[i],'P')) allLayers[allLayers.length]=spns[i];}
        for (i=0;i<all.length;i++) {
            if (MM_getProp(all[i],'P')) allLayers[allLayers.length]=all[i];
    curDrag.MM_dragOk=true; curDrag.MM_targL=targL; curDrag.MM_targT=targT;
    curDrag.MM_tol=Math.pow(tol,2); curDrag.MM_hLeft=hL; curDrag.MM_hTop=hT;
    curDrag.MM_hWidth=hW; curDrag.MM_hHeight=hH; curDrag.MM_toFront=toFront;
    curDrag.MM_dropBack=dropBack; curDrag.MM_dropJS=dropJS;
    curDrag.MM_everyTime=et; curDrag.MM_dragJS=dragJS;
    curDrag.MM_oldZ = MM_getProp(curDrag,'Z');
    curLeft = MM_getProp(curDrag,'L');
    if (String(curLeft)=="NaN") curLeft=0; curDrag.MM_startL = curLeft;
    curTop = MM_getProp(curDrag,'T');
    if (String(curTop)=="NaN") curTop=0; curDrag.MM_startT = curTop;
    curDrag.MM_bL=(cL<0)?null:curLeft-cL; curDrag.MM_bT=(cU<0)?null:curTop-cU;
    curDrag.MM_bR=(cR<0)?null:curLeft+cR; curDrag.MM_bB=(cD<0)?null:curTop+cD;
    curDrag.MM_LEFTRIGHT=0; curDrag.MM_UPDOWN=0; curDrag.MM_SNAPPED=false; //use in your JS!
    document.onmousedown = MM_dragLayer; document.onmouseup = MM_dragLayer;
    if (NS) document.captureEvents(Event.MOUSEDOWN|Event.MOUSEUP);
    } else {
    var theEvent = ((NS)?objId.type:event.type);
    if (theEvent == 'mousedown') {
      var mouseX = (NS)?objId.pageX : event.clientX + document.body.scrollLeft;
      var mouseY = (NS)?objId.pageY : event.clientY + document.body.scrollTop;
      var maxDragZ=null; document.MM_maxZ = 0;
      for (i=0; i<document.allLayers.length; i++) { aLayer = document.allLayers[i];
        var aLayerZ = MM_getProp(aLayer,'Z');
        if (aLayerZ > document.MM_maxZ) document.MM_maxZ = aLayerZ;
        var isVisible = (MM_getProp(aLayer,'V')).indexOf('hid') == -1;
        if (aLayer.MM_dragOk != null && isVisible) with (aLayer) {
          var parentL=0; var parentT=0;
          if (NS) { parentLayer = aLayer.parentNode;
            while (parentLayer != null && parentLayer != document && MM_getProp(parentLayer,'P')) {
              parentL += parseInt(MM_getProp(parentLayer,'L')); parentT += parseInt(MM_getProp(parentLayer,'T'));
              parentLayer = parentLayer.parentNode;
              if (parentLayer==document) parentLayer = null;
          } } else if (IE) { parentLayer = aLayer.parentElement;      
            while (parentLayer != null && MM_getProp(parentLayer,'P')) {
              parentL += MM_getProp(parentLayer,'L'); parentT += MM_getProp(parentLayer,'T');
              parentLayer = parentLayer.parentElement; } }
          var tmpX=mouseX-((MM_getProp(aLayer,'L'))+parentL+MM_hLeft);
          var tmpY=mouseY-((MM_getProp(aLayer,'T'))+parentT+MM_hTop);
          if (String(tmpX)=="NaN") tmpX=0; if (String(tmpY)=="NaN") tmpY=0;
          var tmpW = MM_hWidth;  if (tmpW <= 0) tmpW += MM_getProp(aLayer,'W');
          var tmpH = MM_hHeight; if (tmpH <= 0) tmpH += MM_getProp(aLayer,'H');
          if ((0 <= tmpX && tmpX < tmpW && 0 <= tmpY && tmpY < tmpH) && (maxDragZ == null
              || maxDragZ <= aLayerZ)) { curDrag = aLayer; maxDragZ = aLayerZ; } } }
      if (curDrag) {
        document.onmousemove = MM_dragLayer;
        curLeft = MM_getProp(curDrag,'L');
        curTop = MM_getProp(curDrag,'T');
        if (String(curLeft)=="NaN") curLeft=0; if (String(curTop)=="NaN") curTop=0;
        MM_oldX = mouseX - curLeft; MM_oldY = mouseY - curTop;
        document.MM_curDrag = curDrag;  curDrag.MM_SNAPPED=false;
        if(curDrag.MM_toFront) {
          var newZ = parseInt(document.MM_maxZ)+1;
          eval('curDrag.'+('style.')+'zIndex=newZ');
          if (!curDrag.MM_dropBack) document.MM_maxZ++; }
        retVal = false; if(!NS) event.returnValue = false;
    } } else if (theEvent == 'mousemove') {
      if (document.MM_curDrag) with (document.MM_curDrag) {
        var mouseX = (NS)?objId.pageX : event.clientX + document.body.scrollLeft;
        var mouseY = (NS)?objId.pageY : event.clientY + document.body.scrollTop;
        var newLeft = mouseX-MM_oldX; var newTop  = mouseY-MM_oldY;
        if (MM_bL!=null) newLeft = Math.max(newLeft,MM_bL);
        if (MM_bR!=null) newLeft = Math.min(newLeft,MM_bR);
        if (MM_bT!=null) newTop  = Math.max(newTop ,MM_bT);
        if (MM_bB!=null) newTop  = Math.min(newTop ,MM_bB);
        MM_LEFTRIGHT = newLeft-MM_startL; MM_UPDOWN = newTop-MM_startT;
        if (NS){style.left = newLeft + "px"; style.top = newTop + "px";}
        else {style.pixelLeft = newLeft; style.pixelTop = newTop;}
        if (MM_dragJS) eval(MM_dragJS);
        retVal = false; if(!NS) event.returnValue = false;
    } } else if (theEvent == 'mouseup') {
      document.onmousemove = null;
      if (NS) document.releaseEvents(Event.MOUSEMOVE);
      if (NS) document.captureEvents(Event.MOUSEDOWN); //for mac NS
      if (document.MM_curDrag) with (document.MM_curDrag) {
        if (typeof MM_targL =='number' && typeof MM_targT == 'number' &&
            (Math.pow(MM_targL-(MM_getProp(document.MM_curDrag,'L')),2)+
             Math.pow(MM_targT-(MM_getProp(document.MM_curDrag,'T')),2))<=MM_tol) {
          if (NS) {style.left = MM_targL + "px"; style.top = MM_targT + "px";}
          else {style.pixelLeft = MM_targL; style.pixelTop = MM_targT;}
          MM_SNAPPED = true; MM_LEFTRIGHT = MM_startL-MM_targL; MM_UPDOWN = MM_startT-MM_targT; }
        if (MM_everyTime || MM_SNAPPED) eval(MM_dropJS);
        if(MM_dropBack) {style.zIndex = MM_oldZ;}
        retVal = false; if(!NS) event.returnValue = false; }
      document.MM_curDrag = null;
    if (NS) document.routeEvent(objId);
  } return retVal;
</script>
</head>
<body onload="MM_dragLayer('apDiv6','',0,0,0,0,true,false,-1,-1,-1,-1,0,0,50,'',false,'')">
<div id="apDiv2"></div>
<div class="container">
  <div class="content">
    <div id="apDiv1">| <a href="Contact.html">Contact me</a> | <a href="about.html">About me</a> | <a href="site.html">Site Map</a></div>
    <div id="apDiv3"></div>
    <p> </p>
    <div id="apDiv4"><img src="images/SplicedPhwMed700x200.jpg" width="100%" height="100%" alt="ADD_ADHD" /></div>
    <p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<div id="apDiv8"></div>
<p> </p>
<blockquote>
  <blockquote>
    <blockquote>
      <blockquote>
        <p> </p>
        <p> </p>
        <!-- TemplateBeginEditable name="EditRegion4" -->
        <div id="apDiv13">
          <p><img name="" src="images/Rx Logo.JPG" width="100" height="83" alt="" /> Once again, welcome to the site. There are many webpages on the net related to ADD/ADHD. Hopefully, you'll find the content on this website to be of quality and reflection. This website may be found to be more personal since I will offer my experiences. As someone with dyslexia (commonly associated with other disorders) and ADD I'm able to offer insight and thoughts. Please note that I recognize with ADD not ADHD. There is a huge difference! A person affliced with ADD is likely a more difficult diagnosis than ADHD, since the hyperactivity, while possiblity mild or subtle, is not difficult to miss! </p>
          <p>Diagnoses does not always happen quickly. Many people have gone through many years of their life before &quot;that large break through&quot; experience, in which, a condition, unidentified becomes highlighted. The defining moment came from years of experiences and hard work. Through reflection and regarding a mention of ADHD/ADD during highschool years by authority, a change was made for the better. Treatment occured. The defining moments of ADD during my lifetime  regarded  an inablity to sit beyond one hour, restless leg syndrome, a lower GPA despite quick wits and daily activities constantly in line with minimal attention requirements. Also, to mention, were assessment scores!</p>
        </div>
        <!-- TemplateEndEditable -->
        <p> </p>
<p> </p>
        <p> </p>
<blockquote>  </blockquote>
      </blockquote>
    </blockquote>
  </blockquote>
</blockquote>
<div id="apDiv10"></div>
<!-- TemplateBeginEditable name="EditRegion3" -->
<div id="apDiv11"> Welcome to Joe's page about ADD/ADHD!</div>
<!-- TemplateEndEditable -->
<blockquote>
  <blockquote>
    <blockquote>
      <blockquote>
        <blockquote>
          <blockquote>
            <blockquote>
              <blockquote>
                <blockquote>
                  <blockquote>
                    <blockquote>
                      <blockquote>
                        <blockquote>
                          <blockquote>
                            <blockquote>
                              <blockquote>
                                <blockquote>
                                  <blockquote>
                                    <blockquote>
                                      <blockquote>
                                        <blockquote>
                                          <blockquote> </blockquote>
                                        </blockquote>
                                      </blockquote>
                                    </blockquote>
                                  </blockquote>
                                </blockquote>
                              </blockquote>
                            </blockquote>
                          </blockquote>
                        </blockquote>
                      </blockquote>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
      </blockquote>
    </blockquote>
  </blockquote>
</blockquote>
<h2> </h2>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>  </p>
    <div id="apDiv5">
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a class="MenuBarItemSubmenu" href="../anno.html">Annotations</a>
          <ul>
            <li><a href="#">Item 1.1</a></li>
            <li><a href="#">Item 1.2</a></li>
            <li><a href="#">Item 1.3</a></li>
          </ul>
        </li>
        <li><a href="../discussions.html">Discussions</a></li>
        <li><a href="../Meds.html">Medications</a></li>
        <li><a class="MenuBarItemSubmenu" href="../Stats.html">Statistics</a>
          <ul>
            <li><a class="MenuBarItemSubmenu" href="#">Item 3.1</a>
              <ul>
                <li><a href="#">Item 3.1.1</a></li>
                <li><a href="#">Item 3.1.2</a></li>
              </ul>
            </li>
            <li><a href="#">Item 3.2</a></li>
            <li><a href="#">Item 3.3</a></li>
          </ul>
        </li>
        <li><a href="../sucess.html"> Successes</a></li>
      </ul>
    </div>
<p> </p>
<p> </p>
  <!-- end .content --></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>

Works fine in IE9 and Firefox 5.
The last bit of text is
Diagnoses does not always happen quickly. Many people have gone through many years of their life before "that large break through" experience, in which, a condition, unidentified becomes highlighted. The defining moment came from years of experiences and hard work. Through reflection and regarding a mention of ADHD/ADD during highschool years by authority, a change was made for the better. Treatment occured. The defining moments of ADD during my lifetime  regarded  an inablity to sit beyond one hour, restless leg syndrome, a lower GPA despite quick wits and daily activities constantly in line with minimal attention requirements. Also, to mention, were assessment scores!

Similar Messages

  • How do I get rid of "Server responded with an error" in Calendar?  Calendar is frozen and Calendar menu will not allow preferences or quit.

    How do I get rid of "Server responded with an error" in Calendar?  Calendar is frozen and Calendar menu will not allow preferences or quit.

    If you've activated 2-step verification, you need to generate an application-specific password in your Google account and enter it in place of your old password.

  • I want to update but new version will not allow page rating

    Our Trend Micro security system offers a page rating scale that we use to help our sons keep to safe web sites. When I went to update Firefox to the latest version (4), it would not allow us to keep the rating scale - something which has not been a problem on previous versions. I therefore returned to the "3.6"(?) version in order to keep the scale. How can I solve this issue please?

    Does it happen with the apps that came with the iPod?
    Does it happen with all apps you have downloaded/installed?
    Have you ried deleting the apps and redownload/install the apps?  You will not be charged again if you are signed into the same iTunes account that originally purchased the apps.
    Next would be to restore from backup
    Last would be to restore to factory defaults/new iPod.

  • Help Please: My Ipod Will Not Upload My Itunes Library

    When I place my Ipod in the cradle (w/ Itunes open) - the computer recognizes the Ipod ("Updating", "Do Not Disconnect", then "Ipod Updates: Ok To Disconnect" comes up) but my library will not import. I restored the settings (and updated software). One thing - I did move my Itunes to an external drive ("F")a while back. Any suggestions anyone? Thanks,

    Brian, Monty, & Janet:
    If you moved the iTunes music files to another location without using iTunes to manage the move, you will cause iTunes to lose track of the music and possibly the entire Library.
    Personally, I find it best to keep the iTunes
    i program files
    installed on the C: drive. While not completely necessary, it does make sense to manage all program files under the Windows default directory, if for no other reason than ease of locating the program.
    Where the actual music
    i files
    are kept is not critical, as long as iTunes is aware of their location.
    Let iTunes keep its
    i music database
    file (the 'iTunes Library.itl' meta-data file) wherever it wants and
    b do not move it,
    as this will completely confuse iTunes resulting in a loss of your music
    i information
    See these posts for some additional information and possible solutions. Read all the links provided within those posts as well. Post back if you have more questions before you attempt to fix this situation, unless you are completely sure of what you are doing and why. Chances are, we can get your Library back to normal and then move it to where you want it to be.
    Buegie, "COPIED LIBRARY TO NEW DRIVE" #3, 08:22am Aug 15, 2005
    Buegie, "Transferred music to new hard drive, Getting !!" #1, 08:22pm Jul 25, 2005 CDT
    Buegie, "Still having problems with exhd HELP!!!!!!!!!!!!!!" #1, 08:55pm Aug 17, 2005
    Buegie, "Help with moving music...PLEASE!!!!!!!!!!!" #1, 10:37pm Aug 25, 2005
    Buegie, "Changing to new computer with songs on 2nd HD" #1, 12:33am Aug 30, 2005
    Buegie, "Moving iTunes Library - Retaining Library Song Settings?" #2, 12:59am Aug 23, 2005
    Buegie, "2 PCs, 1 External Drive, 1 i-Pod, music management w/ i-Tune" #2, 09:37am Aug 25, 2005

  • Help Please - Spry Menu

    Hello,
    I'm trying to figure out a problem with a spry menu. It looks fine in Firefox and Safari, but shows white space at the top of the menu (and above each sub-menu) in IE. The site is at http://espcfrederick.com.
    Does anyone know what could be causing this issue, and better yet, how to fix it?
    I greatly appreciate any insight you can offer.

    If the DOCTYPE declaration does not appear on the very first line of the document, IE goes into Quirks mode, in other words, it degrades to IE5
    Fix that and your woes will have gone.
    Gramps

  • Parent Controls will not allow Pages, Numbers or Motion to launch

    I upgraded my kids computer to Yosemite and they can not launch Pages, Numbers or Motion. If I log on to the computer as an admin they launch fine. I have verified in Parent Controls that I have granted them access to those programs. Any suggestions? (os=10.10 (14A389)

    I was able to 'always allow' access to those programs by entering my password, while they were logged in. Good luck, still having issues with time limits and being able to login to parental control from admin preferences..

  • Microsoft Update KB2670838 will not allow PDFs to display in Internet Explorer 11 and 10

    HI all,
    When upgrading to Internet Explorer 11/10 in Windows 7 Enterprise, there is an update KB2670838. It halts the operations of PDF's into the browser, instead it throws up a blank page with a small box thats crossed and it wont let them show up in Adobe Acrobat/Reader.This update is a requirement for Internet Explorer 11 to install and while wed love to get on the latest version, we just cant with this problem. Internet Explorer 9 displays PDFs in broswer just fine.
    We have tried in Adobe to make it so it will not display in broswer by unchecking that option, but it still does not display. reading up on it there is a registry hack that helps alivate this but it is only for Windows 8/8.1.
    Any tips/solutions/Help for this would be appreciated for this.
    Thanks!

    The solution is http://support.microsoft.com/kb/2716529 but as you write, the "fixit" is only for Windows 8.
    To apply it on Windows 7, download, unzip, then run the attached registry script.

  • WRT610N V1 will not allow port forwarding via HP Mediasmart Server

    I have the WRT620N router and an HP MediaSmart server connected to it.  My source is a cable modem.  WHen I try to set up the server for remote access, the router is not found.  I am continually getting "Port Forwarding failed" errors from the server.  I also have several iPhone apps used to control devices on the network (DVR, BluRay player,etc) that will not connect.  (These worked before I changed to this router.) 
    I have verified that the UPnP is enabled.
    I have been struggling with this issue for several months and have not had any luck getting help from the forums, but will tryi again.
    Any help would be appreciated.
    Thanks,
    Joel WZ
    Thanks,
    Joel WZ

    Did you tried to enable Remote Management Access on the router setup page?
    If no, then Enable Remote Management Access under Administration tab and then check.

  • My new Airport Extreme will not allow access to a Microsoft Exchange server

    I just installed a new Airport Extreme at home and now I cannot access my work e-mail which is on a Microsoft Exchange Server.  If I go back to my old wi-fi Access Point my work e-mail comes in and out with no problems, but when I hook the Airport Extreme it keep saying the connection is bad and to check the e-mail username and password.

    If you setup the AE wrongly, as a router when you already have a router, then you must bridge the AE. Apple nowadays reckon they should be top dog and force the AE to router mode.. unfortunately this is wrong on at least 50% of the setups and their support says double NAT doesn't matter.. well it does matter.
    You can do a simple test.. traceroute 8.8.8.8 from terminal or network utility.
    If you find two separate private IP addresses the AE is setup wrongly and it must go to bridge mode.
    Eg.. here is mine.. you will note there is hop 1, the main router.. 192.168.2.254 and the next hop is internet IP.
    What you want to avoid is 10.0.1.1 and then 192.168.1.1 or any other combo of private IP addresses.
    If the AE is setup correctly and there is only a single private IP in the traceroute then you have a different issue.
    The AE is blocking the ports required for you to access your mail.
    You will need to setup manual port forwarding to get this working. There is no firmware fix as this issue is in every firmware for the AC version AFAIK, but certainly if you are trying on previous firmware check for upgrade.
    Port forwarding check what ports are required..
    https://support.microsoft.com/kb/176466/EN-US
    And folllow the instructions to open them.
    https://discussions.apple.com/docs/DOC-3415

  • My verticle Spry menu will not work in Internet Explorer

    I know a lot of people have posted about similar issues, and I've researched multiple "solutions" on multiple forums for something that will work, but nothing has solved the problem so far.
    Here is a link to the prototype homepage: http://www.abrasivesales.com/indexnew.html
    Everything looks great on my mac when opened in Firefox or Safari, however when opened on Internet Explorer on a PC, the menu ceases to be verticle, instead extending horizontally past the end of the screen.  Also, the menu items adopt a white background color, and none of the submenu items will appear when their parent menu item is rolled over.
    PLEASE HELP....this issue has kept me from launching the site for a week now, and my superiors are wondering why this problem is taking me longer than it did to build the homepage in the first place, so I'd love to look like less of an idiot.
    I assuming this is a CSS issue, so I've posted my CSS code below:
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
    ul.MenuBarVertical
        margin: 0;
        padding: ;
        list-style-type: none;
        font-size: 12px;
        cursor: default;
        font-weight: bold;
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        left: 0px;
        top: 0px;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are same fixed width as parent */
    ul.MenuBarVertical li
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 150px;
        margin: 0;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
        margin: 0 0 0 100%;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: absolute;
        z-index: 1020;
        cursor: default;
        left: -1000em;
        top: 0;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
        left: 0;
        width: 165px;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
        width: auto;
    #masterContainer #container #sidebar #sideNav2 li ul li {
        top: -400px;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
        border: 0
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
        border: 0
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarVertical a
        display: block;
        cursor: pointer;
        padding: 2px 3px;
        color: #333;
        text-decoration: none;
        font-family: "Comic Sans MS", cursive;
        font-size: 13.5px;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
        background-color: #33C;
        color: #FFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
        background-color: #1A6AF4;
        color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarVertical li.MenuBarItemIE
            display: inline;
            f\loat: left;
            background: #FFF;
    #masterContainer #container #sidebar #sideNav2 {
    #masterContainer #container #sidebar li ul li  {
        background-color: #F4EC9A;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarVertical li.MenuBarItemIE
    display: inline;
    float: left;

    I solved one of my own problems.  It turns out I still had a setting for width set to "auto" instead of a pixel amount.  So now my menu displays normally and my submenus are no longer invisible.
    One one tab, "Products", I set the top at -430px, which internet explorer seems to ignore.  I'm so close!  I'll search for the answer but any help is greatly appreciated.

  • Help Please! Macbook will not boot after MacOffice install

    I've never used a mac before until now. I've a 2.2ghz, 2gb ram macbook(late '07, it has an *hitachi HD* which I've had for less than a week and was running fine until I installed mac office 2004 student edition.
    During the installation process i was prompted to update macoffice and after a while i couldnt see the microsoft update status bar and i just got to the screen where it said installation complete, I clicked 'finish'and then I waited for 30mins or more where i got a spinning colour wheel, and the fans were spinning a lot and it felt quite warm so I decided to turn it off.
    When I booted up again I got a *flashing folder with a question mark* on the white/greyish screen. After resetting the P/VRAM(?) a number of times I eventually got into the desktop. Thinking that microsoft must have corrupted some system files. I decided to do an erase and install but when i tried to do it I got a warning screen with 'install failed'and 'the installer is experiencing errors installing on "macintosh HD" The disk may be damaged. Please try installing on another disk...click restart and try again'.
    I then tried to use 'disk utility'using the os x disc. I ran first aid on the macintosh HD. I verified and repaired disk permissions but when i tried running verify/repair disk i get in red 'Invalid b-tree node size, volume check failed..Error:filesystem verify or repair failed.'
    The lines for apple care are shut today as well..any light shed on this problem appreciated. Any ideas what i can do...I really hope it isnt hardware failure..but the hard shutdown/restart suggest it may be?
    Message was edited by: Anon87
    Message was edited by: Anon87
    Message was edited by: Anon87

    The question mark means that important system files needed for startup are either missing or damaged. The only solution is to boot from your Installer DVD and perform an Archive and Install or an Erase and Install.
    How to Perform an Archive and Install
    1. Be sure to use Disk Utility first to repair the disk before performing the Archive and Install.
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger) and/or TechTool Pro (4.5.2 for Tiger) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Do not proceed with an Archive and Install if DU reports errors it cannot fix. In that case use Disk Warrior and/or TechTool Pro to repair the hard drive. If neither can repair the drive, then you will have to erase the drive and reinstall from scratch.
    3. Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When you reach the screen to select a destination drive click once on the destination drive then click on the Option button. Select the Archive and Install option. You have an option to preserve users and network preferences. Only select this option if you are sure you have no corrupted files in your user accounts. Otherwise leave this option unchecked. Click on the OK button and continue with the OS X Installation.
    4. Upon completion of the Archive and Install you will have a Previous System Folder in the root directory. You should retain the PSF until you are sure you do not need to manually transfer any items from the PSF to your newly installed system.
    5. After moving any items you want to keep from the PSF you should delete it. You can back it up if you prefer, but you must delete it from the hard drive.
    6. You can now download a Combo Updater directly from Apple's download site to update your new system to the desired version as well as install any security or other updates. You can also do this using Software Update.

  • Firefox will not allow page printing since today's update. Why? I can still print from Thunderbird and I.E.

    I think I received a Firefox up date today. Now when I try to print from any page on the browser I get a blank page. Thinking I was having a computer problem I reluctantly booted Internet Explorer. No problem printing. I went to Thunderbird and have not trouble printing any of my emails, so I think the problem is in Firefox. I have been a Firefox user for years and never had this problem. I am running Win XP

    You're welcome. I look forward to the day that Mozilla writes all new print-related code so we don't have to deal with problems like this.

  • Help my iphone 3g will not allow me to reinstall the Facebook app

    i keep getting an error message saying facebook cant be loaded at this time? I downloaded the apple update and ever since i havnt been able to re install the app? Please help..

    Try restarting your iPhone by holding down the on/off and the home buttons at the same time until your see the Apple logo.  Then try again. 

  • HT5622 HELP! MY IPHONE WILL NOT ALLOW ME TO UPDATE MY FREE APPS WITHOUT BILLING INFO?

    Ok so my App Store hasn't let me update any of my apps because it's saying I need to put in proper billing info, when I do it never goes through? All my apps were FREE so why can't I update them &amp; why is it asking this? i've been having this problem since I've updated to the ios7
    Additional Info
    I have a iPhone 4s
    I've bought apps before but deleted them
    All my apps are mostly Facebook and Instagram

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Dreamweaver CC will not allow me to undo once I save.

    Has anyone else run into this problem and if so, is there a setting to change it? I am working from a macbook pro.

    See if clearing the program cache helps, it fixes a lot of weird "just started happening" errors...
    http://forums.adobe.com/thread/494811

Maybe you are looking for