跪求一个问题 为什么我用CSS+DIV布局好的页面,IE显示是正常的, 用火狐浏览器看是乱的?怎么解决?

解决方案 »

  1.   

    各个浏览器之间的css样式是有差异的  这个需要慢慢细心调了
      

  2.   

    我是以IE开发为标准,然后在FF下无法正常运行呀
      

  3.   

    呵呵,IE是最不标准的(ie9除外),它没有遵守w3c标准。
    说了这么多,还是没见你贴代码,你让想帮你的人怎么帮你?
      

  4.   

    <div style="margin-left:5px;width:293px; float:left; height: auto">
    <div style="float:left;width:293px;border:1px solid #ccc; height:208px; background:url(images/7.jpg)">
    </form>
     <table width="260" height="204" border="0" cellspacing="0" cellpadding="0" style="text-align:left" align=center >
      <tr><td height="40" style="font-size:13px" height="25">会员名:
     </tr>
     <tr><td>
                <input type="text" name="txtname" class="input">
      </tr>
    <tr><td height="40"style="font-size:13px">密&nbsp;&nbsp;码:
       </tr>
     <tr><td height="25">
            <input type="password" name="txtname" class="input"></tr>
    <tr><td height="44"  valign="middle" style="font-size:14px; text-align: left; border-bottom: 1px dashed #ccc" ><input type="checkbox" >
      记得我的登录信息&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="button" style="background:url(images/1_04.png) ; height:22px;width:64px ;border:0px; " value=""  title="登录"></form>
      
    </tr>
    <tr style="border-top:1px dashed #83C0D8"><td height="30"><a href="#">注册|忘记密码?</a></tr>
    </table>
    </div><div  style="width:295px; float:left; margin-top:6px; height: 27px">
    <div onMouseOver="showDiv('1')" style="float:left;border-right:1px solid #ccc; border-left:1px solid #ccc;border-top:1px solid #ccc;height: 27px;width: 97px;background: url(images/444.jpg) repeat ;text-align:center;line-height:27px;font-size:14px; font-weight:bold; cursor:hand" id="div1">工作活动</div>
    <div onMouseOver="showDiv('2')" style="float:left;border-right:1px solid #ccc;border-top:1px solid #ccc;height: 27px;width: 97px;background: url(images/444.jpg) repeat  ;text-align:center;line-height:27px;font-size:14px; font-weight:bold;cursor:hand" id="div2">教改动态</div>
    <div onMouseOver="showDiv('3')" style="float:left;border-right:1px solid #ccc;border-top:1px solid #ccc;height: 27px;width: 97px;background: url(images/444.jpg) repeat ;text-align:center;line-height:27px;font-size:14px; font-weight:bold;cursor:hand" id="div3">教育评论</div>
    </div><div style="width:293px; height:186px; margin-bottom: 10px">
    <div id="pic1"  style=" display:block;" class="qiehuan">
    <a href="#">[教育]初入职场,选择合适的衣着打扮很</a><br>
    <a href="#">[高等教育]想要成功考研,不得不面对的</a><br>
    <a href="#">[教育]2012考研考试夏试前准备之有效</a><br>
    <a href="#">[教育]网学时代,"研"途艰辛,毕业考研需要</a><br>
    <a href="#">[教育]总结2012考研政治,四大特点</a><br>
    <a href="#">[教育]提醒大学生,求职面试需注意的六方</a><br>
    </div>
    <div id="pic2" class="qiehuan" >
    <a href="#">[教育]培养青少年具备成功人士的习惯</a><br>
    <a href="#">[教育]需要教育大西北播种希望</a><br>
    <a href="#">[教育]中央电视台报道:中国下一代教育基金会需 </a><br>
    <a href="#">[教育]聚英才共担使命:中国素质教育工程举办</a><br>
    <a href="#">[教育]需要教育大西北播种希望</a><br>
    <a href="#">[教育]需要教育大西北播种希望</a><br>
    </div>
    <div id="pic3" class="qiehuan">
    <a href="#">[教育]聚英才共担使命:中国素质教育工程举办</a><br>
    <a href="#">[教育]需要教育大西北播种希望</a><br>
    <a href="#">[教育]培养青少年具备成功人士的习惯</a>
    <a href="#">[教育]需要教育大西北播种希望</a><br>
    <a href="#">[教育]中央电视台报道:中国下一代教育基金会需 </a><br>
    <a href="#">[教育]聚英才共担使命:中国素质教育工程举办</a><br>
    </div></div>
    <div style="float:left; width:293px; height:74px; "><img src="images/1_24.png" width="293" border="0"></div>
    <div style=" float:left; border-left: 1px solid #ccc; margin-top: 3px; width:295px; height: 27px"><img src="images/11.jpg" width="293"  /></div>
    <div style="float:left; width:293px; height:188px; line-height:31px; text-align:left; border:1px solid #ccc">
    <li style="margin-left:15px"><a href="#">深圳自考2012年主考学校自办助学</a><br>
    <li style="margin-left:15px"><a href="#">深圳自考2012年主考学校自办助学</a><br>
    <li style="margin-left:15px"><a href="#">深圳自考2012年主考学校自办助学</a><br>
    <li style="margin-left:15px"><a href="#">深圳自考2012年主考学校自办助学</a><br>
    <li style="margin-left:15px"><a href="#">深圳自考2012年主考学校自办助学</a><br>
    <li style="margin-left:15px"><a href="#">深圳自考2012年主考学校自办助学</a>
    </div></div>
    好像这段代码有点问题,麻烦看看.