2个回答
2013-05-11
展开全部
下面代码控制图片大小150*150,可以自行修改,建议图片大小在150左右,这样不会损失图片的美感。多余部分隐藏了;比如,你的图片是150*200,那么在高的方向会截取,隐藏掉;
<style>
img {
max-width:150px;
width:150px;
width:expression(document.body.clientWidth>150?"150px":"auto");
overflow:hidden;
}
</style>
示例 引用图片 注意路径 我的在目录下"tp"文件夹:
<img border="0" src="tp/111.JPG">
Good luck!!
<style>
img {
max-width:150px;
width:150px;
width:expression(document.body.clientWidth>150?"150px":"auto");
overflow:hidden;
}
</style>
示例 引用图片 注意路径 我的在目录下"tp"文件夹:
<img border="0" src="tp/111.JPG">
Good luck!!
2013-05-11
展开全部
.aa
{
width: 50px;
position: absolute;
height: 50px;
overflow: hidden;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
}
<div class="aa">
<asp:Image ID="Image1" runat="server" ImageUrl="42349979200802162031304051400778396_001.jpg" /></div>
</div>
这样就行了哈
{
width: 50px;
position: absolute;
height: 50px;
overflow: hidden;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
}
<div class="aa">
<asp:Image ID="Image1" runat="server" ImageUrl="42349979200802162031304051400778396_001.jpg" /></div>
</div>
这样就行了哈
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询