Scrolling going over fixed header?

My pages are designed to scroll up under a fixed header and nav bar, but videos at least in  ie9 move over the top of the header and nav bar.  Pages scroll okay in firefox and chrome.  I am using w7 64bit dw cs6. Can anyone tell me how to fix the problem of the videos moving over the top of my header when scrolling?  I'm sure this is a simple css fix, but it is eluding me right now.
Thank you
jo

No it's not a glitch.
Be sure in your Layers Panel that your header elements are higher than your page content elements.
A good way to stop this from happening is to create three folders in your layers panel.
1: Header
2: Content
3: Footer
Have all your Header content in the Header folder in your layers panel, content in the content, etc.
That way your header content will always be at the top.

Similar Messages

  • Tips or tutorial for how to scroll content over header or over fixed photos ...

    ... like these two Adobe Muse Site-of-the-Day websites:
    Scroll over header: <http://www.zacharycrawley.co.uk/index.html>
    Scroll over fixed photos: <http://www.lauranet.nl/>
    Thanks much for any advice
    Bradley

    And here's another site that repeatedly scrolls new content over a photo — almost like sliding a new page over a preceeding one, but as a function of scrolling.
    I doubt this added website was done in Muse, but can Muse do this sort of thing repeatedly ... or just at the top of a page?
    <http://www.thesochiproject.org/en/chapters/the-summer-capital/&>
    Thanks again!
    Bradley

  • Table with fixed header and scroll bar

    Was able to use Dreamweaver 2004 to set up a table to display
    data from a MySQL table. But then the customer wanted to have a
    scroll bar on one side and fixed headers at the top "like Excel",
    because the number of rows retrieved were too long to fit on a
    page. This was harder than I thought. I had to use CSS and
    Javascript with a lot of help to make this happen. Then it didn't
    work in IE7, so I had to use a different approach for IE. I got it
    to almost work perfectly in IE7. It just has a tiny bit of the
    table visible scrolling by above the header rows.
    http://www.ykfp.org/php/lyletrap/tabletotalscss13.php
    Why does Microsoft make this so difficult? Why aren't web standards
    good enough for Microsoft? Is there a better approach to tables
    with scroll bars?

    When things go sour in any browser, validate your code.  I see you have some unclosed <table> tags which could effect page rendering.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.ykfp.org%2Fphp%2Flyletrap%2Ft abletotalscss09.php
    If you still have problems with IE8 after fixing the code errors, try adding this meta tag to your <head>.  It forces IE8 into IE7 mode.
    <meta http-equiv="X-UA-Compatible" content="IE=7">
    Hope that helps,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • How do I get the top banner to always be viewed while scrolling? (fixed header)

    How do I get the top banner to always be viewed while scrolling? (fixed header)

    Have you tried pinning the banner as an element?
    http://tv.adobe.com/watch/muse-feature-tour/muse-pin-objects-to-the-browser-window/

  • HT201317 Some of my photos in my Photo  Stream on my iPhone are not going over automatically to my computer.  How do I fix this?

    Some of my photos in my Photo Stream on my iPhone are not going over to my laptop.  I can't figure  out why, and I use them for scrapbooking.  My laptop is a PC NOT a MAC.

    Welcome to the Apple Community.
    For the avoidance of doubt, are the photos actually in photo stream on your iPhone or just in your camera roll?
    If they are in photo stream, then you might try turning photo stream off and on again on both devices, restarting both devices before enabling photo stream once again.

  • Fixed header

    I've used a CS5 dream weaver template and altered it. I'm try to have a fixed header with the body scroll behind in like this site. http://saturday-london.com/
    My header is hidden behind the body, how canI change it. I've linked my page and my added the html code at the bottom if someone can tell me where I'm going wrong.
    My page: http://www.connexioneure.com/Maision.html
    html listed below.
    Thanks!!
    <!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>Maision</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    body {
        margin: 0;
        padding: 0;
        color: #000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 1.6;
        background-color: #FFF;
    /* ~~ 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. */
        font-family: Georgia, "Times New Roman", Times, serif;
    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: #333;
        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;
    /* ~~this fixed width container surrounds the other divs~~ */
    .container {
        width: 970px; /* the auto value on the sides, coupled with the width, centers the layout */
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        background-attachment: scroll;
        background-color: #FFF;
    /* ~~ 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-image: url(cannesclosesort.jpg);
        font-size: 10px;
        background-repeat: no-repeat;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background-position: center center;
        margin: 8px;
        padding: 8px;
        position: fixed;
    /* ~~ 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;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 10px;
        font-weight: lighter;
        background-color: #FFF;
    .content {
        padding: 10px 0;
        width: 780px;
        float: left;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    /* ~~ 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;
        color: #363636;
    ul.nav li {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #FFF;
    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-color: #FFF;
        color: #484848;
    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 */
        color: #FFF;
        font-family: Georgia, "Times New Roman", Times, serif;
        background-color: #333;
    /* ~~ The footer ~~ */
    .footer {
        padding: 10px 0;
        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 */
        color: #676767;
        background-color: #CDCDCD;
    /* ~~ 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;
    .Dropcap {
        font-size: 16%;
    -->
    </style></head>
    <body>
    <div class="header">
      <p> </p>
    </div>
    <p> </p>
    <div class="container">
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="http://www.hintmag.com/post/at-cannes-a-brothel-revisited--june-02-2011">From HINT MAGAZINE</a></li>
        </ul>
        <p> The above links demonstrate a basic navigational structure using an unordered list styled with CSS. Use this as a starting point and modify the properties to produce your own unique look. If you require flyout menus, create your own using a Spry menu, a menu widget from Adobe's Exchange or a variety of other javascript or CSS solutions.</p>
        <p>If you would like the navigation along the top, simply move the ul.nav to the top of the page and recreate the styling.</p>
      <!-- end .sidebar1 --></div>
      <div class="content">
        <p align="justify"><img src="close1.jpg" alt="close2" width="400" height="257" hspace="10" align="left" />The soulful crooning of the Moody Blues together with the decadence of  fin-de-siècle Paris may sound like a Sofia Coppola period piece. But no,  this particular mash-up took place in a film shown this year at Cannes.  L&rsquo;Apollonide—Souvenirs de la Maison Close (House of Tolerance) is the  modest yet gorgeous historical drama that defetishizes and humanizes its  female subjects, the belle filles of Maison Close, a  turn-of-the-century brothel.<br />
          <br />
          The poignant portrait of an illicit  community of women is depicted with heavy nudity but little sexuality.  Along the way are graphic tales of the horrors of the whorehouse and  others like it. The unconventional approach to featuring these  ladies-of-the-night (and day) is precisely what makes them interesting.  &ldquo;In the film there are very few shots of men,&rdquo; explains French director  Bertrand Bonello of his vision. &ldquo;I wanted to show the movie from the  point of view of the girls, something you don&rsquo;t really see in literature  or paintings of the time. I found a lot of what&rsquo;s known is what  happened in these brothels between 8 pm to 4 am, so I wanted to show  what happens from 11 am to 8 pm.&ldquo;<br />
          <br />
          A tremendous amount of research  went into the film, which competed against (and lost to) Terrence  Malick&rsquo;s The Tree of Life and Lars Von Trier&rsquo;s Melancholia. &ldquo;I read a  lot of history, articles, diaries, and did visual research. I saw  paintings and looked at their postures. It was important to me to  capture that in the film,&rdquo; said Bonello, whose actresses have a girlish  Lolita quality, an inexperience showing through their pinned curls and  rouged lips.<br />
          <br />
          The result is a visually lavish story that follows  twelve girls of the enigmatic Maison Close. &ldquo;While shooting I really had  to pay attention to all of them,&quot; describes Bonello. &quot;That was probably  the hardest part, to make sure no one was overlooked, that each girl  had her own story. Costumes were an important part of that. We put most  of our money toward the corsets. Every girl had their own. They were the  most beautiful creations. We tried to adapt each corset to each girl&rsquo;s  personality.&quot;<br />
          <br />
        As far the jarring choice of music, Bonello says,  &ldquo;Half of the music I wrote myself and the other half is soul music from  the &rsquo;60s. Something I noticed was this relationship between the kind of  slavery you hear in that era of soul music to the lives of these girls. I  thought it related well.&rdquo;</p>
        <h2> </h2>
      <!-- end .content --></div>

    You want to add top padding to the body element so your content clears the header:
    body {
    margin: 0;
    padding: 40px 0 0 0;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.6;
    background-color: #FFF;
    Then edit your header rule thusly:
    .header {
    background-image: url(cannesclosesort.jpg);
    font-size: 10px;
    background-repeat: no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-position: center center;
    margin: 0px;
    position: fixed;
    padding-top: 40px;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 999;
    Al Sparber - PVII
    http://www.projectseven.com
    The Finest Dreamweaver Menus | Galleries | Widgets
    Since 1998

  • 2 days ago my FF3.6.3 started becoming extremely slow/delayed on EVERYTHING/ALL ACTIONS (I have been using 3.6.3 for a few months with NO problems, until 2 days ago). Scrolling going in delayed/slow 'waves' motion (not smooth & fast), Right-click box ver

    2 days ago my FF3.6.3 started becoming extremely slow/delayed on EVERYTHING/ALL ACTIONS (I have been using 3.6.3 for a few months with NO problems, until 2 days ago). Scrolling going in delayed/slow/jerky 'waves' motion (not smooth & fast), Right-click box very delayed/hangs in coming up, Text typing lagging/intermittent, activity extremely slow/delayed when pointing mouse over anything, changing from tab to tap extremely slow. Bascially EVERYTHING has become sooo slow, delayed, lagging etc. I have tried ALL possible checks (extensions, add-ons, plug-ins, download history, cache, cookies) & viewed nearly ALL the FF help sites. Is this a sudden/recent bug?? It doesnt only happen with Facebook, but EVERY window I open!!
    == This happened ==
    Every time Firefox opened
    == approx. 2 days ago

    I've personally not seen this behaviour since Firefox version 2. It however re-appeared for me in 3.6.6 and 3.6.7 (current) and it's bloody awful. Makes everything I do take 50% longer ..... great for efficiency in the modern world.
    This 3.6 branch is so riddle with flaws which seem never to be fixed. Each fix / update brings with it more problems ... worst of all I see version 4 is already in development but they cannot even get 3.6 right ??? WTF ????
    Mozilla must stop chasing version numbers as has become the trend in the software world. Fix an existing version to perfection then start working on a new branch of the product.

  • Hey Apple when are you going to fix the problems with IOS 8.3??

    Hey Apple when are you going to fix the problems with IOS 8.3??
    Message is working weird.
    I don't have internet service when I'm away from my WiFi, because my phone won't use LTE now.
    Should I wait for a IOS 8.3.1 update or reset my phone to factory and start over?
    If there's a fix coming when will we see it?
    (I'm using iPhone6 plus)
    I've tried everything else to fix the problems I'm having. Soft restart. Hard restart. Used your chat line. Called Verizon. Reset network settings.... Help!!!!!
    I've posted on the Apple Communities about all this and I've sent in a couple of bug reports.
    I live up in the mountains and MUST be able to access my Verizon LTE for information if there is a fire! I'm in California!

    I have a Verizon iPhone 6 and am having none of those problems.
    SueMac wrote:
    Should I wait for a IOS 8.3.1 update or reset my phone to factory and start over?
    Didn't they already have you do that? If you haven't, yes, you should restore your phone as new and test.
    I live up in the mountains and MUST be able to access my Verizon LTE for information if there is a fire! I'm in California!
    If you are in a situation where you may need emergency information, organizations such as the Red Cross recommend things like this:
    http://www.amazon.com/Epica-Emergency-Digital-Flashlight-Certified/dp/B00CZDT30S /ref=sr_1_1?ie=UTF8&qid=1429463666&sr=8-…

  • Getting a fixed header for Mobile site?

    Hi,
    I am trying to set up a fixed header for my mobile site. I have tried multiple things and keep running into the same issue. Although I haven't tried to view on another mobile platform other than iOS 8.1, but the issue that I am having is my address bar will not collapse when I have any scroll effects set in the page. So what ends up happening is that I am loosing the top portion of my page because the address bar is still visible. Is there a work around?
    I attached a image of my site and another site with what I am trying to accomplish.
    Thank you!
    Dean

    Unfortunately, it's a trade-off. Scroll effects on mobile devices are performed with JavaScript, which prevents iOS from shrinking the browser frame. See the link below:
    Organic behavior of mobile browser / Scroll effects

  • Are you ever going to fix the "You've been signed out" problem?

    I've gone through forums and your trouble shooting page and I've found a lot of angry customers over thus Creative Cloud "You've been signed out" problem. Fortunately for me, I'm not a customer. I installed it so I could download a trial or premiere with the intention to buy, but now I don't need the trial because this is issue has made up my mind. But I am still curious if you're ever going to fix it?

    This is a user forum please open a problem report over at http://feedback.photoshop.com/photoshop_family/

  • Table with fixed header

    Hi Guys,
    Any idea how to create a table with fixed header. I know I have the option to use pagination controls. But our requirement is such that we can't have pagination controls but scrolling only.
    I also have an idea that I need to set some CSS style for table header. But where to set that in JSCreator datatable or table component.
    Please help me as it is my urgent requirement.
    Thanks !

    Hi,
    Any idea regarding how to do it ?
    -regards
    sompan

  • Scrollable table with fixed header (tutorial? also IE9)

    Hi,
    Does someone know of a tutorial about scrollable tables with a fixed header. Is there one on the adobe site. I found some on the net, but those didn't work for IE9. I favour the simple solutions.
    I tried one, using only a few lines of CSS and the use of the thead and tbody tags in the table, but it didn't work on IE9.
    Here is an example, of what I ment:
    http://rcswebsolutions.wordpress.com/2007/01/02/scrolling-html-table-with-fixed-header/
    I thank those, who red this.

    Thanks, that is a very cool way to divide a layout of a web-page!
    Can I also use this to split up a header and table body region inside a large table you want to present compact inside a webpage?
    html:
    <body>
    <table>
         <thead>
              <th>
              </th>
         </thead>
         <tbody>
              <td>
              </td>
         </tbody>
    </table>
    </body>

  • My firefox goes over 125.000 K

    Hi guys,i installed on my computer Mozila Firefox the last version of 12.12.2013 and it's going over 125.000 K ,even if i am on the Google page,even if i open it in safe mode,even if i create a new profile and i tryed this.
    I run Windows 7 Ultimate 32 bit.
    Video card sapphire hd 4650 AGP - 1024 MB
    Memory - 1024 MB.
    Procesor amd sempron 3300+
    ATX P4 Power Supply - 400W
    Motherboard K8upgrade-nf3
    So what's the problem,what should i do next?

    I think that is normal usage.
    Check:
    [https://support.mozilla.org/en-US/kb/firefox-uses-too-much-memory-ram Firefox uses too much memory (RAM) - How to fix]
    Also you can see what the memory is used to on the about:memory page.

  • Notebook 8470p cpu temp goes over 75 C support center claimes its normal

    cpu goes over 75 C after local support replaced fan ,m/b ,cpu they claim its normal i dont buy that answer since they dont know how to deal with this issue they try to sell me stories how can i ascalate this issue to recieve good service and have the laptop fixed once and for all warranty will expire within 6 months need to solve issue soon

    HI @alfredf .
    Welcome to the HP forum!
    To get your issue more exposure I would suggest posting it in the commercial forums since the Elitebook 8470p is a commercial product. You can do this at:
    Commercial/Notebook - HP ProBook, EliteBook, Compaq, Slate/Tablet PC, Armada, LTE
    The support page for your product may be helpful in the meantime: HP EliteBook 8470p Notebook PC.
    I hope this helps!
    Sparkles1
    I work on behalf of HP
    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 bottom right to say “Thanks” for helping!

  • I responded to a request to update my computer yesterday and now cant use Reunion 8! Is Apple going to fix this problem?

    I am unable to use Reunion 8 since yesterday when I responded to a request to update my computer! Now it will start to open and then quit. The makers of Reunion tell me it has affected a lot of users. Is Apple going to fix this "security" update? All of my genealogy info is in that program! I have backed it up on a disc but not since May 2011.

    I've outlined the restore proceedure here, it covers a lot of bases and explains what is going to occur so please don't be intimidated it's a LOT easier that it appears.
    Take your time and comprehend the steps involved and you'll be backup up like before in short order.
    Security Update 2012-001 Bricks Rosetta programs
    Restore method.
    #1 Backup your personal data off the machine.
    Backup files off the computer (not to TimeMachine). If you don't have a external drive, get one and connect to the USB/Firewire port and simply drag and drop copy your User folder to the external drive, it will copy all your files. It's best to have two backups of your data off the machine when trying to restore.
    Disconnect all drives now to prevent any mistakes from occuring.
    #2 Try Restoring from a TimeMachine or hold option bootable clone
    If you have TimeMachine drive, or a hold the option key bootable clone use that to erase and restore from before the Security Update occured.
    Obviously if you didn't make a recent backup before the update, your going to have to skip to Step #3.
    Note: A TM restore can take a awfully long time, a clone restore takes under 2 hours in most cases.
    If you don't know how to restore from TM drive
    http://pondini.org/OSX/Home.html
    #3 Reinstall OS X 10.6 from disk
    If no recent TM or bootable clone then:
    Get out your 10.6 install disk and make sure it's clean and polished (very soft cloth and a bit of rubbing alcohol, no scratches) If your disk is borked, you'll have to order a new one from Apple with your serial number.
    Hold c boot off the 10.6 disk (wired keyboard, internal optical drive), use Disk Utility First Aid to >Repair Disk and Permissions  (do not format or erase!!), Quit DU and simply re-install 10.6.
    Note: Simply reinstalling 10.6 version from disk (without erasing the drive) only replaces 10.6.8 with 10.6.x and bundled Apple programs, won't touch your files (backup anyway)  or most programs, unless they installed a kext file into OS X itself. (only a few on average do this)
    Note: If Disk Uitlity can't repair the drive, then come back to seek further assistance and make sure you have a copy of your data off the machine.
    #4 Update to 10.6.8 without Security Update 2012-001
    Reboot and log in, update to 10.6.8 via Software Update, but EXCLUDE THE Security Update 2012-001 by checkinig the details and unchecking the blue check box.
    #5 Reinstall any non-working third party programs
    When you reboot, make sure to reinstall any programs that require kext files installed into OS X, you'll know, they won't work when you launch them or hang for some reason.
    If for some freakish reason you get gray screen at any time when booting (possible it might occur when you reinstall older programs), hold the shift key down while booting (Safe Mode, disables kext files) and update your installed third party software so it's compatible with 10.6.8.
    https://support.apple.com/kb/TS2570
    Note: For most users likley Step #3 and #4 is likley all that is needed to be done.
    That's it really.
    Further Reading:
    Learn how to have a OS X drive restore ability using TimeMachine or cloning software
    Learn how to clone your entire OS X boot here
    http://www.bombich.com/get_ready_for_lion.html
    TimeMachine  help here
    http://pondini.org/OSX/Home.html
    Make copies of your original Snow Leopard
    http://www.walterjessen.com/make-a-bootable-backup-snow-leopard-install-disc/
    Learn how to make a bootable SL USB thumb drive
    http://www.maciverse.com/install-os-x-snow-leopard-from-usb-flash-drive.html
    Deciding on upgrading to Lion?
    Learn which programs ARE NOT compatible/updated for Lion, Rosetta programs will not run on Lion.
    http://roaringapps.com/apps:table
    Unverified hacks
    Note: You may see a "hack" for this issue floating around, it has had mixed results as people's software is different.
    You may want to try it, but it's at your own risk. It has worked fast for some and not at all for others, hopefully over time it will work for all.
    The above methods I outline are Apple approved restore methods + based upon experience here and not a quick fix, but are sure to work as Apple recommends such steps themselves.
    If at any time you feel this is beyond your capability, please seek local Mac/PC professional assistance before you lose your data.
    In fact my steps above are very simple, you might want to have a family member or friend perfrom the proceedure in about a hour or two.
    If you don't have any backup, please maintain at least a TM drive, just hook up a new blank external drive and TM will ask you to make a backup, takes some time so let it work.
    If your a bit more skilled, a option bootable clone is much superior than TM drive.
    Good Luck

Maybe you are looking for

  • Need to send my spool in HTML format as Email attachment

    Hi All,     Can anyone let me know how to send a HTML attachment in a mail. I have a ALV Report, when i execute, my report should pick the ALV Report output from spool, and should send a mail with spool output as HTML attachment. Please explain me ho

  • How do you unlock your phone once its been disabled?

    I forgot my code to unlock my phone, and now it is disabled. When I plug it into iTunes it tells me to enter the code, which I don't remember. What do I do?

  • MB_MIGO_BADI - Not able to bring data to screen fields

    Hi there, I'm trying to add a new tab in the item level in the MIGO screen. In the new tab, I am placing a custom screen with some fields containing purchase order details. I am using the BADI MB_MIGO_BADI for this task. Now I'm able create a new tab

  • How to play next audio book file/chapter?

    Trying to setup an ipad2 for my mother and load some of her audio books on it.  The audio books are mostly in mp3 format with some being in m4a.  Books are marked as audio book format. Problem is that when placed on the ipad and accessed by going thr

  • Slow Lightroom 4.1

    Why are Adobe taking so long to fix this major problem with Lightroom 4.1.  It's slow slow slow!!  The develop module is so frustrating.  Sticky sliders make this software useless for pro's.  Come on Adobe get this fixed.  A lot of Pro's including my