I was working on my spry menu bar and now my sidebar1 photo moves with the menu bar?

I was working on my spry menu bar, and getting really far with it thanks to GRAMPS, and all of a sudden I wanted to put padding of 30px top and 30 px bottom on the sidebar1 photo in the container and now all of a sudden the home.jpg photo in the sidebar moves when you hover over the menu bar. 
I can noit for the life of me figure out what changed and somehow was so excited about my spry menu bar working that I did not save the most recent working page.    Can anybody look at this with me and let me know what changed to mess the page up on me.
Thanks a million.
Ted
site is located here http://www.subzerorefrigeration.com 
None of the links are working I have just been playing with the spy menu for weeks.  I finally figured it out and do not belive the error is in the spry style sheets. 
Here is the code for my page.  I know I am working with a template.  I really do not want to start over if a <div> tag is missing.
Any other suggestions would be appreciated.
<!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>Sub Zero Refrigeration Heating and Air Conditioning in Midlothian Illinois</title>
<style type="text/css">
<!--
body {
    margin: 0;
    padding: 20;
    color: #000;
    background-color: #b7e3ea;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 100%;
    line-height: 1.4;
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
    padding: 0;
    margin: 0;
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
    padding-right: 15px;
    padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    color: #000099;
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
    border: none;
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
    color: #42413C;
    text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
a:visited {
    color: #6E6C64;
    text-decoration: underline;
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    text-decoration: none;
    color: #000099;
/* ~~this fixed width container surrounds the other divs~~ */
.container {
    width: 960px;
    background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
    background-color: #b7e3ea;
    padding: 0px;
/* ~~ These are the columns for the layout. ~~
1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.
3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.
4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.
.sidebar1 {
    float: left;
    width: 180px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    padding-top: 30px;
.content {
    padding: 10px 0;
    width: 780px;
    float: left;
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
    padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
    list-style: none; /* this removes the list marker */
    border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
    margin-bottom: 15px; /* this creates the space between the navigation on the content below */
ul.nav li {
    border-bottom: 1px solid #666; /* this creates the button separation */
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
    padding: 5px 5px 5px 15px;
    display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
    width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
    text-decoration: none;
    background: #C6D580;
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
    background: #ADB96E;
    color: #FFF;
/* ~~ The footer ~~ */
.footer {
    padding: 0px;
    position: relative;/* this gives IE6 hasLayout to properly clear */
    clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
    background-color: #B7E3EA;
    color: #000099;
    width: 960px;
verybottomfooter {
    padding: 10px;
.footerlightblue {
    background-color: #B7E3EA;
.container .footer table tr th {
    background-color: #FFF;
    color: #000099;
/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
    float: left;
    margin-right: 8px;
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
.container .footer2 #footer3 .footer p {
    text-align: center;
.container .footer2 #footer3 .footer p {
    font-size: medium;
.container .footer2 #footer3 .footer p {
    font-size: small;
    background-color: #B7E3EA;
-->
</style>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container">
  <div class="header"><!-- end .header -->   
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="125" height="190" align="left" id="FlashID" title="Sub Zero Refrigeration &quot;Subby&quot; Logo">
      <param name="movie" value="Images/SubbyMovie.swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="7.0.70.0" />
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object data="Images/SubbyMovie.swf" type="application/x-shockwave-flash" width="125" height="190" align="left">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="7.0.70.0" />
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
        <div>
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
        </div>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>
    <img src="Images/HeaderOriginal.jpg" alt="Sub Zero Refrigeration Heating and Air Condtioning Header Photo" width="834" height="190" align="left" /><br />
  </div>
  <div class="container" id="navbar"> </div>
<div class="namephoto">
<ul id="MenuBar" class="MenuBarHorizontal">
   <li><a class="MenuBarItem" href="#">Home</a></li>
   <li><a class="MenuBarItemSubmenu" href="#">About Us</a>
     <ul>
       <li><a href="#" class="MenuBarItemSubmenu">Our Staff</a>
         <ul>
           <li><a href="#">Bud Wagner</a></li>
           <li><a href="#">Tim Wagner</a></li>
           <li><a href="#">Dave Allen</a></li>
           <li><a href="#">Terry Burke</a></li>
           <li><a href="#">Larry Skarr</a></li>
           <li><a href="#">Niko Opla</a></li>
           <li><a href="#">Gina Ames</a></li>
           <li><a href="#">Laura Kane</a></li>
         </ul>
       </li>
       <li><a href="#">Our Service Area</a></li>
       <li><a href="#">Our Mission Statement</a></li>
       <li><a href="#" class="MenuBarItemSubmenu">Why Choose Sub Zero Refrigeration?</a>
         <ul>
           <li><a href="#">Our Review's</a></li>
           <li><a href="#">Our Competition's Reviews</a></li>
         </ul>
       </li>
       <li><a href="#" class="MenuBarItemSubmenu">Careers</a>
         <ul>
<li><a href="#">HVAC Technician</a></li>
<li><a href="#">HVAC/R Installer</a></li>
<li><a href="#">Commercial Refrigeration Technician</a></li>
         </ul>
       </li>
       <li><a href="#">Testimonials</a></li>
       <li><a href="#" class="MenuBarItemSubmenu">Easily Leave Us a Review</a>
         <ul>
           <li><a href="#">On &quot;YAHOO&quot;</a></li>
           <li><a href="#">On &quot;YELP&quot;</a></li>
           <li><a href="#">On &quot;MERCHANT CIRCLE&quot;</a></li>
           <li><a href="#">On &quot;GOOGLE PLACES&quot;</a></li>
         </ul>
       </li>
</ul>
   </li>
   <li><a class="MenuBarItemSubmenu" href="#">Repair</a>
     <ul>
<li><a href="#">Commercial Refrigeration</a></li>
<li><a href="#">Commercial Rooftop</a></li>
<li><a href="#">Commercial Ice Machine</a></li>
<li><a href="#">Air Conditioning </a></li>
<li><a href="#">Boiler</a></li>
<li><a href="#">Furnace</a></li>
<li><a href="#">Heat Pump</a></li>
<li><a href="#">Indoor Air Quality</a></li>
<li><a href="#">Schedule A Service Call</a></li>
     </ul>
</li>
   <li><a class="MenuBarItemSubmenu" href="#">Sales</a>
     <ul>
<li><a href="#">Commercial Refrigeration</a></li>
<li><a href="#">Commercial Rooftop</a></li>
<li><a href="#">Commercial Ice Machine</a></li>
<li><a href="#">Air Conditioning</a></li>
<li><a href="#">Boiler</a></li>
<li><a href="#">Furnace </a></li>
<li><a href="#">Heat Pump</a></li>
<li><a href="#">Indoor Air Quality</a></li>
<li><a href="#">Financing</a></li>
       <li><a href="#">Schedule a &quot;FREE&quot; Computerized ACCA MJ8 Equipment Replacement Estimate </a></li>
     </ul>
</li>
   <li><a class="MenuBarItemSubmenu" href="#">Maintenance</a>
     <ul>
<li><a href="#">Commercial Refrigeration Service Agreements</a></li>
<li><a href="#">Commercial Rooftop Service Agreements</a></li>
<li><a href="#">Commercial Ice Machine Service Agreements</a></li>
<li><a href="#">Residential Air Conditioning Service Agreements</a></li>
<li><a href="#">Residential Boiler Service Agreements</a></li>
<li><a href="#">Residential Furnace and IAQ Service Agreements</a></li>
<li><a href="#">Heat Pump Service Agreements</a></li>
</ul>
</li>
   <li><a class="MenuBarItemSubmenu" href="#">Products</a>
     <ul>
       <li><a href="#" class="MenuBarItemSubmenu">Commercial Refrigeration</a>
         <ul>
           <li><a href="#">Beverage Air</a></li>
           <li><a href="#">Beacon Smart Controller</a></li>
           <li><a href="#">Continental</a></li>
           <li><a href="#">Crown Tonka Walk Ins</a></li>
           <li><a href="#">Delfield</a></li>
           <li><a href="#">Heatcraft Refrigeration</a></li>
           <li><a href="#">Hoshizaki Refrigeration</a></li>
<li><a href="#">International Cold Storage</a></li>
<li><a href="#">Kelvinator</a></li>
<li><a href="#">Kolpak</a></li>
<li><a href="#">Larkin Refrigeration</a></li>
<li><a href="#">Perlik Bar and Beverage Equipment</a></li>
<li><a href="#">True Refrigeration</a></li>
         </ul>
       </li>
       <li><a href="#" class="MenuBarItemSubmenu">Commercial Rooftop</a>
         <ul>
           <li><a href="#">Arcoaire</a></li>
           <li><a href="#">American Standard</a></li>
         </ul>
       </li>
       <li><a href="#" class="MenuBarItemSubmenu">Commercial Ice Machine</a>
         <ul>
           <li><a href="#">Hoshizaki Ice Machines</a></li>
           <li><a href="#">Manitowoc Ice Machines</a></li>
           <li><a href="#">Scotsman Ice Machines</a></li>
         </ul>
       </li>
       <li><a href="#" class="MenuBarItemSubmenu">Air Conditioning</a>
         <ul>
           <li><a href="html/subzero/arcoaireaircondioning.html">Arcoaire</a></li>
           <li><a href="html/subzero/americanstandardairconditioning.html">American Standard</a></li>
           <li><a href="html/subzero/mitsubishiairconditioners.html">Mitsubishi</a></li>
         </ul>
     </li>
       <li><a href="#" class="MenuBarItemSubmenu">Boiler </a>
         <ul>
           <li><a href="#">Weil McLain Residential</a></li>
           <li><a href="#">Weil McLain Commercial</a></li>
         </ul>
   </li>
       <li><a href="#" class="MenuBarItemSubmenu">Furnace </a>
         <ul>
           <li><a href="#">Arcoaire</a></li>
           <li><a href="#">American Standard</a></li>
           <li><a href="#">Mitsubishi</a></li>
         </ul>
   </li>
       <li><a href="#" class="MenuBarItemSubmenu">Heat Pump </a>
         <ul>
           <li><a href="#">Arcoaire</a></li>
           <li><a href="#">American Standard</a></li>
           <li><a href="#">Mitsubishi</a></li>
         </ul>
   </li>
       <li><a href="#" class="MenuBarItemSubmenu">Indoor Air Quality</a>
         <ul>
           <li><a href="#">Aprilaire Humidifiers</a></li>
           <li><a href="#">Honeywell Electronic Air Cleaners</a></li>
           <li><a href="#">Honeywell Thermostats</a></li>
         </ul>
   </li>
     </ul>
</li>
   <li><a class="MenuBarItemSubmenu" href="#">Job Photos</a>
     <ul>
<li><a href="#">Commercial Refrigeration</a></li>
<li><a href="#">Commercial Rooftop</a></li>
<li><a href="#">Commercial Ice Machine</a></li>
<li><a href="#">Air Conditioning</a></li>
<li><a href="#">Boiler</a></li>
<li><a href="#">Furnace</a></li>
<li><a href="#">Heat Pump</a></li>
<li><a href="#">Indoor Air Quality</a></li>
     </ul>
   </li>
   <li><a class="MenuBarItemSubmenu" href="#">Cool Savings</a>
     <ul>
       <li><a href="#">Monthly Specials</a></li>
       <li><a href="#">Manufacturers Rebates</a></li>
       <li><a href="#">Utility Rebates</a></li>
       <li><a href="#">Website Coupons</a></li>
<li><a href="#">Customer Referral Program</a></li>
     </ul>
   </li>
   <li><a class="MenuBarItemSubmenu" href="#">Social</a>
     <ul>
       <li><a href="#">&quot;LIKE&quot; Us on Facebook</a></li>
       <li><a href="#">&quot;FOLLOW&quot; Us on Twitter</a></li>
<li><a href="#">Facebook Disclaimer</a></li>
     </ul>
</li>
<li><a class="MenuBarItem" href="#">Contact Us</a>  </li>
</ul>
<p><br />
</p>
<div class="sidebar1"><img src="Images/home.jpg" alt="Home Page Photo" width="105" height="240" /></div></div>
  <div class="content">
    <h1>Instructions</h1>
    <p>Be aware that the CSS for these layouts is heavily commented. If you do most of your work in Design view, have a peek at the code to get tips on working with the CSS for the fixed layouts. You can remove these comments before you launch your site. To learn more about the techniques used in these CSS Layouts, read this article at Adobe's Developer Center - <a href="http://www.adobe.com/go/adc_css_layouts">http://www.adobe.com/go/adc_css_layouts</a>.</p>
    <h1>Clearing Method</h1>
    <p>Because all the columns are floated, this layout uses a clear:both declaration in the .footer rule.  This clearing technique forces the .container to understand where the columns end in order to show any borders or background colors you place on the .container. If your design requires you to remove the .footer from the .container, you'll need to use a different clearing method. The most reliable will be to add a &lt;br class=&quot;clearfloat&quot; /&gt; or &lt;div  class=&quot;clearfloat&quot;&gt;&lt;/div&gt; after your final floated column (but before the .container closes). This will have the same clearing effect.</p>
    <h3>Logo Replacement</h3>
    <p>An image placeholder was used in this layout in the .header where you'll likely want to place  a logo. It is recommended that you remove the placeholder and replace it with your own linked logo. </p>
    <p> Be aware that if you use the Property inspector to navigate to your logo image using the SRC field (instead of removing and replacing the placeholder), you should remove the inline background and display properties. These inline styles are only used to make the logo placeholder show up in browsers for demonstration purposes. </p>
    <p>To remove the inline styles, make sure your CSS Styles panel is set to Current. Select the image, and in the Properties pane of the CSS Styles panel, right click and delete the display and background properties. (Of course, you can always go directly into the code and delete the inline styles from the image or placeholder there.)</p>
    <h4>Backgrounds</h4>
    <p>By nature, the background color on any div will only show for the length of the content. This means if you're using a background color or border to create the look of a side column, it won't extend all the way to the footer but will stop when the content ends. If the .content div will always contain more content, you can place a border on the .content div to divide it from the column.</p>
    <!-- end .content --></div>
  <div class="footer">
    <table width="960" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <th width="102" scope="col"> </th>
        <th width="101" scope="col"> </th>
        <th width="106" scope="col"> </th>
        <th width="120" scope="col"> </th>
        <th width="172" scope="col"> </th>
        <th width="120" scope="col"> </th>
        <th width="103" scope="col"> </th>
        <th width="136" scope="col"> </th>
      </tr>
      <tr>
        <td colspan="2"><img src="Images/van.jpg" alt="Sub Zero Refrigeration Heating and Air Conditioning Service Van" width="243" height="109" align="left" /></td>
        <td colspan="6"><img src="Images/footer_right.jpg" width="717" height="109" alt="Footer" /></td>
      </tr>
    </table>
  </div>
  <div class="footer2">
    <div class="footer">
    <table width="960" height="62" border="1" align="center" cellspacing="8">
      <tr valign="middle">
        <th width="234" scope="col">Schedule a Service Call</th>
        <th width="247" scope="col"><p>Schedule Free New Equipment Replacement Estimate</p></th>
        <th width="99" scope="col"><a href="https://www.acca.org/consumer/find-a-contractor" target="_blank"><img src="Images/acca.gif" width="85" height="48" alt="ACCA Sub Zero Refrigeration" /></a></th>
        <th width="94" scope="col"><a href="http://www.bbb.org/chicago/business-reviews/heating-and-air-conditioning/sub-zero-refriger ation-and-a-c-in-midlothian-il-7695" target="_blank"><img src="Images/BBB.png" width="87" height="48" alt="Sub Zero Refrigeration BBB A+ Rating" /></a></th>
        <th width="84" scope="col"><a href="http://www.natex.org/" target="_blank"><img src="Images/nate.png" width="76" height="74" alt="NATE Sub Zero Refrigeration" /></a></th>
        <th width="83" scope="col"><a href="http://www.twitter.com/subzerorefrig" target="_new"><img src="Images/twitter_logo.jpg" width="69" height="69" alt="Follow us on Twitter" /></a></th>
        <th width="143" scope="col"><a href="https://www.facebook.com/subzerorefrig" target="_new"><img src="Images/facebook.png" width="81" height="81" alt="" /></a></th>
      </tr>
    </table>
    </div>
    <div class="footer3" id="footer3">
      <div class="footer">
        <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <th width="960" style="background-color: #B7E3EA; font-size: 10px; font-family: Arial, Helvetica, sans-serif" scope="col">Home |  About Us | Repair | Sales | Maintenance | Products | Our Job Photos | Cool Savings | Social | Contact Us | Schedule Free New Equipment Estimate | Schedule Service | Site Map<br />
            Search Sub Zero Refrigeration Heating and Air Conditioning<br />            </th>
          </tr>
        </table>
        <p><!-- end .container -->      Copyright 1999-2013 | Last updated on
          <!-- #BeginDate format:Am1 -->February 19, 2012<!-- #EndDate --> | Web designer's - Ted Wagner and Cherie White Cachampis      </p>
      </div>
    </div>
  </div>
</div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
swfobject.registerObject("FlashID");
</script>
</body>
</html>

I seem to have fixed it by putting <div  class="clearfloat"></div> after the navigation bar?

Similar Messages

  • I have a 4th generation iPod touch which was working perfectly until I downloaded ios5 and now it won't connect to my wi-fi - all other devices working correctly. Where can I download ios 4.3.5 from?

    I have a 4th generation iPod touch which was working perfectly until I downloaded ios5 and now it won't connect to my wi-fi - all other devices working correctly. My pc didn't create a backup before updating software so I can't revert back to ios 4.3.5 from there, where can I download ios 4.3.5 from?

    I tried just about everything and finally brought my Ipod touch to the apple store.  The tech installed ios 4.3.5 but still no WIFI.  He recommended a $149 exchange - not really a bad deal with a new battery and 90 day warranty, but I thought I'd try again.
    The "solution" was bizarre.  On YouTube was a fix involving taking the motherboard out and heating the wifi components with a heat gun.
    I did not like that idea, but another involved turning it off, putting it in the freezer for five minutes and restarting.  It worked!  I must admit the fix does not work reliably, so I may still go for the exchange.  Still, I am now convinced that it is a hardware problem.    i remember back in the old days, TV repairmen sprayed a suspected bad resistor with Freon.  The chilled component would work long enough to identify what needed replacement.  Perhaps something similar is happening here.
    For anyone wanting to try this, I found it more convenient to place the back of my ipod on a  frozen cold pack until the wifi is restored.  It seems to happen when condensation forms on the face.  I used a towel to wipe off the moisture so as not to add to the problem.

  • I accepted a version update and now iTunes closes on launch with the message "iTunes has stopped working. Windows will close the program and notify you if a solution is available." What to do?

    I accepted a version update and now iTunes closes on launch with the message "iTunes has stopped working. Windows will close the program and notify you if a solution is available." What to do?

    Hey Todd Rubenson,
    Thanks for the question. I understand that you are experiencing issues with iTunes for Windows unexpectedly quitting. The following resource may provide a solution:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/TS1717
    Thanks,
    Matt M.

  • HT1483 My ipod needed repairing, so I backed up the data into restore file. My ipod was swapped for a totally new ipod and now I am having difficulty reloading the restored data that I saved. I keep getting the corrupt or not compatible MSG??? Any Ideas

    My IPOD needed repairing, so I backed up my personal data into a restore file. In the end my ipod was exchanged for a brand new one and now I am having difficulty with restoring all of my data that I saved.
    While trying to restore through iTunes I keep gettingthe corrupt or not compatible error message. Does anyone have any ideas or experience with this issue?
    Much Appreciated for any help!

    You can not restorea a backup made with a newer version of iOS to a phone with an older version of iOS.
    1400 photos stored on the phone? Do you not EVER extract them? The camera roll is intended to be temporary storage. Like the SD card in a digital camera. You should be extracting them to your computer on a regular basis.
    Contacts should be synced to a compatible contact manager or cloud service. If you were not doing any of these things, guard your backups with your life and make sure your computer is being backed up on a regular basis, because you won't be able to get them back until you get a new phone with at least the same version of iOS that your 4 had.
    There are 3rd party applications that say they can extract this information from a backup file, but I don't have personal experience with them.

  • I downloaded the new iOS6 and now I can not connect with the iTune or App stores. My wi-fi works.

    I downloaded the new iOS6 update to my 4s and now I can not connect with the iTune or App store. How do I fix it? My Wi-Fi works fine.

    (A) Reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.
    (B) Reset all settings
    Settings>General>Reset>Reset all settings
    Note: Data will not be affected but settings will be reset.

  • Ipod touch was working till i connected to itunes and now won't turn on

    I connected it and asked for me to authorize like sixty applications and every time i tried itunes timed out.While doing so it had the apple logo with the loading screen around it and after the third try the ipod became unresponsive.It will not turn on,or restore.I tried holding the two buttons for a full min but still nothing,please help...

    OK, problem solved.
    I didn't want to restore my iPod until I knew that it was something to do with my hard drive. Also I was a bit hesitant because the songs were playing fine on my iPod. It just wasn't being recognized by my computer when I connected it.
    However when I dropped by the Apple Store they were swamped with customers. I didn't get a chance to see anyone at the Genius Bar.
    So I decided to restore my iPod, even if it meant I would be losing all my songs.
    This is my 3rd iPod (my other ones broke) so I knew all about backing my songs onto a CD.
    After I restored it it was working fine!
    So I suggest all you people to BACK UP YOUR MUSIC.
    There were so many times when my iPod screwed up on my and I lost everything.

  • Menu Bar - Sound Volume icon does not move with the press of the F key

    So I normally press the F keys to control the Sound Volume, right, just like everyone else does -
    but the Sound Volume icon in the Menu Bar at the top right does not respond to the F key at all!
    Isn't it supposed to react simultaneous with the press of the F key?
    I have to actually use my mouse click to make that volume go up and down.
    The actual volume does work with the F key, it goes up and down.
    But to make the 2 work in sync, I have to point the mouse to the one at the Menu Bar, fiddle with it, and then I can use the F key and both work together at the same time.
    If I haven't touched the Menu Bar one for a while and I only use the F key, the Menu Bar one doesn't move at all.
    It's weird. Any ideas?

    I see what Al is seeing. Normally I just use one method or the other. The Volume Adjustment keys provide visual feedback, so it's unnecessary to check the menu extra, i.e. the Volume menu bar icon, to see the same feedback.
    The slight delay in the reaction of the Volume menu extra, when open and while adjusting the volume with the Volume keys is normal.
    They're independent methods for adjusting the Volume setting. The Volume menu extra takes a moment to refresh when the slider is displayed and you're changing the setting via the Volume keys.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • Elements 12 does not want to launch. I was working earlier on it, no problem, and now nothing?

    It was working earlier, now it does not launch at all. ZERO

    Please try steps mentioned on blog: Photoshop Elements (PSE) knowledge base. and see if that resolves your issue.
    ~Surendra

  • HT1766 I need help.  My iphone 4S was working fine a few minutes ago, and now it is black - it won't turn on at all

    I need hlep with my Iphone 4S.  Was working fine a few minutes ago - now it won't respond.  Just a dead phone.  Was totally charged.  Won't work when plugged into charger either.

    Do a
    Reset: Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Note: You will not lose any data

  • Trying to restore iphone 3gs after it froze. Keep getting error code 9 to do with usb drop off. I restored it last night and it was working then froze again this morning and now error 9 all the way! Help!

    have tried downloading most up to date version of i tunes, restarting computer, different usb lead, different usb port, checked / disabled security measures... nothing seems to work and it just keeps saying waiting on iphone when it is trying to restore but the loading bar appears empty on the iphone screen then nothing happens, phone goes blank and error message pops up!

    Is your phone jailbroken?

  • I updated firefox and now everything i click on below the tab bar does not work for any website! please help

    it was working fine before i updated to the new Firefox version 8. can i delete this version or can i fix this problem

    Do you have AVG Safe Search installed? It blocks use of the Enter key after typing in a search string.
    Disable it by clicking the Firefox button, go to Add-ons, then Extensions. You should be able to find it in there.

  • Windows Media Player plugin was working fine before updating to 4 and now i've tried every single advice found in here and still can get it to work even though it is enabled on the add-ons page. Any new trick to try?

    worked fine with 3.6
    updated to 4
    tried uninstall/install plugin
    .dll downloads
    disable/enable different plugins
    next step is format?

    I seem to have fixed it by putting <div  class="clearfloat"></div> after the navigation bar?

  • Siri was working on my 4s  this morning and now reads message uh oh something wrong

    I was just using Siri this afternoon and now it is giving me an error message uh oh there;'s somethingwrong. would you like to try again?
    any ideas?

    Does this only occur in Firefox?
    Try the following:
    # Go to Firefox options
    # Go to the Advanced tab
    # Select the Network tab from this tab
    # Under the Connection section, click the Settings... button
    # Select Use System Proxy Settings
    Please report back soon.
    If the issue occurs on other browsers, try the following:
    * Ensure the internet router/cable is connected to your computer and internet plug
    * Check your computer's DNS settings
    * Scan your computer for viruses, malware and bad registries
    * Contact your internet provider for more assistance

  • My ipod touch 5 wont turn on. It was working fine about an hour ago and now it does tot respond to any action i take.

    My ipod 5 suddenly wont turn on and is not responsive to any action, what can i try?

    Try:                                               
    - iOS: Not responding or does not turn on           
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable              
    - Try on another computer                                                       
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar                                     

  • I just upgraded and lost my bookmarks, tool bar and tabs at thre bottom. Even the green bar is gone

    I don't know any more details. I just want my computer back to where it was before upgrading firefox

    If you do not like the new appearance of Firefox 4 then you can change some setting to restore the Firefox 3 appearance.
    You can right click the orange Firefox button to open the toolbar context menu or use (F10) View > Toolbars.
    * Click the Menu Bar entry to make the Menu Bar visible all the time.
    * Click "Tabs on Top" to remove the check mark and place the Tab Bar at its original position just above the browser window.
    * https://support.mozilla.com/kb/why-are-tabs-top
    You can use this extension to get the Status Bar back:
    * Status-4-Evar: https://addons.mozilla.org/en-US/firefox/addon/status-4-evar/
    More tips here:
    * http://www.computertechtips.net/64/make-firefox-4-look-like-ff-3-6/

Maybe you are looking for

  • How can i get my wife set up in iTunes - Same computer

    Hi guys I'm trying to figure out the best way to get my wife set up using her own iTunes accounts. She has an iPhone and iPad but her laptop is pretty rubbish so i set up a user account on my MBA for her. I use iTunes match under my account, under he

  • Duplicate files appearing in Windows Photo Gallery under Vista Home Basic.

    I am suffering a bout of duplications in my Windows Photo Gallery under Vista. I am getting duplicates, triplicates and quadruple versions of the original file. Despite turning off all Autoplay media types to 'No Action', I get random duplicates when

  • Writing data in different intervals than DAQ

    Hallo Would anybody please know how to write data to a file in different timing than the actual acquisition? Actually I acquire seven different channels than I average every 100 points and what I would like to do is write this one average value of ea

  • Ipod unknown error - does not update

    I got my battery changed on my ipod, and then I reinstalled the ipod software, but every time I try to upload songs onto it, it keeps saying: Attempting to copy to the disk failed. An unknown error occurred (-69). Has anyone else encounted this? PLEA

  • What is a good use of "Comments Field" in "Document Inspector"?

    Can anayone give me good examples of what is a good use for thsi field? Thanks.