Skip to:
Content
Pages
Categories
Search
Top
Bottom

Buddy-Bar / CSS ?


  • abcde666
    Participant

    @erich73

    I have customized my BuddyBar in terms of colors (background-colors and border-colors).

    It is working fine with FireFox, but in the latest IE-browser, it is looking a bit strange. This stupid browser is driving me crazy.

    On the second-level navigation-list, there is still the original color of the background (#333333) visible when I move out of the field with the mouse.

    I guess it is related to the following default CSS-code:

    Do you have any idea how to change the background-color #333 so that it will not show-up again in IE-browser ?


    #wp-admin-bar ul li ul {

    position: absolute;

    width: 185px;

    left: -999em;

    margin-left: 0;

    background: #333;

    border: 1px solid #222;

    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    -webkit-box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    -moz-border-radius-topleft: 0;

    -webkit-border-top-left-radius: 0;

    -moz-border-radius-topright: 0;

    -webkit-border-top-right-radius: 0;

    }


Viewing 2 replies - 1 through 2 (of 2 total)

  • Brandon Allen
    Participant

    @cnorris23

    First, have you tried clearing your browser cache for IE? IE can be a bit overzealous about caching sometimes. It may be a bug, but we don’t know what version of IE you’re referring to. Also, what do you mean by “when I move out of the field with the mouse?” The CSS above does not the :hover selector, so your mouse position should have nothing to do with it.


    abcde666
    Participant

    @erich73

    I have just installed the latest version of IE-browser version 8.0.6001.18702

    By moving out with the mouse, I do mean:

    when I do hover over the second-level-list (the drop-down-list at the BuddyBar), then when I move from one field to the other, then there is still the black background visible. But I have have actually changed the background-color to light-blue.

    The bg-color has changed fine to light-blue, but when hovering off from one list-element to another list-element, the one element I am moving off is still flickering the black color.

    @cnorris

    would you be so kind to have a look at it at my page ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Buddy-Bar / CSS ?’ is closed to new replies.
Skip to toolbar