here is the css code (right now it's internal)

in internet explorer I get one box(layer1) on the left that is where i want 
it just below the masthead (the banner) and then the right side box (layer 
2) is to the right but is below.

I still don't understand alot about css - it's frustrating.

Thank you. Raumin Dehghan

code:

#Layer1 {
        position:absolute;
        width:200px;
        height:115px;
        z-index:1;
        border: thin solid #333333;
        top: 92px;
}
#Layer2 {
        position:absolute;
        width:200px;
        height:115px;
        z-index:2;
        left: 299px;
        top: 92px;
        border: thin solid #333333;


______________________________________________________________________
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