Menu Bar extend past screen limits on 27" IMac at 2560x1440 ?

My Menu bar and for that matter the whole desktop extends past the sides of the screen, so that I actually have to scroll to get to items on the far sides of the screen. If I reduce the resolution to 1600x1280 the same thing happens. When I go back to 2560, the desktop has an approximate 2" border on the top and left side that shows a blue background. The computer is a 27" IMac, 2.8 Ghz Intel Core I7, and I don't know that I did anything wrong or what's happening. The computer is about 4 months old.
Steve

Have you tried checking whether the "Accessibility" control panel settings changed?
It seems to me you have some visually impaired setting enabled.
I think I've done this inadvertently by holding a modifier key (command?) while using my scroll wheel.

Similar Messages

  • Spry Menu Bar jumps off screen-right in CS6

    Frustrating little glitch I'm experiencing.  When in a NON-LIVE mode in CS6, I have a Spry Menu Bar that I've placed, customized and is functioning properly.  It is precisely in the right location in BOTH live mode and in a browser preview, however, when I am editing the site the menu bar jumps off screen right to where I have to scroll right to locate it.  The only thing that pops it back in to place is by tweaking a setting like "Float" from right to left then back to right.  But once I begin to edit the site again it will jump off the screen.  This isn't a massive deal since it remains in place in live and preview modes, it's just annoying for layout purposes while I'm editing.  It sort of screws up the aesthetic of the layout.  Has anyone found the same problem?  Below is my layout.css and my Spry Menu css.
    @charset "utf-8";
    /* Simple fluid media
       Note: Fluid media requires that you remove the media's height and width attributes from the HTML
       http://www.alistapart.com/articles/fluid-images/
    img, object, embed, video {
        max-width: 100%;
    /* IE 6 does not support max-width so default to width 100% */
    .ie6 img {
        width:100%;
        Dreamweaver Fluid Grid Properties
        dw-num-cols-mobile:        6;
        dw-num-cols-tablet:        8;
        dw-num-cols-desktop:    12;
        dw-gutter-percentage:    15;
        Inspiration from "Responsive Web Design" by Ethan Marcotte
        http://www.alistapart.com/articles/responsive-web-design
        and Golden Grid System by Joni Korpi
        http://goldengridsystem.com/
    /* Mobile Layout: 480px and below. */
    .gridContainer {
        margin-left: auto;
        margin-right: auto;
        width: 95.8695%;
        padding-left: 1.0652%;
        padding-right: 1.0652%;
    #LayoutDiv1 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #header {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #maincontent {
        clear: none;
        float: left;
        margin-left: 2.6785%;
        width: 100%;
        display: block;
    #navigation {
        clear: none;
        float: left;
        margin-left: auto;
        width: 100%;
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #300;
        height: 16px;
        top: 5px;
    #footer {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
        color: #FFF;
        background-attachment: fixed;
        background-image: url(../bkgdContent.png);
        background-repeat: repeat;
        margin-top: 20px;
    /* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
    @media only screen and (min-width: 481px) {
    .gridContainer {
        width: 91.4836%;
        padding-left: 0.7581%;
        padding-right: 0.7581%;
    #LayoutDiv1 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #header {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
        text-align: center;
    #maincontent {
        clear: none;
        float: left;
        margin-left: 1.6574%;
        width: 100%;
        display: block;
    #navigation {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
        height: 16px;
    #whf-content {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #donatecontent {
        clear: none;
        float: left;
        margin-left: 1.6574%;
        width: 100%;
        display: block;
    #theride-content {
        clear: both;
        float: left;
        margin-left: 0;
        width: 49.1712%;
        display: block;
    #donate-content {
        clear: none;
        float: left;
        margin-left: 1.6574%;
        width: 49.1712%;
        display: block;
    #footer {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    /* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
    @media only screen and (min-width: 769px) {
    .gridContainer {
        width: 89.0217%;
        max-width: 1232px;
        padding-left: 0.4891%;
        padding-right: 0.4891%;
        margin: auto;
    #LayoutDiv1 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #header {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
        color: #FFF;
    #maincontent {
        clear: both;
        float: left;
        margin-left: 0;
        width: 32.6007%;
        display: block;
    #navigation {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #whf-content {
        clear: both;
        float: left;
        margin-left: 0;
        width: 32.6007%;
        display: block;
    #donatecontent {
        clear: none;
        float: left;
        margin-left: 1.0989%;
        width: 100%;
        display: block;
    #donate-content {
        clear: none;
        float: left;
        margin-left: 1.0989%;
        width: 32.6007%;
        display: block;
    #footer {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #theride-content {
        clear: none;
        float: left;
        margin-left: 1.0989%;
        width: 32.6007%;
        display: block;
    #whf-content {
        font-family: Georgia, "Times New Roman", Times, serif;
    SPRY CSS
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.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, 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;
        float: right;
    /* 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: 4.3em;
        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: 4.3em;
        position: relative;
        left: -1000em;
    /* 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
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: relative;
        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
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        background-color: #300;
        color: #FFF;
        text-decoration: none;
        font-size: 12px;
        font-family: Georgia, "Times New Roman", Times, serif;
        text-align: center;
        height: 16px;
        padding: 0px;
    /* 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: #003;
        color: #FFF;
    /* 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: #003;
        color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.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;

    Design view is not reliable.  Learn to work in Code View or Split View with Live View to check your layout.
    Spry menus are not responsive so they will not work well in a Fluid Grid Layout.  Find a better menu system.
    Project Seven Responsive Tabs
    http://www.projectseven.com/products/tools/tpm2/tutorials/responsive/index.htm
    10 Responsive Menus
    http://speckyboy.com/2012/08/29/10-responsive-navigation-solutions-and-tutorials/
    In the meantime,
    It's often easier to work with an unstyled HTML page. 
    To disable CSS, go to  View > Style Rendering > untick Display Styles. 
    Or, use a Design-Time Style Sheet.
    http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-7e17a.h tml
    Nancy O.

  • HT5610 In itunes, pressing alt to display the menu bar totally worked for my windows running machine but I CANNOT get the menu bar to show in itunes on my imac.  what's with that?

    In itunes, pressing alt to display the menu bar totally worked for my windows running machine but I CANNOT get the menu bar to show in itunes on my imac.  what's with that?

    You got me experimenting ... and it was viewing the display with the green button (rather than amber) on the left that revealed the menu bar.  Hovering didn't do it.  Thanks for your help.  First time in Apple Support.

  • Why to I have a blue haze on the photos and on the menu bars of apps?  I have Intel iMac running OSX 10.7.5

    Why to I have a blue haze on the photos and on the menu bars of apps.  I have Intel iMac running OSX 10.7.5.  This problem just started.  All my photos are corurpted with a blue haze.

    Here is another photo with the wierd blue circle in the sky taken with a DSLR.  This did not appear until recently and now I see it on all photos and also when I print the photo.

  • Horizontal Menu Bar extends off the screen

    I have the horizontal menu bar working great with a standard
    CF query results set. however, the problem i am having is that the
    right most menu item has two levels of children that expand right
    on rollover, but that pushed them off the browser so you can;t
    actually see them. is there a way to have them expand to the left
    instead?

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    Try to disable hardware acceleration.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    If disabling hardware acceleration works then check if there is an update available for your graphics display driver.

  • HT2490 menu bar at top screen mountain lion is on pop up mode, I want it to stay visible but can't find where to do that on the system preferences

    I hate the mountain lion upgrade and have had more problems with it than good things!
    Its reset a lot of things on my computer, one of them being that the menu bar at the top with the apple logo on the right etc pops in and out of view whereas I would like it to stay visible but admittedly I'm no computer genius but I can't find where to change this setting. Any help???
    And mountain lion with safari blocks plug-ins so I installed google chrome which works fine so I can watch you tube, why can't I watch you tube with safari??? totally annoying!!!! I have the most up to date adobe flash player also but it always tells me its not up to date. No idea how to fix this but I hope apple fixes it soon. Really disappointed with the "upgrade"
    I would appreciate anyone that could lead me in the right direction so I can function normally again.

    If you can't see the menu bar using Safari, it sounds like you're using full screen mode.
    Try  Control + Command + F to reveal or hide the menu bar.
    For the blocked plugin issue try here > safari 6.0 flash problem (blocked plug...: Apple Support Communities

  • Keyboard access to PS CS6 Menu Bar in  Full Screen Mode (Windows)

    I'm looking to find a way to access Photoshop Menus in Full Screen Mode by  pressing the Alt+(any of the underlined Menu Keys).
    The alternative I've been using is pressing the Tab key to show the Menu and Panels, or simply toggling Screen Modes (f  key or Shift+f) but that negates the purpose of Full Screen Mode.  I followed the instructions on this post to no avail:
    http://blogs.adobe.com/jkost/2012/09/accessing-the-menu-bar-via-a-keyboard-shortcut-in-pho toshop-cs6.html#comments
    I really enjoy everything else about my upgrade to CS6 except for this lacking feature found in most of the earlier versions.  I hope there's an answer to this one, as my keyboard hand is all ready over cluttered with Custom Keyboard Shortcuts that use the Ctrl Key.
    Thanks!

    Thanks, I rebooted and it came good, but if it happens again i'll try that

  • 2nd Menu Bar on my screen #2

    I just upgraded to Maverick 10.9.2 from 10.9.1
    in .1 I got a second main menu bar on my second screen, bit not in .2.  
    It was pretty handy as both screens are usually loaded.
    Is  this something I can activate?

    If you publish the site to a folder on your computer, does the navbar show up?
    What version of iWeb?
    Did you add any pages to your site that might have gotten added to the navbar?  If it doesn't publish to a folder correctly, try going through your pages and removing some from the navbar; you might isolate the one that is causing problems.
    I see the black dot.

  • Recover missing menu bar in full screen mode?

    Hi All!
    I have recently installed Lion and am playing around with full-screen mode. As you perhaps are aware, the menu bar at the top of the screen disappears in full-screen mode, but can be popped back into view by raising the cursor to the top fo the screen.
    I would like to have the menu bar at the top of my full-screen apps at all times, because I have it sprinkled with a variety of useful information (time, stock ticker, dropbox status, etc.
    I haven't been able to find any trigger in System Preferences or in specific app preferences that will let me do this. I realize that I could simply maximize windows, etc. -- in other words, I know there are workarounds.
    But I would like a genuine solution that would permit me to use full-screen mode while retaining an omnipresent menu bar.
    Any thoughts?
    Thanks!
    Greg

    Thanks, I rebooted and it came good, but if it happens again i'll try that

  • Menu bar on wrong screen

    my menu bar keeps coming up on the right screen. i have 2 monitors.
    I move it to the left in sys prefs but it stays on the right side even when switching cables. it's weird.
    need some help.
    i just updated to yosemite 10.10.3 from mavericks

    Hi,
    For a try you can use URI scheme for the specified desktop screen or full screen and check the result. You can refer the following article for information.
    Remote Desktop Client URI Scheme Support
    https://technet.microsoft.com/en-us/library/dn690096.aspx
    Apart if you have RD Gateway setup then you can try the option for RD Gateway to uncheck “Bypass RD Gateway for Local address” and verify result.
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How to deactivate menu bar option on screen in a dailog program

    hi,
    my requirement is there is menu bar main (having three options under it create, display and change). Now if my transaction code is zcreate then i want the create option on the menu bar to be diabled and other two to be enabled, when my transaction code is zdisplay then i want the display option on the menu bar to be diabled and other two to be enabled. pls suggest with code snippet how can i achieve it

    Hi,
    You can disable set of main items like given below,
    TYPES: ty_status TYPE sy-ucomm.
      DATA: it_status TYPE TABLE OF ty_status WITH HEADER LINE.
      APPEND 'CHANGE' TO it_status.
      APPEND 'DISPLAY' TO it_status.
      SET PF-STATUS '0100' EXCLUDING it_status[]. "Set the menu excluding the function codes
                                                                             " appended to the int table
    Regards,
    Manoj Kumar P

  • How do I make safari menu bar fit my screen

    I'm a new Mac user on a MacBook Pro with OS Lion and Safari 5.1.  Something has happened so that my windows do not fit the screen (too large) anymore. I have to manually size them everytime I open a new window or program. Additionally the menu title bar across the top of the screen is too long and I have to scroll to see either end. I've gone to preferences and tried to scale it back to where it used to be using the monitor settings but no luck there.  I've looked for something similar to Windows restore to get my screen back to where it was before.  Any ideas what happened and how I can get my title bar to fit across the top without having to scroll.

    Try clicking the arrows top right  corner of your Safari window or Control + Command + F on your keyboard.

  • Safari unable to view menu bar in full screen mode

    Been using Lion for a while now and everything seems fine, except for some reason when Safar is in full screen mode and I move the mouse up to the toolbar, the file menu and shortcuts bar doesn't appear now. It worked yesterday... now it won't. I quit safari completely, opened it back up and it still wont. Next will be a reboot...

    Thanks, I rebooted and it came good, but if it happens again i'll try that

  • Do not show the Mac menu bar and the Dock in full-screen mode option not available

    "Remote Desktop Connection" for mac has an option to
    hide the menu bar in full screen mode.  I am unable to locate this option in the new
    Microsoft Remote Desktop.  Without this option the remote desktop connection bar becomes completely inaccessible.  And since the old "remote desktop connection" program has poor support for windows 8.1 I cannot go back.
    Is there a workaround?  Can you please add this important feature back in?
    Blog

    H,
    I am afraid that we have no solution or workaround for this. I will help to submit this as a customer wish to the product team.
    Thanks for the feedback.
    Jeremy Wu
    TechNet Community Support

  • How may I change the height of the menu bar to allow my large icons/buttons to maintain their size?

    I recently updated from FF28 to FF31. Totally different UI, I get that. I waited to update until I could psych myself to try something different. I have the Default Australis Theme and Noia Fox Theme, which is designed with larger icons/buttons for those with visual needs. On my screen at the moment I have the title bar, menu bar, tab bar, and url/addon bar with the "hamburger" menu to the right. I placed icons in the menu bar, kept the home icon on the addon bar, and then there are the default icons in the menu popup. When I enable the Noia Fox Theme, the icons look great on the url/addon bar, even in the menu popup; clear, large, easy to see. However, the icons in the menu bar (not the menu popup) are less than half their original/intended size. So I switch to default Australis Theme, restart, and same issue, though not quite as dramatic since Default theme is smaller to begin with.
    My thinking then is that there is a setting within the menu bar which resizes the icons/buttons to a small default size. Can this setting be changed to allow the icons to retain their original size (or close to it) and if so, how? I like the location of the menu bar on my screen, below the title bar, above the tab bar. Works nicely with the new The Fox Only Better addon which attaches to the tab bar and hides the url bar, a "new" feature for me and I'm liking it. I know I can get CTR with an additional bar, and I did try that. The issue then is that the additional bar appears below the tab bar and is not movable to above the tab bar and below the title bar.
    At the moment, I have just the two themes, security addons added and The Fox Only Better. I've not added other appearance addons yet so as to keep potential conflicts/issues to a minimum. I've not tinkered with internal FF default settings other than to say don't track me (I think that's all I did). So to the best of my limited understanding, I've kept changes and customizations to a minimum. And yes, per your educated guess feature for questions posted, I am running Win 8.1 and FF 31.
    I think I've offered enough detail so others can try to duplicate the issue. If not, let me know and I'll try to respond as soon as I can. Thanks so much for any help offered.
    ~ wkothlow

    You can double the height of the menu bar area using a custom style rule. I couldn't immediately find an icon that would take advantage of the space so I'm not sure this will solve the problem, but you could try it.
    The custom style rule could be as simple as:
    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    /* double height (from 2x to 4x the 13px base font size) */
    #toolbar-menubar{
    height:4em !important;
    (Result shown in the screen shot, using the preview feature of the Stylish extension.)
    You can apply custom style rules to Firefox's UI using either of these methods:
    (1) Create or edit a userChrome.css file. This article has more information: http://kb.mozillazine.org/UserChrome.css
    (2) Use the Stylish extension: https://addons.mozilla.org/firefox/addon/stylish/
    Since I don't have this theme to test myself, if this doesn't work well, you might contact the theme author using the theme's support thread, which is on an independent forum: http://forums.mozillazine.org/viewtopic.php?f=48&t=2230157

Maybe you are looking for

  • Need help to insert and update records in MDM

    Hi , I am trying to develop an webdynpro application which can create and update records in tables of a repository of MDM . For example .. I want to insert values and later update values in Vendor table. I am new to webdynpro and MDM. If any one can

  • Not Printing the source storage bin in the layout

    Hi Gurus As i am printing the layout to pick the goods for delivery, in which iam not getting the source storage bin for some deliveries only. sometimes its picking and some times not, what has been the reason behind it. i have take the help of an Ab

  • How to I get a valid ID for Adobe Youth Voices Essentials?

    I have repeatedly and unsuccessfully attempted to register with Adobe Youth Voices Essentials in order to download curriculum to evaluate for a proposed After school program sponsored by my non-profit organization, [organization information deleted b

  • Pictures are showing up as jpeg attachments in mail, how do I correct this?

    When receiving an email with photos they show up as a jpeg attachement in the messgae, I can view them through preview. I've tried changing settings, stopped into an Apple store (they couldn't figure it out) and re-installed Lion - Any ideas to get t

  • Nokia Mix Radio+ subscription doubt

    Can someone please clear few of my doubt regarding using nokia mixradio.  First of this is when Nokia write statement like this "Listen to Nokia MixRadio – unlimited FREE music mixes to play now or download for later." Source (http://www.nokia.com/in