HTML Alignment Issue in one machine only (both IE8)

后端 未结 5 827
北恋
北恋 2020-11-27 23:36

I have the following HTML and CSS code. It works fine in IE8 in one machine; but misaligns in second machine with IE8. What is to be changed in order to correct it?

5条回答
  •  一生所求
    2020-11-28 00:41

    The IE has a button for Compatibility View, check if the both are checked. This button change the IE compatibility version.

    You can set differents css for differents versions:

    
     
    
    

提交回复
热议问题