(facileforms) В firefox и opera страничка с формой отображается нормально, а в ie6 - нет...

Discussion in 'Формы' started by Tatuana, Sep 14, 2008.

  1. Offline

    Tatuana Недавно здесь

    Joined:
    Aug 9, 2008
    Messages:
    3
    Likes Received:
    0
    Из index.php шаблона:
    <div id="lftBar">
    <?php echo mosLoadModules('left',0);?>
    </div>
    <div id="content">
    <?php echo mosMainBody ();?>
    </div>

    Из css:
    #content{
    margin-left:144px;
    font-family:Georgia, "Times New Roman", Times, serif;
    background:#fff;
    padding:0px 13px;
    padding-bottom:12px;
    color:#000000;
    }

    #lftBar {
    margin-top:5px;
    float:left;
    margin-left:4px;
    padding-left:0px;
    width:128px;
    }
     

    Attached Files:

  2.  

Share This Page

Loading...