IE vs Chrome Menu bar Problems

After nearly completing my home page I was told I needed drop down menus, so i changed it from a regular menu bar to one with a few drop downs, and once again ran into problems with chrome vs ie, chrome looks pretty good IE messes it all up, anyone who can take a look at me code and tell me why this is would be a huge help. thank you. code is bellow
HTML
<!DOCTYPE>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
<style>
body {
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-image: url(../../images%20for%20website/01.png);
  cursor: default;
  color: #CCCCCC;
#header {
  width: 1000px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 10px;
#contentWrapper {
overflow: hidden;
width: 1000px;
margin: 0 auto;
padding-top: 20px;
#sideLinks {
float: left;
width: 144px;
border: 0px solid;
border-color: #58A3F3;
padding-bottom: 20px;
#sideLinks a {
text-decoration: none;
display: block;
padding: 8px;
background-color:#389EDE;
color: #FFFFFF ;
border-bottom: 1px solid #58A3F3;
#sideLinks a:hover {
background-color:#2e6fa9;
#sideLinks ul {
margin: 0;
padding: 0;
#col_1 li {
margin: 0;
padding: 0;
list-style: none;
#col_1 {
float: left;
width: 260px;
margin-left: 20px;
border: 2px solid;
border-color: #58A3F3;
padding-bottom: 0px;
margin-bottom: 20px;
#col_1 h4 {
  font-size: 14px;
  padding: 10px;
  margin: 0;
  cursor: default;
  color: #000000;
#col_2 {
  float: left;
  margin-left: 20px;
  width: 260px;
  border: 2px solid;
  border-color: #58A3F3;
  padding-bottom: 0px;
  margin-bottom: 20px;
  text-align: center;
  color: #000000;
#col_2 h2 {
  font-size: 14px;
  padding: 10px;
  margin: 0;
  cursor: default;
  text-align: left;
  color: #000000;
#col_3 {
float: left;
margin-left: 20px;
width: 260px;
border: 2px solid;
border-color: #58A3F3;
padding-bottom: 0px;
margin-bottom: 20px;
#col_3 h3 {
  font-size: 14px;
  padding: 10px;
  margin: 0;
  cursor: default;
  color: #000000;
#lowerContent {
padding: 10px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
font-size: 14px;
width:1000 ;
background-color: #389EDE;     
display: block;
#lowerContent h5 {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
text-decoration: none;
display: block;
color:
font-size: 16px;
#lowerContent {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
  margin-bottom: 10
#lowerContent h5 {
font-size: 16px;
color: #FFFFFF
.box {
  padding-top: 10px;
  padding-bottom: 0px;
  float: left;
  width: 200px;
  height: 100px;
  text-align: center;
  cursor: pointer;
  color: #FFFFFF;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 50px;
.leftMargin {
    margin-left: 32px;
</style>
<style>
/* navigation css styles */
.navigationWrapper {
background-color:#2e6fa9;
.navigation {
position:relative;
z-index:100;
min-width:590px;
line-height:0;
background: #2e6fa9; url(menu%20bar_files/menu-bg.gif) top right;
text-align:center;
overflow: hidden;
.navigation ul {
position:relative;
display:inline-block;
margin:0;
padding:0px 0px 0px 0px;
list-style-type:none;
*+html .navigation ul {
display:inline;
.navigation li {
float:left;
margin:0;
.navigation a,.navigation_n a {
display:block;
overflow:hidden;
.navigation>ul>li>a {
width: auto;
height:41px;
white-space:nowrap;
padding:0 35px 0 35px;
font:bold 13px Arial,Helvetica,sans-serif;
line-height:41px;
text-decoration:none;
text-transform:none;
text -align:center;
color: #FFFFFF;
background:url(menu%20bar_files/top.gif) top right;
.navigation>ul>li:hover>a,.navigation>ul>li.ajxover>a {
color: #ffffff;
background: #5597d1 url(menu%20bar_files/top.gif) bottom right;
position: relative;
width: auto;
top: auto;
overflow: hidden;
height: auto;
left: auto;
right: auto;
bottom: auto;
cursor: pointer;
a:link {
  color: #FFFFFF;
  text-decoration: none;
a:visited {
  text-decoration: none;
  color: #FFFFFF;
a:hover {
  text-decoration: underline;
  color: #000000;
a:active {
  text-decoration: none;
  color: #FFFFFF;
</style>
<link rel="stylesheet" href="ajxmenu1.css" type="text/css">
</head>
<body>
<div id="header">
  <div align="center"><img src="../../JFP logos/JFP LOGO Newest 05.jpg" width="275" height="80" alt=""/></div>
</div>
<div class="AJXCSSMenuXSHDdfC">
  <!-- AJXFILE:ajxmenu1.css -->
  <ul>
    <li><a href="homepage">Home</a></li>
    <li><a href="About%20us%20page">About Us</a></li>
    <li><a href="#">Our Team</a></li>
    <li><a class="ajxsub" href="#">Employee (Group) Benefits</a>
      <ul>
        <li><a href="#">Medical Plans</a></li>
        <li><a href="#">Other Employee Benefit Plans</a></li>
        <li><a href="#">Voluntary Products</a></li>
        <li><a href="#"></a></li>
      </ul>
    </li>
    <li><a class="ajxsub" href="#">Services</a>
      <ul>
        <li><a href="#">Planning</a></li>
        <li><a href="#">Compliance</a></li>
        <li><a href="#">Reporting</a></li>
        <li><a href="#">Adminstrative Services</a></li>
        <li><a href="#">Compliance</a></li>
        <li><a href="#">Customer Service</a></li>
        <li><a href="#">Medicare Support</a></li>
      </ul>
    </li>
    <li><a href="#">Contact Us</a></li>
  </ul>
</div>
<!-- end header -->
<!-- end navigationWrapper -->
<div id="contentWrapper">
<div id="sideLinks">
<ul>
<li><a href="#">Quick Links</a></li>
<li><a href="#">Link 2</a></li>
<li><a href="#">Link 3</a></li>
<li><a href="#">Link 4</a></li>
<li><a href="#">Link 5</a></li>
<li><a href="#">Link 6</a></li>
<li><a href="#">Link 7</a></li>
<li><a href="#">Link 8</a></li>
<li><a href="#">Link 9</a></li>
<li><a href="#">Link 10</a></li>
</ul>
</div>
<!-- sideLinks -->
<div id="col_1">
<h4>ALWAYS A LIVE PERSON NO VOICEMAILLorem ipsum dolor sit amet, et vidit ponderum liberavisse vel. Vel corpora reprimique ei,Lorem ipsum dolor sit amet, et vidit ponderum liberavisse vel. Vel corpora reprimique ei, ius ne impetus argumentum. Persius bonorum quaerendum et mei. Alii viris te vix. Consul consectetuer comprehensam ad eos ius ne impetus argumentum. Persius bonorum quaerendum et mei.  <img src="../../images for website/image placeholder.jpg" alt="" width="240" height="180"/></h4>
</div>
<!-- end col_1 -->
<div id="col_2">
  <h2><span style="color: #0DCAF1">short text about jfp history and services</span>.
Lorem ipsum dolor sit amet, et vidit ponderum liberavisse vel. Vel corpora reprimique ei, ius ne impetus argumentum. Persius bonorum quaerendum et mei. Alii viris te vix. Consul consectetuer comprehensam ad eos. Essent luptatum et usu. Ne unum placerat sit, consul ancillae sea eu. Illud munere iudicabit ei sed, te modus putent mel. Pri in agam dolorem, scripserit interesset ut nec. At eos consul accusata atomorum, his te nibh definitiones mediocritatem, in tale erat vel.
</h2>
<img src="../../images for website/spba.png" width="150" height="150" alt=""/>
<p> JFP Benefit Management has been a member of the SPBA since inception.
<!-- end col_2 --> </div>
<div id="col_3">
  <h3><span style="color: #0DCAF1"><img src="../../images for website/image placeholder.jpg" alt="" width="241" height="180"/> short text about what a tpa is and what jfp does for clients. </span>Essent luptatum et usu. Ne unum placerat sit, consul ancillae sea eu. Illud munere iudicabit ei sed, te modus putent mel. Pri in agam dolorem, scripserit interesset ut nec. At eos consul accusata atomorum, his te nibh definitiones mediocritatem, in tale erat vel. </h3>
</div>
<!-- end col_3 -->
<!-- Start lowercontent -->
<div id="lowerContent">
<h5>Easy Access</h5>
<div class="box">
<a href="#">Contact JFP</a>
  <p>100 S. Jackson, Suite 200                 P.O. Box 189.             
(517)-784-0535   (800)-589-7660
  Fax (517)-784-0821</p>
</div>
<!-- end box -->
<div class="box leftMargin">
   <a href="link to benny card site">FSA Benny Card</a>
  <a href="link to jfp flex page">  <p>JFP Flex - how to check your balance. </p></a>
   <a href="link to jfp benny information page"> <p> My Benny Information</p></a>
  </div>
<!-- end box -->
<div class="box leftMargin">
  <a href="#">Online Enrollment</a>
  <p> </p>
  <p> </p>
</div>
<!-- end box -->
<div class="box leftMargin">
<a href="#">Forms</a>
</div>
<!-- end box -->
<!-- end lowercontent -->
<!-- end contentWrapper -->
</body>
</html>
</div>
<!-- end contentWrapper -->
</body>
</html>
CODE FOR MENU BAR
@charset "utf-8";
Ajatix Advanced CSS Drop Down Menu Light
Copyright (C) 2009-2014 Ajatix. All rights reserved.
http://www.ajatix.com
.AJXCSSMenuXSHDdfC {position:relative;z-index:100;min-width:590px;line-height:0;background:#2e6fa9 url(ajxmenu1_files/menu-bg.gif) top right;text-align:center;}
.AJXCSSMenuXSHDdfC ul {position:relative;display:inline-block;margin:0;padding:0px 0px 0px 0px;list-style-type:none;}
*+html .AJXCSSMenuXSHDdfC ul {display:inline;}
.AJXCSSMenuXSHDdfC li {float:left;margin:0;}
.AJXCSSMenuXSHDdfC li:hover,.AJXCSSMenuXSHDdfC li.ajxover {position:relative;}
.AJXCSSMenuXSHDdfC a,.AJXCSSMenuXSHDdfC_n a {display:block;overflow:hidden;}
.AJXCSSMenuXSHDdfC>ul>li>a {width:auto;height:41px;white-space:nowrap;padding:0 12px 0 12px;font:bold 12px Arial,Helvetica,sans-serif;line-height:41px;text-decoration:none;text-transform:none;text -align:center;border:0;color:#cae3f8;background:url(ajxmenu1_files/top.gif) top right;}
.AJXCSSMenuXSHDdfC>ul>li:hover>a,.AJXCSSMenuXSHDdfC>ul>li.ajxover>a {
  color: #ffffff;
  margin: auto;
  width: auto;
  background-image: url(ajxmenu1_files/top.gif);
  background-position: right bottom;
.AJXCSSMenuXSHDdfC>ul>li>a.ajxsub {padding:0 26px 0 15px;background:url(ajxmenu1_files/top-sub.gif) top right;}
.AJXCSSMenuXSHDdfC>ul>li:hover>a.ajxsub,.AJXCSSMenuXSHDdfC>ul>li.ajxover>a.ajxsub {position: static;background:#5597d1 url(ajxmenu1_files/top-sub.gif) bottom right;}
.AJXCSSMenuXSHDdfC li ul {position:absolute;left:-9999px;top:-9999px;width:200px;height:auto;display:inline-block; vertical-align:top;font-size:0;float:none;padding:0px 0px 0px 0px;border:1px solid #ffffff;background:#5597d1;}
.AJXCSSMenuXSHDdfC li:hover > ul,.AJXCSSMenuXSHDdfC li.ajxover > ul {left:-1px;top:41px;}
.AJXCSSMenuXSHDdfC li li {width:200px;margin:0;}
.AJXCSSMenuXSHDdfC li li a {width:176px;height:auto;white-space:normal;padding:9px 12px 9px 12px;font:12px Arial,Helvetica,sans-serif;line-height:12px;text-decoration:none;text-transform:none;text -align:left;border:0;color: #FFFFFF;background:none;}
.AJXCSSMenuXSHDdfC li li:hover>a,.AJXCSSMenuXSHDdfC li li.ajxover>a {background:#2d6fa9;}

Tj@olivet wrote:
Ok now it looks slightly different and started working correctly......??? I'm very confused, it is now working on mine as well....
You must be using some other code to that which you posted as I changed the class to 'navigation' and changed the css to reflect that change too.
<div class="AJXCSSMenuXSHDdfC">

Similar Messages

  • Spry Menu Bar problem in IE

    I am using a spry menu bar, which looks perfect in firefox, but in IE (version 6.0) I cannot get the font right for when an item on the menu bar has been visited. The font should stay white, but goes to a light purple colour which is hard to read. The site is www.binscombe.net and the CSS code is below. Any help really appreciated.
    Many thanks,
    Martin Brunet
    @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: none;
    /* 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: 11pt;
        position: relative;
        text-align: left;
        cursor: pointer;
        float: left;
        background-color: #716BA3;
        font-family: Verdana, Geneva, sans-serif;
        color: #FFF;
        width: white-space
    : now;
    /* 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: 11pt;
        z-index: 1020;
        cursor: default;
        width: auto;
        position: absolute;
        left: -1000em;
        color: #FFF;
        border-right-width: 2px;
        border-right-style: groove;
    /* 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
        float: none;
        background-color: transparent;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 95%;
        border-right-style: none;
        border-top-style: none;
        border-bottom-style: none;
        border-left-style: none;
    /* 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
        border-right-width: 2px;
        border-top-style: none;
        border-right-style: groove;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: #CCC;
        border-right-color: #CCC;
        border-bottom-color: #CCC;
        border-left-color: #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        background-color: #716BA3;
        color: #FFF;
        text-decoration: none;
        font-style: normal;
        font-weight: bold;
        border-right-style: groove;
        border-right-color: #006;
        padding-top: 0.5em;
        padding-right: 0.75em;
        padding-left: 0.75em;
        padding-bottom: 0.6em;
        border-right-width: 2px;
        list-style-type: none;
    /* Menu items that have mouse over or focus or visited have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus, ul.MenuBarHorizontal a:visited
        background-color: #716BA3;
        color: #FFF;
        font-weight: bold;
    /* 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: #006;
        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%;
        background-color: #716BA3;
        color: #FFF;
    /* 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;
    #Comment_label {
        font-weight: bold;
        color: #FFF;ul.MenuBarHorizontal a:visited {
        /*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;
    #Comment_label {
        font-weight: bold;
        color: #FFF;}

    Hi mjw133,
    There is already a topic about this problem
    here.
    You can also check out this
    tech
    note

  • Double horizontal spry drop down menu bar problems

    Hello Everyone,
    I'm new to the spry tools and I need a little help. This is what I'm trying to accomplish in Dreamweaver CS4:
    I need 2 horizontal spry menu bars for navigation. I have created a div for each spry tool, 1 div placed above the other and they cross the entire width of the page. I have created the spry menu bars. Everything seems to be working correctly in both menu bars, That is until you open the IE browser, all other browsers tested fine. The problem is that when you hover over the bottom menu bar in IE, the drop down menu does not drop all the way down. The first submenu of the drop down menu covers the main menu bar. I have tried to change the css for the spry menu bar at the ul.MenuBarHorizontal li.MenuBarItemIE to show the display: as inline and also tried block and niether had any effect. Someone please help. Thanks.
                        css spry drop down menu 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;
                       css   spry drop down menu 2
    /* 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.adminbarh li.MenuBarItemIE
              display: inline;
              f\loat: left;
              background: #FFF;
    This site is not yet live. If anyone is willing I can send an attachment of my complete spry CSS via email.  Contact me at [email protected]
    See what I got here. www.prospectingtreasures.com

    Hello Everyone,
    I'm new to the spry tools and I need a little help. This is what I'm trying to accomplish in Dreamweaver CS4:
    I need 2 horizontal spry menu bars for navigation. I have created a div for each spry tool, 1 div placed above the other and they cross the entire width of the page. I have created the spry menu bars. Everything seems to be working correctly in both menu bars, That is until you open the IE browser, all other browsers tested fine. The problem is that when you hover over the bottom menu bar in IE, the drop down menu does not drop all the way down. The first submenu of the drop down menu covers the main menu bar. I have tried to change the css for the spry menu bar at the ul.MenuBarHorizontal li.MenuBarItemIE to show the display: as inline and also tried block and niether had any effect. Someone please help. Thanks.
                        css spry drop down menu 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;
                       css   spry drop down menu 2
    /* 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.adminbarh li.MenuBarItemIE
              display: inline;
              f\loat: left;
              background: #FFF;
    This site is not yet live. If anyone is willing I can send an attachment of my complete spry CSS via email.  Contact me at [email protected]
    See what I got here. www.prospectingtreasures.com

  • Menu bar problems in Yosemite?

    Is anyone else dealing with a frozen menu bar in Yosemite?
    It seems my issue is related to SytemUIServer eating up a ton of CPU power and then hanging. The problem was causing my whole system to run slowly right after I installed Yosemite two days ago. Now everything else seems to run just fine by I still have a frozen clock in the menu bar and can't access any of the options up there (clock, volume, bluetooth, time machine).
    Weirdly the icons for Google Drive and Dropbox in the menu bar work just fine. At this point everything else seems fine so I suppose the problem is tolerable. But I'd really rather not have that frozen clock staring at me all the time! By the way, I everything freezes up when I try to access Date & Time settings through the main Settings menu.
    Has anyone else had a similar problem?
    Thanks!

    Hi TheProfessor314,
    If you are having an issue with being unable to use some items in the menu bar of your Mac mini there are some possibilities for troubleshooting. I would suggest first testing to see if the issue is limited to a single user account. See this article for how -
    Isolating an issue by using another user account
    You may also want to try booting the computer into Safe Mode to see if the issue continues to occur. See this article -
    OS X: What is Safe Boot, Safe Mode?
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • Menu Bar Problem with picture.

    The right corner of my menu bar has vanished completely including spotlight, the date and time, and various system menu icons. Checking to add these icons in the preferences does not do anything. It is as if the menu bar is "extended" off the screen. I tried various things such as resetting the PRAM/NVRAM, SMC, deleting the com.apple.systemuiserver.plist, etc. I tried running disk utility and an archive install but I keep getting an error and can not continue. I even played around with the display settings. Here is a picture:
    http://myskitch.com/luminairelight/fullscreen-20070807-232532.jpg
    Thanks in advance for any assistance.

    It's not a theme problem by the way.

  • Photoshop CS5 "full screen with menu bar" problem

    Hi, I use Photoshop in a Mac computer. In CS4 when I work in "full screen with menu bar" mode, is really a full screen because the workspace go beyond the dock at the bottom. I mean, the dock is overlaping the workspace. In CS5, in the same mode is not really a full screen, the workspace ends above the dock, and the space at the bottom of the screen is wasted. I want to know why they changed that, and if there is a way to fix the problem (Hide the dock is not an option for me. Neither to use standard screen mode, cause that way I can't move the image around when zoomed out)

    The following may work:
    1. Record an action and use insert menu item for:
       View>Screen Mode>Full Screen with Menu Bar
                                and
       View>Fit on Screen
    2. Go to: File>Scripts>Scripts Event Manager.
       In the event manager dialog choose the settings as below.
    Everytime you open a document, the screen mode will go to full screen
    and fit on screen.
    If you decide that's a pain, you can go to the scripts event manager and remove the action.
    For this to work, the action you recorded has to be in the actions panel.
    MTSTUNER

  • HELP Menu Bar Problem

    PLEASE HELP! I had to add more items to my menu bar and now
    for some reason it jumps when the items are clicked on. Here is the
    link, please help. I can't figure out why. I only added 3 more
    items.
    http://test.quickflash.com
    Thank you!

    Hi, loons.
    The icons on the right side of the Apple menu bar are called menu extras. They are managed by the SystemUIServer process.
    1. The problem you are experiencing may be due to another, third-party menu extra you have installed. Are you using any third-party menu extras?
    Third-party menu extras are often launched as Startup Items or Login Items. If a third-party menu extra is causing the problem, my "Troubleshooting Startup and Login Items" FAQ can help you pin that down.
    2. If that doesn't sort it out, when these menu extras disappear, immediately check the ends of these Console logs for clues. In particular, look for messages related to SystemUIServer or the specific menu extras you cited.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • Illustrator cs5.1 menu bar problem

    i download the trail version of the cs5.5 master collection on my mac os x version 10.7.2
    al the softwars   are working normaly but the illustrator cs5.1 menu bar is in gibberish!
    am i doing something wrong??
    i tried to install it on my other mac and same problem…
    thx!

    gibberish, you say?
    http://www.illustratorhints.com/2011/05/_mbar_menu_bar_glitch/

  • 10.9.3 Menu Bar Problem

    Since the new update, my menu bar at the top of the screen is missing the icons.  I can still rollover the bar to get drop downs on WiFi, battery life, etc., but their icons are missing.  Safari is having the same issue.  The back, forward, etc. buttons are all there but the icons are missing.  Not a big deal, to be honest, but when I tried to print from OpenOffice, it crashed.  It functions completely fine otherwise.  Any help would be welcome.  Thank you.

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • Menu Bar Problem HELP ME!!!

    hi i had lion on my Macbook Pro 13 2010 Mid
    i installed Super Bundle :
    Flux,Little Snapper,iStat Menus 3,iStopmotion ,SyncMate Expert,Fantashow,Video Converter for Mac,CuteClips 3,Chroniclei Parrarels
    and then i had to update my computer so i did.
    after restart i notice my menu bar was blinking, the problem was SystemUiServer Crash i didnt know what to do so i Formated my computer with Clean Install
    Snow Leopard then Lion and again i installed the programs from super bundle and again i had to update so i did it again.
    after restart the same problem so i unistalled the programs but the problem didnt sloved.
    i dont know what to do .

    Go to ~/Library/Preferences
    Move the com.apple.systemuiserver.plist file from the Preferences folder to the Trash.
    FYI, with Lion installed there's no need to do a clean install with Snow Leopard. You should use Lion Recovery instead.
    Restart your Mac after you move that .plist file to the Trash. That should stop the blinking in the status menu bar.
    And if I may say so, only install one third party software at a time then see how your Mac runs before installing more.
    ~ (Tilde) character represents the Home folder.
    For Lion:   To find the Home folder in OS X Lion, open the Finder, hold the Option key, and choose Go > Library

  • Spry menu bar problem

    I am using the Spry Menu Bar to create a top navigation bar.
    There are three content div's absolutely positioned below the div
    for this navigation bar. Everything works fine in Firefox. But in
    both IE6 and IE7, the submenus are hidden behind the content div's.
    I have tried giving the content div's very low z-indexes but the
    only time that worked was with negative z-indexes - then the
    submenus were on top of the content div's in IE, but the content
    div's disappeared in Firefox (and yes I understand why this
    happened in Firefox). I tried giving the different elements in the
    menu bar very large z-indexes. Either I did not get the z-index
    into the correct element or that did not work either. And, yes,
    there are design reasons for why I am using absolute positioning
    instead of floating.
    Has anyone encountered and solved this problem?

    I solved the problem. I moved the top navigation bar div to
    the bottom of the html code so it is the last div in the document
    flow. Now the submenus are on top of the content div's in both
    Firefox and IE.

  • Menu bar problem

    my menu bar, the drop down menues for the icons like the time, language, internet connection, the apple symbol in the top left corner, etc. are all in german. the rest of my computer seems to be in english as it should be. can anyone help me fix this problem? thank you.

    Hi! Go to System Preferences > International and select the Language tab. In the left sidebar selct "English and drag to the top of the list.
    Log out and log back in (or restart) and that should solve the problem.
    Good luck!

  • Menu bar problem when executing reports

    We have a problem when executing the reports either from se38 or through transaction.
    The standard menu bar is not appearing and in its place we are getting ?????????????  ?????????????????
    also the icons that are appearing in app tool bar are not showing anything.
    Whats the reason for this?

    hi,
    It is not for one single report iam talking about,any report that is executed from se38 or transaction .
    In selection screen of report we are getting ???????????????
    ?????????????? in menu bar instead of normal options like program edit goto utilities.................
    does any one know the reason for this?
    This issue we are facing today only.
    Edited by: Gautham chakraverthi on Oct 31, 2008 3:06 PM

  • Date & Time in menu bar problem

    Hi
    OK, I cannot get my digital clock icon to display in the menu bar on top of desktop. I had it in the past but when I go to 'date & time' in system preferences, select box to click on it, and it will deselect itself somehow. End result, no digital clock in my menu bar.
    Any suggestions please???
    Thanks,
    Maree

    Choose Go to Folder from the Finder's Go menu and enter /System/Library/CoreServices/Menu Extras/ as the folder's location; when this folder appears, double-click the item Clock or Clock.menu inside and see if it appears in the menu bar.
    If the clock appears, enter ~/Library/Preferences into the Go to Folder prompt and move the file com.apple.systemuiserver.plist in that folder to the desktop. Try adding the clock again.
    If the clock does not appear or the item doesn't exist, use Pacifist to extract Clock.menu from your Mac OS X installation disks and then run the combo updater for your version of Mac OS X.
    (16120)

  • G460 Function Menu Bar problem..pls help!

    Dear all,
    I'm new here. I'm a user of G460 laptop. Have one serious problem is the function menu is not popping up even tho already pressed Fn + F5 (or every function it has). For example, when I raise/lower the volume, usually it will pop out a small volume meter on the bottom right corner...I've seen this in my colleague's computer (same model) but mine is not popping up, same goes to the brightness...How to enable back the menu shown in the screen? Pls help...
    Solved!
    Go to Solution.

    32 bit - 64 bit
    right click my computer > properties and check the version of windows 7 ( 32 or 64 bit ) then download the drivers, re-install.

Maybe you are looking for

  • How to delete photos in iphone which is transferred from mac, please help?

    Hi Everyone.. I got an new iphone5 ...Am not able to delete photos which are transferred from my Mac book pro to my iphone... Please help and guide me how to delete photos in iphone which is transferred from mac book iphoto.. Regards Shashidhar

  • Multiple action buttons in same CFFORM

    I've read previous posts, but the solutions there didn't prove successful.  So here we go again. I have a form called from a module called menu.cfm.  On this form, I have three buttons:  Reset, Continue and Return to Main Menu. Reset and Continue wor

  • Using XML Transformations in CR Runtime or Viewer

    Using Crystal Reports 2008 I have created a report and written an XML Transformation to export the report when it's been run.  When I select the Export function I'm asked:    1. The Format (XML) and Destination (Disk File)    2. To choose and XML exp

  • Issuance (pack size) Qty and Minimum Lot Size

    Hi Experts, I have a problem, I have to maintain Minimum Lot Size and issuance (pack size) in the material master. Suppose Minimum Lot size of one material is 2000 and Pack size vendor provides is 400. Means, when we place order, minimum order can be

  • Help Syncing RSS Feeds from Mail onto Iphone

    Hi, Appreciate any ideas on syncing RSS feeds from Mail onto an iphone. Like receiving RSS feeds in Mail into my inbox rather than using a separate reader such as Netnewswire/Google Reader/etc. Also would prefer not to have to use safari bookmarks if