different solpart menu view of IE and firefox
Last Post 11/03/2006 10:12 AM by Wolfgang Axamit. 0 Replies.
Author Messages
Wolfgang Axamit
Nuker
Nuker
Posts:12


--
11/03/2006 10:12 AM

    Hi,

    Gratulations to the great page. There I found the first time the infos I need to skin to solpartmenu.

    Now I run into a difficult problem. Internet Explorer and Mozilla Firefox view diffent borders of the submenues. like you can see here

    http://www.wh-portal.de/ Rassen

    Why does this happen. In my opinion the IE is displaying correct.

    Here is the .css for the menu

    Any idea?

    BW

    /* Main Menu */
    .MainMenu_MenuContainer {
     background-color: Transparent;
    }
    .MainMenu_MenuBar {
     cursor: pointer;
     cursor: hand;
     height: 25px;
     background-color: Transparent;
    }
    .MainMenu_MenuItem {
     cursor: pointer;
     cursor: hand;
     color: #FFCC00;
     font-size: 10pt;
     font-weight: normal;
     font-style: normal;
     border: #FFF 1px solid;
     border-width: 1px 0px 1px 0px;
      background-image: url(wh-portal-hg.jpg);
             font-family: Verdana;
     height: 30px;
    }
    .MainMenu_MenuIcon {
     cursor: pointer;
     cursor: hand;
      background-image: url(wh-portal-hg.jpg);
     border: #EEE 1px solid;
     border-width: 1px 0px 1px 1px;
     text-align: center;
     width: 15px;
     height: 25px;
    }
    .MainMenu_SubMenu {
     z-index: 1000;
     cursor: pointer;
     cursor: hand;
      background-image: url(wh-portal-hg.jpg);
     border: #EEE 1px solid;
     border-width: 1px 1px 1px 1px;
    }
    .MainMenu_MenuBreak
    {
       display: none;
    }
    .MainMenu_MenuItemSel {
     cursor: pointer;
     cursor: hand;
             color: #F60400;
     font-size: 10pt;
     font-weight: normal;
     font-style: normal;
      background-image: url(wh-portal-hg.jpg);
     border: #EEE 0px solid;
     border-width: 0px 0px 0px 0px;
     height: 30px;
             font-family: Verdana;
    }
    .MainMenu_MenuArrow {
     font-family: webdings;
     font-size: 10pt;
     cursor: pointer;
     cursor: hand;
     border: #FFF 1px solid;
     border-width: 1px 1px 1px 0px;
     height: 25px;
    }
    .MainMenu_RootMenuArrow {
     font-family: webdings;
     font-size: 10pt;
     cursor: pointer;
     cursor: hand;
     height: 25px;
    }



    ---