Hi all,

I'm still at it. I've got a page that has no errors, no browser  
issues, and I've done the auto, auto in the container div that  
usually does the trick, but I can't seem to find why it isn't working  
this time.

Please go to www.bcam.qc.ca , then to the Contact page, then, click  
on the letter "e" in the word: Webmaster in the column on the left.

Here's the css:

@charset "UTF-8";
body  {
        text-align: center; /* this centers the container in IE 5* browsers.  
The text is then set to the left aligned default in the #container  
selector */
        color: #000033;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: small;
        background-color: #FFFFFF;
        margin-top: 0px;
        padding-top: 0px;
}
#container {
        width: 1024px;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
}
#navbar {
        width: 1024px;
        background-color: #98ae6d;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: small;
        color: #000033;
        text-align: center;
}
#mainContent {
        width: 656px;
        padding-right: 15px;
        padding-left: 15px;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #000033;
        background-color: #FFFFCC;
        float: left;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #000033;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: small;
        color: #000033;
}
#footer  {
        background-color: #98ae6d;
        width: 688px;
        text-align: center;
        clear: none;
        float: left;
}
#rightcolumn {
        background-color: #487bb4;
        width: 306px;
        padding-left: 15px;
        border-left-width: 15px;
        border-left-style: solid;
        border-left-color: #98ae6d;
        float: left;
        height: 400px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: small;
        color: #e6fcbe;
}
#donate {
        height: 200px;
        width: 335px;
        float: left;
        border-left-width: 0px;
        border-left-style: none;
        padding-left: 0px;
        text-align: center;
        padding-top: 30px;
}
#donate #donate2 {
        color: #000033;
        padding-bottom: 30px;
        padding-top: 30px;
        text-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: small;
}
#header {
        width: 1024px;
        background-image: url(images/bcamheader.jpg);
        height: 160px;
}

Thanks,
Gerry

ge...@ckutfolk.com
www.ckutfolk.com

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to