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) 编辑