<转>javascript实现图片的等比缩放
摘要:
functionresizeimg(ImgD,iwidth,iheight){varimage=newImage();image.src=ImgD.src;if(image.width>0&&image.height>0){if(image.width/image.height>=iwidth/ih... 阅读全文
posted @ 2007-12-01 09:21
西门潇洒
阅读(754)
评论(0)
推荐(0)
浙公网安备 33010602011771号