Re: Drop-down menus display

  •  01-16-2009, 1:44 PM

    Re: Drop-down menus display

    The problem seems to be this code in the stylesheet:
     
    div.centered
    {
    text-align: center;
    }
    div.centered table
    {
    margin: 0 auto;
    text-align: left;
    }
     
    The purpose of this code is to fix a problem with safari, where it does not center stuff correctly.  Any thoughts on how to get around this?
     
    FYI, test page #1 is http://eduplex.org/CuteSoft.aspx  This one uses the stylesheet, but not a masterpage.
    Second test is http://eduplex.org/CuteSoft2.aspx.  This one DOES use a masterpage, and the very same stylesheet and theme, but it fails.
     
View Complete Thread