Usually Safari is the browser that works for everything, but the  
following page works on Mac versions of FF and IE perfectly and  
completely breaks on Safari.  I have validated both the xhtml and the  
CSS.  Can anyone help me?

It seems to be ignoring the div background colors and screwing up the  
absolute positioning.  I've gone over and over the code, pulling  
sections and looking for small errors and can find nothing.

http://www.communityassemblies.org/staging/index_nan.php

(It has a php extension because there is some php code in it that I  
have removed, though it causes the same problem regardless of the  
extension or the code.)

The styles that relate to the divs are included below.

--Kenoli

body {
        background-color: #FFFFE5;
        position:absolute;
        left:11px;
        top:12px;
        width:722px;
        height:768px;
        z-index:1;
}

#header {
        position:absolute;
        width:703px;
        height:107px;
        z-index:5;
        left: 4px;
        top: 3px;
        }

#column_right { overflow: scroll; }

#link_bar {
        position:absolute;
        width:725px;
        height:18px;
        z-index:6;
        top: 162px;
        left: -2px;
        background-color: #FFFFE5;
        border: 1px none #000000;
}

#vertical_bar {
        position:absolute;
        left:-1px;
        top:193px;
        width:5px;
        height:388px;
        z-index:7;
        background-color: #CC9933;
        border: 1px none #000000;
}

#left_nav {
        position:absolute;
        width:155px;
        height:278px;
        z-index:4;
        left: 8px;
        top: 195px;
        background-color: #CCCCCC;
        border: 1px none #000000;
        padding-left: 8px;
}

#consult {
        position:absolute;
        width:147px;
        height:87px;
        z-index:10;
        left: 8px;
        top: 478px;
        border: solid black 0px;
        padding: 8px;
        background-color: #CC9933;

#main_text {
        position:absolute;
        left: 179px;
        top: 192px;
        width:413px;
        height:388px;
        z-index:3;
}

#main_text_header {
        position:absolute;
        width:108px;
        height:32px;
        z-index:2;
        left: 4px;
        top: 10px;
        }
        
#nan_def {
        position:absolute;
        width:176px;
        height:73px;
        z-index:2;
        left: 11px;
        top: 59px;
        text-align:
        left;
}

#main_text_image {

        position:absolute;
        left: 201px;
        top: 10px;
        width:199px;
        height:120px;
        z-index:2;
        
}

#main_text_text {
        position:absolute;
        width:395px;
        height:221px;
        z-index:2;
        left: 5px;
        top: 147px;
}
        
        


Kenoli Oleari
Neighborhood Assemblies Network
[EMAIL PROTECTED]
510-601-8217
http://www.sfnan.org
http://www.horizonsofchange.com


______________________________________________________________________
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