> of course, i still have that annoying IE movement bug...
> 
> Tim

I think the margins on the #primary menu list was causing the list to wrap
(just slightly) because of width:auto. To fix it make the changes below.

In the style.css file:

1) Replace all your definitions beginning .menu with:

.menu ul { list-style: none; }
/* * html #left .menu li { list-style: disc; margin-left: 17px;} */
.menu #primary {
        padding:0;
        margin:0 4px;
        width:auto;
        /* margin-bottom: 11px; */
        font: 13px "Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;
        }
.menu #primary li { display: inline; /* margin-right: -3px; */}
.menu #primary a {
        text-decoration: none;
        padding: 10px 11px;
}
.menu #primary a:link, .menu #primary a:visited {
        background: #cc3300;
        color: #fff;
}
.menu #primary a:hover {
        background: #c1250c;
        color: #fff;
}
.menu #primary .active, .menu #primary .active:hover {
        background: #E14C24;
}

2) Remove the #breadcrumb section that comes after #header and at the bottom
of the file use:

/************* bread crumbs **********/
#breadcrumbs { 
        border-bottom: 1px dashed #bfbfbf;
        background: #e5e3e4;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        padding: 5px 5px;       
        margin-top: 10px;
}
#breadcrumbs a {
        color: #000;
        text-decoration:none;
}
/* #breadcrumbs a:hover { border-bottom: 1px dotted #000; } */
#breadcrumbs .active { font-weight: bold;}
/*************************************/

Regards,
Kepler




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to