Menu bar trouble, only with IE

Hi,
I've just built a website for my business from scratch using Dreamweaver CS5 having had no previous experience with web design; this is my first site. I have uploaded the files and the website works as expected on all the main browsers except Internet Explorer. The problem relates to the spry menu bar; on most browsers, it displays as ten distinct "boxes" stacked above each other in a column, however in IE the boxes are all bunched together, with two on some rows. Looking at www.kirkdale-nursery.co.uk in IE and another browser will give you a better idea of what I mean.
What should I be looking to do to fix this? The browser compatibility tab highlights "href="../SpryAssets/SpryMenuBarVertical.css" as an issue, if that helps. Any help would be greatly appreciated.

Here is the css sheet I'm using:
@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: 0;
list-style-type: none;
font-size: 100%;
cursor: default;
width: 230px;
font-family: Tahoma, Geneva, sans-serif;
background-color: #060;
background-repeat: repeat;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
position: relative;
/* 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
margin: 0;
padding: 0;
list-style-type: none;
font-size: 100%;
position: relative;
text-align: left;
cursor: pointer;
width: 230;
border: thin solid #FFF;
/* 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: -5% 0 0 95%;
padding: 0;
list-style-type: none;
font-size: 100%;
position: absolute;
z-index: 1020;
cursor: default;
width: 8.2em;
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;
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
width: 8.2em;
DESIGN INFORMATION: describes color scheme, borders, fonts
/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
border: 0px none #CCC;
width: 230px;
float: none;
background-color: #060;
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
border: 1px solid #CCC;
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
display: block;
cursor: pointer;
background-color: #060;
padding: 0.5em 0.75em;
color: #FFF;
text-decoration: none;
/* 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: #060;
color: #FFF;
font-weight: bold;
font-family: Tahoma, Geneva, sans-serif;
background-image: url(../Images/maple_leaf_small.gif);
background-position: right;
background-repeat: no-repeat;
/* 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: #060;
color: #FFF;
background-image: url(../Images/maple_leaf_small.gif);
background-position: right;
background-repeat: no-repeat;
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;
#container_2 #lower_centre_column {
font-size: 18px;
#container_2 #lower_centre_column {

Similar Messages

  • I clicked on the angled arrows in upper right corner and lost my top menu bar, the one with the apple.  How do I get it back?

    I clicked on the angled arrows in the upper right corner of my screen in Safari and then lost my top menu bar, the one with the apple.  How do I get it back?

    Restart your computer.

  • Only the menu bar is showing with Firefox, have Mac OS X 10.7.3, started yesterday, apparently randomly, or was it those pesky meddling kids? how to retrieve whole page?

    Only menu bar is coming up when I use firefox. Started apparently randomly yesterday but children may have interfered with it.
    Want full page back so I can use it. Sorry if this a massively obvious question but can't seem to solve it. All help greatly appreciated.

    Try to remove the Firefox plist file (org.mozilla.firefox.plist).
    * http://www.macfixit.com/article.php?story=20060606082246983 How .plist files become corrupt and troubleshooting the results
    Go to "~/Library/Preferences" and remove the plist file for Firefox (org.mozilla.firefox.plist)
    See also:
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

  • Spry Menu Bar (horizontal) - Problems with uneveness (height variance) between adjacent items

    Hello:
    Like many I will confess that I am new to the spry experience and attempting to catch up.  I am trying to design a horizontal menu bar that employs a background image (repeating GIF gradient bar repeated along the the x-access) to create a beveled/rounded edge effect.  I have another with a different hue that is used on focus and mouse over, etc.  While this works well with the drop downs, there appears to be a "boxiness" between adjacent top level menu items and they appear to have slightly different height.  This seems to be determined by the text forms the content of any link or menu item.  In effect it creates other differences in appearance as the outer most (top and bottom edges) of the GIF appear to be cut off from one menu item to the next.  This leaves a very undesirable look to the page as it juts up and then falls back as it the top level item moves across the web page.
    The other point I should make is that this problem, although it exists in all browsers to some extent, is most pronounced in IE6 and below.  Unfortunately many of the anticipated visitors to this site are forced by their IT department to use IE6.
    My question is:  can you set a variable that overrides or determines the height of the background of the menu items?  Alternatively is there some other way of addressing the problem so that I can get a uniform look as the menu items transition to each other.
    Thanks in advance for any help that can be offered.
    Steve.

    Announcement: New to Spry, or  the Spry forums?
    Hide Details
    Before you post a topic please verify  that:
    You  are using the latest Spry files
    The latest version of  the Adobe Spry Framework is 1.6.1, this is the same version that ships  with Dreamweaver CS4. If you use Dreamweaver CS3 (uses Spry 1.4), its  wise to upgrade your files to the latest version. This can easily be  done using the Spry Updater that can be found here.
    Your  question was not asked before
    Using the search  functionality on forums you can easily find out if your question has  been answered before. While you are in search, you can specify the  search locations. The Spry forum can be found under:
    Adobe  Labs > Spry Framework for Ajax
    Your question can not be  found in the existing documentation
    Spry provides you  with allot of documentation this can found on different locations. In  the sidebar of this forum you can find a small summary of resources that  will help you on your way.
    If these options do not apply to your question,  please be so kind to also supply the following information in your topic  together with a clear description of your issue:
    What  browsers does this issue occure:
    example: Internet Explorer 8 on  Window 7 and Firefox 3.0 on Mac OSX
    What version  of Spry are using:
    example: Spry 1.6.1 ( the version number can  be found in license header of the .css and .js files )
    What  is the url of your website or page in issue:
    example: http://www.example.com/page/in/issue.html
    Step  to reproduce the issue:
    example: Scroll down till you find the  header "help", there you will see a Spry Accordion. When you click on it  it will not open or close.
    So users can provide you with a  better answer, without having to ask you for further details.

  • My menu bar is abalaze with like a firework display and I want to remove it please.a

    Hi...The problem area is I think called the menu bar. I am not computer literate. I have a print-screen shot but basically both the complete menu bar at the top of the screen, and the addon at the bottom of the screen is like a multi colour firework disple. It was nice when I dit it, but am a bi tired of it now, and would like to remove it, but cant find out hoe. Grateful for you help. If you send me an email I can provide you with a screen shot. Kind regards, Patricia

    You can revert to the Default theme (Tools > Add-ons > Themes).
    See [[Using themes with Firefox]] and http://kb.mozillazine.org/Themes (Lightweight theme)

  • Unable to click elements in menu bar when toggling (with alt) from hidden state

    I've put few elements in normally hidden menu bar, like "RSS icon" or "Downloaded files icon". After showing menu bar they look properly (e.g. icons highlight on mouse over), but won't execute action - menu bar will hide upon click on them.
    I've also put search bar there, selecting items from it works properly, after opening select search engine all other elements start to work, yet, after executing an action menu bar won't hide again until some menu is opened and closed. At the moment I'm using FF 5.0, but problem exists in 6.0 as well

    *bug541844(fix with autohide menubar): https://addons.mozilla.org/firefox/addon/bug541844fix-with-autohide-/

  • How to fix Spry Menu bar and Firefox with a Mac

    The spry menu bar does not properly display in Firefox (Version11&12) on a mac. Have looked at a number of different ways to fix this. Included is a copy of css for menu bar. Would appreciate any suggestions.
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 100%;
              cursor: default;
              width: auto;
    /* 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 a fixed width */
    ul.MenuBarHorizontal li
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 100%;
              position: relative;
              text-align: left;
              cursor: pointer;
              width: 11em;
              float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 100%;
              z-index: 1020;
              cursor: default;
              width: 11em;
              left: -1000em;
              position: relative;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
              left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
              width: 11em;
              float: none;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
              position: absolute;
              margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
              left: auto;
              top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
              /* [disabled]border: 1px solid #CCC; */
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
              display: block;
              cursor: pointer;
              background-color: #FFFFCC;
              padding: 0.5em 0.75em;
              color: #4F8627;
              text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
              background-color: #FFFFCC;
              color: #4F8627;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
              background-color: #FFFFCC;
              color: #4F8627;
    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.MenuBarHorizontal a.MenuBarItemSubmenu
              background-image: url(SpryMenuBarDown.gif);
              background-repeat: no-repeat;
              background-position: 95% 50%;
    /* 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.MenuBarHorizontal ul 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.MenuBarHorizontal a.MenuBarItemSubmenuHover
              background-image: url(SpryMenuBarDownHover.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.MenuBarHorizontal ul 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.MenuBarHorizontal 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.MenuBarHorizontal li.MenuBarItemIE
                        display: inline;
                        f\loat: left;
                        background: #FFF;

    Change
    ul.MenuBarHorizontal ul
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 100%;
              z-index: 1020;
              cursor: default;
              width: 11em;
              left: -1000em;
              position: relative;
    to
    ul.MenuBarHorizontal ul
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 100%;
              z-index: 1020;
              cursor: default;
              width: 11em;
              left: -1000em;
              position: absolute;
    Gramps

  • Spry Menu Bar troubles

    I am trying to vertical menus that may have up to 2 levels of
    popups. At first the submenus were invisible until I changed a CSS
    setting in ul.verticalmenubar a Positioning setting from -1000 to
    0. I don't know how it was set in the first place. Now the submenus
    are always on the screen, overlaying the content beneath them. How
    do I get them to only appear on a rollover or click on the menu
    item. There seems to be no code automatically inserted to do this.
    I have been trying to get Spry to work for several days, and
    can never get the submenus to work correctly. Do you have any ideas
    on what is wrong? Is Spry still buggy? I'm working with IE.

    When you download the installer it runs another application
    which installs the 1.6 addon into DW CS3. It updates all of your
    scripts to 1.6 and puts your old SpryCSS into another Spry folder
    in your site (which can be deleted).
    The 1.6 update is supposed to help with some of the early
    issues with some of the newer browsers (most notably IE). If you
    are still having issues it might be best if you can just post a
    link to this page (so if you have not uploaded it yet, do so). I
    don't know why the submenus wouldn't show up on rollover. They
    shouldn't be having this problem so it is an issue with the CSS.
    If you look back at my first post there is a link to a file
    called "SpryMenuBarVertical.css". Click on that link and view the
    CSS file in your browser. Compare that to what you have in your CSS
    document in the Spry Assets folder. See if they match up or if
    something is different (ignoring all colors and background images
    that you may have changed). That would be the only other option to
    posting a link to your page would be for you to compare those
    documents.

  • Menu bar wont scale with site correctly, please help!

    Word everyone!  This is my first project dealing with Edge Animate but its rather important that I get it working ASAP and the menu is just the start.  For some reason I cant get the animation to stay inside the bounds of the aside its in and I have tried just about every trick I could find and most do nothing while a few (like the one here -> Are Adobe EVER going to make Edge Animate scale... | Adobe Community) cause the animation to vanish all together.  I am pretty sure that I have everything set correctly from what I learned in class recently, as far as the actual Edge Animation goes, so it may come down to my site's HTML / CSS.  Below you can find a .rar of all the relevant files (I hope) so if anyone has the free time to take a whack at it I would greatly appreciate any help or pointers that might lead me to the right path.
    Thank you for your time!
    http://s000.tinyupload.com/?file_id=12299554487849361612

    I don't use Animate for menus.  I'm just not hard wired to work that way.  I've always used Responsive CSS menus that break into a finger-friendly, stacked menu on smaller viewports.   See this example with the Bootsrap framework:
    Tryit Editor v2.5
    #1 Your Edge Animate composition needs to be built on a responsive stage area. 
    #2 When exported, you'll need to put your animation into a properly coded HTML5 document.  Use the W3C validation tools to check your code for errors.
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    Finally, you'll need a bit of JavaScript to control the white space around your responsive composition.
    Using responsive Edge Animate compositions in Dreamweaver « Adobe Edge Animate Team Blog
    Hope that helps,
    Nancy O.

  • Can't connect via PPPoE in menu bar

    Hello,
    After not touching my Network Configuration settings for like three years, a glitch in my Unison 1.8.1 newsreader prompted me to go in to check, but I then encountered the prompt that has been afflicting lots of people: "Network settings have been changed by another application."
    So after some research here and via Google, I deleted /Library/Preferences/com.apple.networkConfig.plist and restarted the computer with the file still in the trash.
    I then manually reentered my ISP Network Configuration info (TCP/IP and PPPoE, as I use ADSL), but since then, I have only been able to connect via the Internet Connect program, rather than my preferred method that I've always used of connecting by using the PPPoE drop-down menu "Connect" command in the menu bar in the upper-right-hand corner of the screen.
    Going back to System Preferences' Network Configuration, showing the Built-in Ethernet's PPPoE panel, the "Show PPPoE status in menu bar" box remains checked, and indeed does display in the menu bar, however, only with a functioning "Disconnect" command -- NOT the "Connect" command, whose functionality I am seeking to restore.
    I realize this is more of a cosmetic problem, as I can still connect via the Internet Connect program, but would appreciate any tips for restoring the functionality of the PPPoE drop-down menu "Connect" command in the menu bar. Thanks in advance!

    Hi Steve, and a warm welcome to the forums!
    Safe Boot , (holding Shift key down at bootup), use Disk Utility from there to Repair Permissions, move these files to the Desktop.
    /Users/YourUserName/Library/Preferences/ByHost/com.apple.networkConnect.<12 digit number>.plist
    /Users/YourUserName/Library/Preferences/com.apple.internetconnect.plist
    /Library/Preferences/SystemConfiguration/preferences.plist
    /Users/YourUserName/Library/Preferences/com.apple.systempreferences.plist
    Then reboot once more.

  • No more date in the Apple menu bar with OSX 10.5.6

    What is for me a glaring omission from both windows and Mac is the option to show the current date. The trick described at http://cybernetnews.com/2008/05/22/cybernotes-add-the-date-to-mac-menubar-clock/ however worked perfect. Until now... Unfortunately, it looks like with OSX 10.5.6 this no longer works. The behaviour when you have the date components in the time configured is odd: at first the top-right system menus seems to behave normal, eg when you click the airport option. But when you move the mouse down to select a menu item, the menu closes quickly on you and leaves the air tunes menu marked blue. Similar things happen with Time Machine and other system menus; rendering the top-right menu practically useless. Switching back (via Preferences to -in my case- Dutch system setting) will remove the date from the clock and restore the menu to normal behaviour.
    Does anybody know a nice little date utility for in the menu bar that works with 10.5.6 ? Thanks !

    I have no issues using the trick described in that method. Something is likely wrong with your system. It's also possible that the issue is specific to the Dutch localization.
    either way, try resetting your time display preferences
    enter the following terminal command
    rm ~/Library/Preferences/.GlobalPreferences.plist
    then log out/in. Your time display will be reset to the default. change it again using the method in that link.

  • Multiple copies of processor control in menu bar

    I installed the CHUD tools to use the Processor Prefs and enabled the "Show control in menu bar" option. Now I have 4 copies of the item in my menu bar. Only one of the items has an icon, the others are just little 10 pixel wide slivers, but if I click them I get the same menu drop down as the one with the icon. Any ideas what I can do to fix this?
    Thanks!

    Hold down the Apple key and drag them off the menu bar - they will 'poof' away.

  • How do I remove the Adobe updater from the Mac menu bar?

    I would like to remove the Adobe Updater from my menu bar for my Mac, I found a lot of instruction to remove it for other versions of the updater, but the I can't find that option in the new CS6 updater.
    If there is a way to completely stop the updater from running, that would be useful too.
    I also don't understand why the updater say "4" in the menu bar, I only have Photoshop installed, and there are no update avaiable.

    I am one of the many for whom Application Manager just started to crash every time I tried to open it. I was also getting the 'trial' dialog box, then a request for a serial number, even though I subscribe to Creative Cloud.
    After hours with Adobe Tech Support, I have gone the around-your-elbow-to-get-to-your-mouth method of creating a second user and installing CC apps there...hopefully this is temporary situation, but a girl has to work.
    My question is this: how do I remove the updater notifications from the menu bar [original user] if I can't open Application Manager? It crashes every time...besides, Tech Support had me send it to the trash and delete it. I went to my other user ID, updated all, but I'm still showing the annoying update badge in my original menu bar. [Altho' Camera Raw failed to update...that's another issue]
    Please advise. I had CS5.5 Design Premium...maybe it would be easier just to upgrade that to CS6 and ditch Creative Cloud!
    Thanks in advance.

  • What does the "Develop" do in the menu bar in Safari

    Just upgraded to Mountain Lion - trying to get to grips with the Develop tag in the Menu bar? only found it under preferences in Safari when trying to remove cashe - can anyone give me an idea where I can get more information on the use of the "Develop" ? cheers 

    In fairness Bee, your link includes this:
    The Develop menu allows you to show the Web Inspector, Error Console, Network Timeline and Snippet Editor or disable Caches, Images, Styles, JavaScript, Runaway JavaScript Timer and Site-specific Hacks.
    Now, how many of us know what any of that actually does? I certainly don't have a clue what the Snippet Editor or Runaway Javascript timer actually does. And 'Site specific hacks' is also something of a mystery.
    My conclusion is therefore that the Develop Menu options are for developers, not everyday users.
    And the article you link to was written for Leopard. Malcolm is running Mountain Lion.
    If malcolm needs further information on these options, we are going to have to do some serious research!

  • MacBook 2008 10.6.8 no dock and no menu bar

    MacBook4,1 (13 inch 2008 model)
    OS: 10.6.8
    No OS operating disc or bootdisk
    I am rewriting/submitting this question as I didn't think the original title was helping my cause:
    I have an older macbook (white macbook4,1) without any boot disc or OS disc. Currently using 10.6.8 OS.  As the Administrator, I can log in and do get a dock and menu bar. All seems okay.  However, this is my childs computer and when she is able to log in, but the only thing that appears is a blank screensaver screen.  There is no dock or menu bar.  Only the cursor appears.  Again, I do not have any discs as I purchased this sometime ago and it was a used macbook and didn't come with any discs.   BTW, this just recently occurred as she was able to use normally and as far as I know, nothing was downloaded knowingly that caused this.  We've been using 10.6.8 OS for sometime now on this unit.  Thank you
    Macbook4,1 (13 inch, 2008)
    Current OS: 10.6.8 (no original discs)
    MacBook, Mac OS X (10.6.8), no original bootdisc

    You will need to purchase the retail copy of Snow Leopard:
    You can purchase Snow Leopard through the Apple Store: Mac OS X 10.6 Snow Leopard - Apple Store (U.S.). The price is $19.99 plus tax. You will be sent physical media by mail after placing your order.
    After you install Snow Leopard you will have to download and install the Mac OS X 10.6.8 Update Combo v1.1 to update Snow Leopard to 10.6.8 and give you access to the App Store.

Maybe you are looking for

  • Album art, separate drive, can't update

    I have searched the forums and have found many old posts concerning some of my issues. Nothing current, as far as I can tell I am running (connected, not wireless) Front Row from my iBook in my den to my amplifier. It is streaming music from my Mac P

  • Error no FAGL_COFI100 when backflushing repetitive manufacuring MFBF

    Dear SAPper, I use reporting point backflush when design the repetitive manufacturing. The recocnstruction is like this 1. reporting point I is backflush 5 PCS with material and activities 2 Reporting point 2 is NOT backflush 3. backflushing for 10 P

  • Dreamweaver Extensions Greyed Out

    Help!  I'm beating my head against a wall . . . I'm somewhat incompetent and am stuck on this problem. I'm working on a mac and have CS5 working on the design view with Dreamweaver.  I am not comfortable with coding at all. I have downloaded the kaos

  • Changing application names?

    Is it possible to change the names of the icons that appear on the screen?

  • SRW224G4 IP address issues

    Hello everyone, I am the Systems Admin at LDM Media and am trying to get some support for one of the SRW224G4 managed switches we have in our rack. The issue is as follows: any endpoint connected to the switch is assigned an IP address in the range o