0

jquery图片大小自适应

Posted in JavaScript at 十二月 2nd, 2009 / No Comments »

<style> img{     display:inline !important;     display:none;     max-width:100px;     border:0; } </style> </head> <body> <script type=”text/javascript”...