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
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报