当前位置: 首页 > 站长资讯 > 正文页面

Dedecms中列表页缩略图如何修改大小

可能很多朋友在使用dedecms时如果列表页面有缩略图时我们几乎是没有办法来控制大小了,一般的调用方法是这样的标签 [field:imglink/] 这样好像是没办法加入大小控制了,但可能你不知道还有其它办法哦。WDE网站目录_网站网址收录与提交入口

解决办法一WDE网站目录_网站网址收录与提交入口

标签 [field:imglink/],我们把它换成如下代码:WDE网站目录_网站网址收录与提交入口

<a href='[field:arcurl /]' target="_blank"><img src='[field:picname /]' border='0' width='' height=''></a>WDE网站目录_网站网址收录与提交入口

解决方法二WDE网站目录_网站网址收录与提交入口

我们可直接使用css img{}来控制图片大小了,如图片大小代码如下:WDE网站目录_网站网址收录与提交入口

.pbox dl dt a img{WDE网站目录_网站网址收录与提交入口

display:block;WDE网站目录_网站网址收录与提交入口

width:expression(this.width > this.height && this.width >176 ? 176 : true);WDE网站目录_网站网址收录与提交入口

height:expression(this.height > this.width && this.height > 132? 132 : true);WDE网站目录_网站网址收录与提交入口

max-width:176px;WDE网站目录_网站网址收录与提交入口

max-height:132px;WDE网站目录_网站网址收录与提交入口

margin:0px auto 0px;WDE网站目录_网站网址收录与提交入口

 WDE网站目录_网站网址收录与提交入口

  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章