求asp图片等比例缩放代码

来源:百度知道 编辑:UC知道 时间:2024/05/16 17:05:19
要求跟文件夹里的图片缩略图效果一样。谢谢了 很急

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>图片垂直居中,自动缩略图</title>
<meta name="author" content="calent,calent_zero@yahoo.com.cn" />
</head>
<style type="text/css">
<!--
*{padding:0; margin:0}
body{font-size:12px; text-align:center; font-family:arial,sans-serif}
#wrap{width:800px; margin:20px auto; text-align:left}
#wrap ul{list-style:none}
#wrap li,#wrap .pic{width:130px; height:100px}
#w