我正在使用 MVC 剃须刀代码生成网站徽标,并在调整网站大小时努力进行图像缩放。我试过了image = max-width:100%
,height:auto
但它不起作用!
这是我的代码:
<div class="float-left">
<p class="site-title">@Html.ActionLink(" ", "Home", "Home", null, new {@class = "crown_logo"})</p>
</div>
a.crown_logo {
display:block;
width:284px;
height:87px;
background-image :url("../GUI/Images/rsz_crown_2.png");
text-indent: -9999px; /* hides the link text */
}