http://www.queenslandairshow.com.au/test/

I have made the menu with this using PMM from PVII and customized it a
little. In IE and Opera, the menu behaves nicely and sits over to the left
where it belongs.

In Firefox though, there's a padding or margin of 40 pixels to the left of
the Horizontal menu and I have no idea why. 

CSS code for the menu below.

(I know the scroller isn't working, that's another issue I'm working on)

Thanks
Joanne

#p7PMnav {
        margin: 0;
        background-color: #ed1c24;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        color: #FFFFFF;
        font-size: 13px;
        font-weight: bold;
        }
#p7PMnav li {
        list-style-type: none;
        margin: 0;
        padding: 0;
        background-color: #ed1c24;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        color: #FFFFFF;
        font-size: 13px;
        font-weight: bold;
        border-right: 1px #ffffff solid;
        letter-spacing: 2px;
}
#p7PMnav ul li {
        border-right: 0;
}
#p7PMnav ul {
        margin: 0;
        padding: 0;
        border-top: 1px solid #DDDDDD;
        border-right: 1px solid #999999;
        border-bottom: 1px solid #999999;
        border-left: 1px solid #DDDDDD;
        background-color: #F8F8F8;
        background-image: url(img/p7PM_macLinesbg.gif);
        position: absolute;
        left: -9000px;
        z-index: 10000;
}
#p7PMnav a {
        display: block;
        text-decoration: none;
        padding: 4px 10px;
        color: #ffffff;
        line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
        background-color: #00a5d9;
        color: #FFFFFF;
        letter-spacing: 2px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
        color: #333333;
        font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
        background-image:  url(img/p7PM_dark_east.gif);
        background-repeat:      no-repeat;
        background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
        background-color: #053065;
        color: #FFFFFF;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
        left: -9000px;
        border: 0;
}
#p7PMnav .p7PMshow {
        left: auto;
        z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
        float: left;
        width: 124px;
}
#p7PMnav ul li {
        float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
        width: 172px;
}
#pmmcrumb {
        font-weight: bold;
        margin-bottom: 16px;
        color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
        font-weight: normal;
        color: #6466BF;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
        font-weight: normal;
        color: #333333;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p7PMnav li {width: auto;}



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to