Re: CSS dropdown menu renders full screen

  •  07-18-2007, 5:47 AM

    Re: CSS dropdown menu renders full screen

    Adam,
    I'm having the same troubles, without using float in my .css.

    Using following .css-File is rendering over more than the full screen:
     

    .BGImage {
     background-image: url(AdlitzerKopf01.gif);
     background-repeat: no-repeat;
    }
    .Date  {
     color:  #6e628a;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 11px;
     font-weight: bold;
    }

    .Login {
     color:  #6e628a;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 10px;
     font-weight: bold;
    }
    A.Login:link {
        text-decoration:    none;
        color: #6e628a;
    }

    A.Login:visited  {
        text-decoration:    none;
        color: #6e628a;
    }

    A.Login:active   {
        text-decoration:    none;
        color: #6e628a;
    }

    A.Login:hover    {
        text-decoration:    none;
        color: #6e628a;
    }
    .Hostname {
     color: #6e628a;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 11px;
     font-weight: bold;
    }
    A.Hostname:link {
        text-decoration:    none;
        color:#6e628a;
    }

    A.Hostname:visited  {
        text-decoration:    none;
        color:#6e628a;
    }

    A.Hostname:active   {
        text-decoration:    none;
        color:#6e628a;
    }

    A.Hostname:hover    {
        text-decoration:    none;
        color:#6e628a;
    }

     

    /* Main Menu */

    .MainMenu_MenuContainer {
    background-color: transparent;

    }

    .MainMenu_MenuBar {

    }

    .MainMenu_MenuItem {
     font-family: Arial, Helvetica, sans-serif;
     color: #6e628a;
     font-size: 13px;
     cursor:hand;
     font-weight: bold;

    }

    .MainMenu_MenuIcon {
    }

    .MainMenu_SubMenu {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     color: #CCCCCC;
     background-color: #efefef;
     font-weight:bold;

    }

    .MainMenu_MenuBreak {
     }

    .MainMenu_MenuItemSel {
    background-color: #6e628a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight:bold;
    color: #ffffff;
    cursor:hand;
    }

    .MainMenu_MenuArrow {
    color: #efefef;
    }

    .MainMenu_RootMenuArrow {
    color: #efefef;
    }

     

    .Normal {
    font-family: Arial, Helvetica;
     color: #515151;
    }

    .Head   {
        font-family: Arial, Helvetica;
        font-size:  16px;
        font-weight:    bold;
        color: #515151;
    }
    .LeftPane   {
    background-color:#CECBDA;
    padding: 4px;
    color: #6e628a;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 11px;
     font-weight: bold;
    }

    .ContentPane  {
    padding: 4px;
    }

View Complete Thread