doulue7522 2013-07-24 05:34
浏览 40
已采纳

IE的CSS对齐问题[关闭]

This page is showing different alignment in Internet Explorer to other browsers. Could you guide me in correcting it.

  • 写回答

2条回答 默认 最新

  • doubang4881 2013-07-24 05:54
    关注

    Please add a proper document type at the start of your document. IE is rendering document in Quirk Mode.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    

    In IE 10 your page is rendering correctly, IE 9, 8, 7 having issue. Apply above fix and it will solve the problem.

    For your second problem refer to following

    Failed to connect to mailserver at "localhost" port 25

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?