Page 1 of 1

Admin Interface bad display in Netscape 7 on Mac - possible fix

Posted: Wed Nov 16, 2005 1:47 am
by pkpk
I found that the Admin logon page and interior admin pages did not display properly in Netscape 7.2 on Mac. I edited the admin style sheet (style.css)

div.lbcontainer = remove overflow:hidden

div.itemoverflow = changed to

.itemoverflow:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

The login page still does not display correctly but at least not the login boxes show. Previously all was hidden.

If I get it working right I will post the fix.

pkpk