IE8 and border css property on select menus

后端 未结 4 884
梦谈多话
梦谈多话 2021-01-14 15:06

I am getting a really strange behaviour when viewing a very simple piece of HTML in IE, served up by IIS. I am at a loss to explain this...

Take the following html

4条回答
  •  春和景丽
    2021-01-14 15:17

    Try this:

    border: 1px solid red;
    

    The border shorthand syntax should be weight, style, colour. You appear to have this in the wrong order.

    Putting these in the wrong order might put IE8 into quirks mode, possibly causing your problem.

提交回复
热议问题