Issues with IE8 when applying Position: fixed

前端 未结 1 1371
南笙
南笙 2020-12-20 04:04

Here\'s my css code:

background-color: White;
border: 2px solid black;
padding: 10px;
position: fixed;
right: 5px;
top: 0;
width: 250px;

I

相关标签:
1条回答
  • 2020-12-20 04:47

    Try adding this in the very top of the document above the header.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/tr/xhtml1/DTD/xhtml1-transitional.dtd"> 
    
    0 讨论(0)
提交回复
热议问题