如何将两种 css 应用于一个控件,一种用于 Internet Explorer,另一种用于 Firefox 和 chrome
只是在 Internet Explorer 中 contentplaceholder 今天移动到另一个地方,过去几天没问题
<div id="content" style="margin-top:28px; margin-left: 240px; border:0px solid;">
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
<!--[if IE]>
#hellocss
{
margin-top:-600px; margin-left: 100px; border:0px solid;
}
<![endif]-->
<!--[if !IE]>
#hellocss
{
margin-top:28px; margin-left: 240px; border:0px solid;
}
<![endif]-->
我遇到了一个大问题,它可能是 Internet Explorer 中 margin-top 的负数