世间自有公道,付出总有回报,说到不如做到,要做就做好,步步高!
疯狂秀才 QQ:1055818239
jQuery.Easy-UI QQ讨论群:36534121(超级)、 112044258(Full)、88504640、32994605、56271061
posts - 85,  comments - 460,  trackbacks - 1
10 2008 档案
CSS 图片自动缩放
摘要: .Image {  max-width:600px;height:auto;cursor:pointer;  border:1px dashed #4E6973;padding: 3px;  zoom:expression( function(elm) {  if (elm.width>560) {  var oldVW = elm.width; elm.width=560;  elm.he...阅读全文
posted @ 2008-10-09 18:06 疯狂秀才 阅读(1595) | 评论 (4) 编辑