Hi Dmitry,

Thank you for your response that worked,

But yes i wonder about the "margin-left" problem in IE too?

If anyone knows why we have to use "margin-left: expression('8px');"?

Thank you

Josef


Dmitry Baranovskiy wrote:

Hi Joey,
try to update CSS classes to this:
#ctpic {
        background-color: #F0F0F0;
        float: left;
        width: 470px;
        height: 557px;
        margin-top: 22px;
        margin-left: 131px;
        text-align: center;
}
#ctpic img {
        margin-top: 71px;
}
#logo {
        float: left;
        height: 91px;
        width: 169px;
        margin-top: 22px;
        margin-left: 17px;
        margin-left: expression('8px');
        background-image: url(../images/logo01.gif);
        background-repeat: no-repeat;
        border-right-width: 1px;
        border-right-style: dotted;
        border-right-color: #C6C6C6;
}

By the way does anybody knows why margin-left for #logo element works
different in IE and Moz?





****************************************************** The discussion list for http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to